Explore and understand how the codebase works. Use when user asks "how does the authentication work", "where is the API endpoint defined", "show me how data flows through the system", "explain this module's architecture", "trace the request from controller to database", or "I need to understand this feature before making changes".
/plugin marketplace add Uniswap/ai-toolkit/plugin install development-codebase-tools@uniswap-ai-toolkitThis skill is limited to using the following tools:
exploration-guide.mdBuild 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 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 implementation-planner skill.
For exploration strategies and patterns, see exploration-guide.md.