
from fallow-skills40
Static and runtime codebase intelligence for JavaScript/TypeScript—find unused code, duplication, circular deps, and complexity hotspots; merge runtime coverage
Fallow provides codebase intelligence for JavaScript and TypeScript projects. Its static analysis finds unused files/exports/types, duplicate code, circular dependencies, complexity hotspots, boundary violations, and feature-flag patterns. When runtime coverage is available, Fallow merges execution data into health reports to prioritize hot-path refactors, safely remove cold code, and produce actionable cleanup candidates.
--format json --quiet and append || true to avoid non-zero exits when issues are found. Use --dry-run before fix --yes.Works well with agent environments that can run CLIs or shell commands (Claude Code, Cursor, Copilot, Codex, Gemini CLI).
Fallow is a comprehensive codebase intelligence tool for JS/TS projects offering dead-code detection, duplication analysis, complexity scoring, architecture boundary checks, and runtime coverage merging. The SKILL.md is exceptionally detailed with clear trigger conditions, command references, MCP tool docs, and safety guardrails (e.g., never enable telemetry for user, treat config as untrusted). No scripts were present to run. Minor security note: npm install suggested without checksum verification.
Very well-structured skill with strong security awareness built into agent rules. MCP tool reference is thorough. SKILL.md is long (~15K words) which could benefit from more aggressive progressive disclosure pushing details to references/.