Get official guidance for Claude Code CLI, MCP, plugins, and configuration.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "working-with-claude-code" skill from askskill: 1. Download https://raw.githubusercontent.com/obra/superpowers-developing-for-claude-code/main/skills/working-with-claude-code/SKILL.md 2. Save it as ~/.claude/skills/working-with-claude-code/SKILL.md 3. Reload skills and tell me it's ready
Based on the official Claude Code documentation, explain how to configure and connect an MCP server, including required settings, a sample config file, common errors, and troubleshooting steps.
A structured setup guide with examples, cautions, and troubleshooting advice.
Summarize the official Claude Code documentation for hooks, including supported hook types, trigger timing, configuration methods, and one practical example.
An overview of hooks with configuration examples and practical use cases.
Using the official documentation, compare Claude Code skills and plugins in terms of purpose, differences, use cases, and how to choose between them.
A clear comparison that helps users understand positioning and selection guidance.
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.
Use this skill when:
| 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 |
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 # CLI command reference
├── common-workflows.md # Common usage patterns
├── interactive-mode.md # Interactive mode guide
├── headless.md # Headless mode guide
├── output-styles.md # Output customization
├── statusline.md # Status line configuration
├── memory.md # Memory and context management
├── checkpointing.md # Checkpointing feature
├── analytics.md # Usage analytics
├── costs.md # Cost tracking
├── monitoring-usage.md # Usage monitoring
├── data-usage.md # Data usage policies
├── security.md # Security features
├── iam.md # IAM integration
├── network-config.md # Network configuration
├── terminal-config.md # Terminal configuration
├── model-config.md # Model configuration
├── llm-gateway.md # LLM gateway setup
├── amazon-bedrock.md # AWS Bedrock integration
├── google-vertex-ai.md # Google Vertex AI integration
├── vs-code.md # VS Code integration
├── jetbrains.md # JetBrains integration
├── devcontainer.md # Dev container support
├── github-actions.md # GitHub Actions integration
├── gitlab-ci-cd.md # GitLab CI/CD integration
├── third-party-integrations.md # Other integrations
├── legal-and-compliance.md # Legal information
├── troubleshooting.md # Troubleshooting guide
└── migration-guide.md # Migration guide
@references/filename.mdExample:
User: "How do I create a Claude Code plugin?"
→ Read @references/plugins.md
→ Follow the official plugin creation steps
When exploring a topic, start with the overview document, then drill into specific files:
…
Build, update, test, and release Claude Code plugins efficiently end to end.
Clarify intent, requirements, and solution direction before any creative implementation work.
Create isolated workspaces for feature development without disturbing current code.
Turn requirements into a clear step-by-step execution plan before implementation.
Set conversation rules to discover and invoke skills before replying.
Verify results before claiming work is complete, fixed, or passing.
Adds reusable Claude Code workflows with agents, skills, hooks, and commands.
Discover curated Claude Code skills, plugins, and workflows to extend AI coding
Discover Claude Code plugins to extend commands, agents, hooks, and MCP tools.
Use modular, validated skills and workflows to accelerate AI-assisted software development.
Learn Claude Code through interactive IDE-style docs for commands, MCP, and skills.
Enhance coding workflows with testing, reviews, automation, and multi-LLM delegation.