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"