提供 Claude Code CLI、插件、MCP、配置与技能的官方使用指导
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "working-with-claude-code" 技能: 1. 下载 https://raw.githubusercontent.com/obra/superpowers-developing-for-claude-code/main/skills/working-with-claude-code/SKILL.md 2. 保存为 ~/.claude/skills/working-with-claude-code/SKILL.md 3. 装好后重载技能,告诉我可以用了
请根据 Claude Code 官方文档,说明如何配置并连接一个 MCP 服务器,包括所需配置项、示例配置文件、常见错误及排查步骤。
一份结构化配置指南,包含示例、注意事项与故障排查建议。
请整理 Claude Code 中 hooks 的官方说明,解释支持的 hook 类型、触发时机、配置方式,并给出一个实际使用示例。
一份 hooks 功能说明,附带配置示例和适用场景。
请基于官方文档,对比 Claude Code 的 skills 与 plugins 的用途、区别、适用场景,以及如何选择合适方案。
一份清晰的对比说明,帮助用户理解两者定位与选型建议。
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:
…
帮助你高效创建、修改、测试与发布 Claude Code 插件的全流程技能
通过交互式 IDE 风格文档快速学习 Claude Code 的命令、MCP 与技能体系。