agentifind
Installation
SKILL.md
Agentifind: Codebase Intelligence Setup
This skill sets up codebase intelligence by:
- Running agentifind CLI to extract code structure
- Detecting dynamic patterns that static analysis can't fully trace
- Synthesizing a navigation guide with staleness metadata
Procedure
Step 1: Check for existing guide (Staleness Detection)
If .claude/CODEBASE.md already exists, check if it's stale:
- Read the metadata header from CODEBASE.md:
Source-Hash: {sha256 of codebase.json when guide was generated} Commit: {git commit when generated} Stats: {file count, function count, class count}