# Cc Explorer

> Comprehensive Claude Code documentation researcher for brainstorming and project planning. Use when the user asks about Claude Code capabilities, how to set up a project, what features are available, or needs to explore what's possible with Claude Code. Triggers on phrases like "what can Claude Code do", "how should I set up", "what are my options", "brainstorm", "explore possibilities", "what features", "best way to structure".

- Skill: `mikkelkrogsholm/cc-explorer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mikkelkrogsholm/cc-explorer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mikkelkrogsholm/cc-explorer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: mikkelkrogsholm (https://skillmd.com/u/mikkelkrogsholm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mikkelkrogsholm/cc-explorer

---


# 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:
1. Fetch the complete documentation index from code.claude.com/docs/llms.txt
2. Read the changelog for latest features
3. Systematically fetch all relevant documentation pages
4. Synthesize comprehensive, well-researched advice

## Output

Return the agent's comprehensive research results to the user.

