fallow-analysis

Installation
SKILL.md

Fallow: Codebase Analyzer

The codebase analyzer for JavaScript and TypeScript. Finds unused code, circular dependencies, code duplication, and complexity hotspots. 84 framework plugins, zero configuration, sub-second performance. 3-36x faster than knip, 20-33x faster than jscpd.

When to Use

  • Finding dead code (unused files, exports, types, enum/class members)
  • Finding unused or unlisted dependencies
  • Detecting code duplication and clones
  • Cleaning up a codebase before a release or refactor
  • Auditing a project for codebase hygiene
  • Setting up CI checks for dead code or duplication thresholds
  • Migrating from knip or jscpd to fallow
  • Investigating why a specific export or file appears unused

When NOT to Use

Related skills
Installs
1
GitHub Stars
46
First Seen
Mar 25, 2026