Install
1
Install the plugin$
npx claudepluginhub mickaelmamani/saas-toolkit --plugin saas-toolkitWant just this skill?
Add to a custom plugin, then install with one command.
Description
Codebase exploration using specialized explore agents.
Tool Access
This skill is limited to using the following tools:
TaskReadGrepGlob
Skill Content
/explore — Codebase Exploration
Explore and understand the codebase using specialized agents for different exploration needs.
Behavior
When the user asks to explore, determine the type of exploration needed and delegate to the appropriate agent:
Codebase structure
Use the explore-codebase agent for:
- Finding files and directories
- Understanding project structure
- Searching for patterns, functions, or components
- Mapping dependencies between modules
Database schema
Use the explore-db agent for:
- Listing tables and their schemas
- Understanding relationships and foreign keys
- Reviewing RLS policies
- Inspecting database functions
Library documentation
Use the explore-docs agent for:
- Looking up API documentation
- Finding usage examples for libraries
- Checking framework conventions
- Understanding library configuration
General research
Use the websearch agent for:
- Finding solutions to specific problems
- Researching best practices
- Looking up error messages
- Comparing approaches
Process
- Understand the question — What does the user want to explore?
- Choose the right agent — Match the question to the most appropriate exploration agent.
- Delegate — Launch the agent with a clear, specific prompt.
- Synthesize — If multiple agents are needed, combine their findings into a coherent answer.
Rules
- Use agents in parallel when exploring multiple independent things
- Keep the scope focused — don't explore everything at once
- Return structured, actionable findings
Stats
Stars0
Forks0
Last CommitFeb 11, 2026
Actions