agentifind-init
Installation
SKILL.md
Agentifind Init
Set up AI-powered codebase indexing for better code navigation.
What This Does
-
Runs
npx agentifind init --skip-conventionsto generate:index.json- Symbol graph (functions, classes, references)test-map.json- Source file → test file mappingsentrypoints.json- API handlers, CLI commands, main functionsboundaries.md- Dependency impact analysis
-
Uses your intelligence to generate
conventions.mdby analyzing the actual codebase
Instructions
Step 1: Run the indexer
Execute this command in the repo root:
Related skills
More from avivk5498/agentifind
agentifind
Set up codebase intelligence for AI agents. Runs the agentifind CLI to extract code structure using LSP (pyright/tsserver) with tree-sitter fallback, then synthesizes a CODEBASE.md navigation guide. Run this skill to get a complete codebase map in .claude/ directory.
80agentifind-benchmark
Create a benchmark to measure CODEBASE.md effectiveness. Sets up hooks to run two parallel agents (one with guide, one without) and compare their efficiency. Requires /agentifind to be run first.
4