skills/smithery.ai/agentifind

agentifind

Installation
SKILL.md

Agentifind: Codebase Intelligence Setup

This skill sets up codebase intelligence by:

  1. Running agentifind CLI to extract code structure
  2. Detecting dynamic patterns that static analysis can't fully trace
  3. 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:

  1. 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}
    
Installs
1
First Seen
Mar 21, 2026
agentifind from smithery.ai