Rebuilds the codebase knowledge index at docs/codebase-index.json. Scans all source files for module structure, exports, dependencies, and tech debt hotspots. Shared across all three agents.
From agent-triforcenpx claudepluginhub artemiopadilla/agent-triforce --plugin agent-triforceThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
Rebuild the codebase knowledge index.
Follow these steps:
SIGN IN:
docs/codebase-index.json exists (rebuild vs fresh build)INDEX:
tools/codebase-indexer.py if available, otherwise perform manual indexing:
python3 tools/codebase-indexer.py --output docs/codebase-index.json
src/ recursively:
TECH_DEBT.md:
docs/reviews/:
VERIFY:
TIME OUT — Index Verification (DO-CONFIRM):
src/ files indexed (count matches find src/ -type f | wc -l)SIGN OUT: 6. Report index summary: file count, symbol count, dependency edge count, hotspot count 7. Note if circular dependencies were found 8. Run the SIGN OUT checklist from your agent file