cc-explorer
Installation
SKILL.md
Claude Code Explorer Skill
This skill triggers automatic research when Claude Code questions are detected.
When This Skill Activates
This skill should activate when the user asks exploratory questions about Claude Code, such as:
- "What can Claude Code do for..."
- "How should I set up..."
- "What are my options for..."
- "Best way to structure..."
- "What features are available..."
Action
When this skill is triggered, use the Task tool to spawn the cc-explorer agent:
Task(
subagent_type="cc-explorer",
prompt="Research Claude Code documentation for: [user's question]",
description="Research Claude Code docs"
)
The cc-explorer agent will:
- Fetch the complete documentation index from code.claude.com/docs/llms.txt
- Read the changelog for latest features
- Systematically fetch all relevant documentation pages
- Synthesize comprehensive, well-researched advice
Output
Return the agent's comprehensive research results to the user.
Related skills