with one click
working-with-claude-code
// 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
// 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
Use when working on Claude Code plugins (creating, modifying, testing, releasing, or maintaining) - provides streamlined workflows, patterns, and examples for the complete plugin lifecycle
Use when demonstrating plugin workflow features - shows how skills can guide multi-step processes
| name | working-with-claude-code |
| description | 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 |
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:
plugins.md, skills.md, or mcp.mdsettings.md or setup.mdtroubleshooting.mdUse Grep tool to search across all documentation:
pattern: "search term"
path: ~/.claude/skills/working-with-claude-code/references/
The skill includes scripts/update_docs.js to fetch the latest documentation from docs.claude.com.
Run when:
node ~/.claude/skills/working-with-claude-code/scripts/update_docs.js
The script:
references/Read plugins.md for overview, then plugins-reference.md for API details.
Read mcp.md for configuration format and examples.
Read hooks.md for overview, then hooks-guide.md for implementation details.
Read skills.md for the complete skill authoring guide.
extending-claude-code skill (when available)If you find yourself:
settings.mdhooks.mdAlways consult the official documentation before guessing.