agentifind-benchmark
Installation
SKILL.md
Agentifind Benchmark Setup
This skill creates a benchmark infrastructure to measure how effectively CODEBASE.md helps AI agents navigate your codebase.
Prerequisites
.claude/CODEBASE.mdmust exist (run/agentifindfirst).claude/codebase.jsonmust exist
Procedure
Step 1: Verify Prerequisites
Check that required files exist:
test -f .claude/CODEBASE.md && test -f .claude/codebase.json && echo "Ready" || echo "Missing"
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.
81agentifind-init
Index your codebase for AI-powered navigation. Use when starting work on a new repo, or when asked to "index this codebase", "set up agentifind", or "analyze this repo structure".
2