Use when working with Claude Code CLI, plugins, hooks, MCP servers, skills, configuration, or any Claude Code feature - provides comprehensive official documentation for all aspects of Claude Code
View on GitHubobra/superpowers-developing-for-claude-code
superpowers-developing-for-claude-code
January 20, 2026
Select agents to install to:
npx add-skill https://github.com/obra/superpowers-developing-for-claude-code/blob/main/skills/working-with-claude-code/SKILL.md -a claude-code --skill working-with-claude-codeInstallation paths:
.claude/skills/working-with-claude-code/# Working with Claude Code ## Overview This skill provides complete, authoritative documentation for Claude Code directly from docs.claude.com. Instead of guessing about configuration paths, API structures, or feature capabilities, read the official docs stored in this skill's references directory. ## When to Use Use this skill when: - Creating or configuring Claude Code plugins - Setting up MCP servers - Working with hooks (pre-commit, session-start, etc.) - Writing or testing skills - Configuring Claude Code settings - Troubleshooting Claude Code issues - Understanding CLI commands - Setting up integrations (VS Code, JetBrains, etc.) - Configuring networking, security, or enterprise features ## Quick Reference | Task | Read This File | |------|---------------| | Create a plugin | `plugins.md` then `plugins-reference.md` | | Set up MCP server | `mcp.md` | | Configure hooks | `hooks.md` then `hooks-guide.md` | | Write a skill | `skills.md` | | CLI commands | `cli-reference.md` | | Troubleshoot issues | `troubleshooting.md` | | General setup | `setup.md` or `quickstart.md` | | Configuration options | `settings.md` | ## Documentation Organization All documentation is stored as individual markdown files in `references/`. Use the Read tool to access specific documentation: ``` references/ ├── overview.md # Claude Code introduction ├── quickstart.md # Getting started guide ├── setup.md # Installation and setup ├── plugins.md # Plugin development ├── plugins-reference.md # Plugin API reference ├── plugin-marketplaces.md # Plugin marketplaces ├── skills.md # Skill creation ├── mcp.md # MCP server integration ├── hooks.md # Hooks overview ├── hooks-guide.md # Hooks implementation guide ├── slash-commands.md # Slash command reference ├── sub-agents.md # Subagent usage ├── settings.md # Configuration reference ├── cli-reference.md