From development-codebase-tools
Explores codebase areas: maps files, traces data flows, identifies patterns and dependencies. For 'how does X work', architecture queries, or pre-change analysis.
npx claudepluginhub uniswap/ai-toolkit --plugin development-codebase-toolsThis skill is limited to using the following tools:
Build comprehensive understanding of codebase areas before implementation or to answer questions about how things work.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Build comprehensive understanding of codebase areas before implementation or to answer questions about how things work.
Extract from user's request:
topic: Main area/feature/component to explorefiles: Specific files mentioned (optional)focus: Particular aspects to emphasize (optional)Invoke the context-loader-agent agent with extracted parameters for comprehensive analysis.
Return structured analysis:
This is Step 1 of the implementation workflow:
After exploring, context is automatically available for /plan or the plan-implementation skill.
For exploration strategies and patterns, see exploration-guide.md.