{
  "markdown": "<p align=\"center\">\n  <picture>\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/fallow-rs/fallow/main/assets/logo-dark.svg\">\n    <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/fallow-rs/fallow/main/assets/logo.svg\">\n    <img src=\"https://raw.githubusercontent.com/fallow-rs/fallow/main/assets/logo.svg\" alt=\"fallow\" width=\"290\">\n  </picture><br>\n  <strong>Agent skills for the fallow codebase intelligence layer for TypeScript and JavaScript.</strong><br><br>\n  <a href=\"https://opensource.org/licenses/MIT\"><img src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"MIT License\"></a>\n  <a href=\"https://github.com/fallow-rs/fallow-skills/actions/workflows/validate.yml\"><img src=\"https://github.com/fallow-rs/fallow-skills/actions/workflows/validate.yml/badge.svg\" alt=\"CI\"></a>\n  <a href=\"https://agentskills.io\"><img src=\"https://img.shields.io/badge/Agent_Skills-compatible-8A2BE2\" alt=\"Agent Skills\"></a>\n  <a href=\"https://github.com/fallow-rs/fallow\"><img src=\"https://img.shields.io/badge/fallow-v3.23.0-orange\" alt=\"fallow v3.23.0\"></a>\n</p>\n\nAgent skills for [fallow](https://github.com/fallow-rs/fallow), codebase intelligence for TypeScript and JavaScript. The static layer reports quality, changed-code risk, cleanup opportunities, circular dependencies, code duplication, complexity hotspots, architecture boundary violations, and design-system styling drift in milliseconds. Optional runtime intelligence adds production execution evidence so agents can delete cold code, flag hot-path changes, and retire stale flags with proof. Broad framework plugin coverage, zero configuration. Works with any agent that supports the [Agent Skills](https://agentskills.io) specification: Claude Code, Cursor, OpenAI Codex, Windsurf, GitHub Copilot, Gemini CLI, Amp, and [30+ more](https://agentskills.io). See [Fallow for coding agents](https://fallow.tools/plugins) for the visual overview and store links.\n\n> **Linters enforce style. Formatters enforce consistency. Fallow enforces relevance.** Linters work file by file. TypeScript works type by type. Neither builds the full module graph, so neither can see what nothing depends on. Fallow does, in milliseconds. These skills teach agents *how* to use fallow effectively: which commands to run, what flags to use, how to interpret output, and how to avoid common pitfalls.\n\n## Quick Start\n\n### Agent Skills CLI\n\n```bash\nnpx skills add fallow-rs/fallow-skills\n```\n\n### Claude Code\n\n```bash\n/plugin marketplace add fallow-rs/fallow-skills\n/plugin install fallow@fallow-skills\n```\n\n### OpenAI Codex\n\n```bash\ncodex plugin marketplace add fallow-rs/fallow-skills\ncodex plugin add fallow@fallow-skills\n```\n\n### Fallow Impact statusline\n\nClaude Code users can add the compact Fallow Impact segment to their statusline:\n\n```text\n/fallow:impact-statusline setup user compose\n```\n\nThe [command doc](fallow/commands/impact-statusline.md) covers `status`,\n`remove`, and the `project` scope. Other agents render the same line with\n`fallow impact statusline`.\n\n### Agent-specific CLI shortcuts\n\n```bash\nnpx skills add fallow-rs/fallow-skills --agent windsurf\nnpx skills add fallow-rs/fallow-skills --agent amp\ngemini skills install https://github.com/fallow-rs/fallow-skills.git\n```\n\n<details>\n<summary>Other agents</summary>\n\nUse `npx skills add fallow-rs/fallow-skills --all` for installer-managed discovery, or copy the directories under `fallow/skills/` into your agent's skills location.\n\n</details>\n\n## Prerequisites\n\nFallow must be installed in the target project:\n\n```bash\nnpm install -g fallow    # prebuilt binaries\nnpx fallow                   # or run without installing\n```\n\nSee the [installation guide](https://docs.fallow.tools/installation) for all options including `cargo install fallow-cli`.\n\n## Privacy and network behavior\n\nAnalysis runs locally by default and telemetry is off unless the user opts in.\nThe plugin [README](fallow/README.md) lists the exact network, telemetry, and\nstatusline behavior for the Claude Code and Codex surfaces.\n\n## Available Skills\n\n| Skill | Description | Trigger phrases |\n|---|---|---|\n| [fallow](fallow/skills/fallow/) | Codebase intelligence for JS and TS, code and styles: quality, changed-code risk, cleanup opportunities, circular deps, duplication, complexity, design-system drift, and runtime evidence | \"check code health\", \"audit this PR\", \"find cleanup opportunities\", \"find duplicates\", \"what code actually runs\" |\n| [fallow-review](fallow/skills/fallow-review/) | Graph-grounded review of changed-code risk, blast radius, and consequential structural decisions | \"review this branch\", \"review this PR\", \"check changed code before merge\" |\n\n## Reference Documentation\n\n- **[CLI Reference](fallow/skills/fallow/references/cli-reference.md)**: all commands, flags, JSON output structure, config format\n- **[Gotchas](fallow/skills/fallow/references/gotchas.md)**: common pitfalls with WRONG/CORRECT examples\n- **[Patterns](fallow/skills/fallow/references/patterns.md)**: workflow recipes for CI, monorepos, migration, and incremental adoption\n\n## Contributing\n\nSee [AGENTS.md](AGENTS.md) for repository structure and quality standards.\nThe `fallow` skill is vendored byte-for-byte from the fallow source repository\nat the commit pinned in `source-lock.json`; CI checks that pin against a clean\nsource checkout and rejects contract or privacy-boundary drift.\nMaintainers can find the versioning, packaging, and store update procedure in\n[RELEASING.md](RELEASING.md).\n\n### Enable the commit hook\n\nA fresh clone runs no hooks. Turn them on once per clone:\n\n```bash\ngit config core.hooksPath .githooks\n```\n\nThe hook only checks manifest version agreement and the bump rule; see\n[.githooks/pre-commit](.githooks/pre-commit) for why it stops there.\n\n## Related\n\n- [fallow](https://github.com/fallow-rs/fallow): codebase intelligence for TypeScript and JavaScript, a single pass over code and styles\n- [fallow-docs](https://docs.fallow.tools): Official documentation\n- [VS Code extension](https://marketplace.visualstudio.com/items?itemName=fallow-rs.fallow-vscode): Real-time diagnostics in your editor\n- [Agent Skills specification](https://agentskills.io): The open standard this skill follows\n\n## License\n\nMIT. See [LICENSE](LICENSE) for details.\n",
  "bytes": 6339,
  "sha": "a5cefb4b2392a5e8e822c6bdadc00c06efe42e6f114391de69bc25bed7f57471",
  "repo_slug": "fallow-rs/fallow-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_fallow_rs_fallow_skills_fallow_892ff26c/readme"
}