AgentSkillsCN

olore-claude-code-latest

本地 Claude Code 文档参考(最新版)。当用户询问 Claude Code 的各项功能、CLI 命令、代理技能、插件、子代理、MCP、部署方案、配置选项、钩子机制,或故障排查方法时,可参考此文档。

SKILL.md
--- frontmatter
name: olore-claude-code-latest
description: Local Claude Code documentation reference (latest). Use when asked about Claude Code features, CLI commands, agent skills, plugins, subagents, MCP, deployment, configuration, hooks, or troubleshooting.

Claude Code Documentation

Claude Code is Anthropic's agentic coding tool that lives in your terminal and helps you turn ideas into code. It works in your existing environment with your preferred tools, can directly edit files and run commands, and is composable and scriptable following Unix philosophy.

Documentation Structure

code
docs/
├── getting-started/         # Installation, quickstart, common workflows (3 files)
├── build-with-claude-code/  # Skills, plugins, subagents, MCP, hooks (9 files)
├── deployment/              # Enterprise deployment options (8 files)
├── configuration/           # Settings, models, memory (4 files)
└── reference/               # CLI, slash commands, API reference (6 files)

Topic Guide

TopicKey Files
Installation and setupcontents/getting-started/overview.md, contents/getting-started/quick-start.md
Basic workflowscontents/getting-started/common-workflows.md
Agent Skillscontents/build-with-claude-code/agent-skills.md
Custom subagentscontents/build-with-claude-code/create-custom-subagents.md
Pluginscontents/build-with-claude-code/create-plugins.md, contents/build-with-claude-code/discover-plugins.md
MCP integrationcontents/build-with-claude-code/mcp.md
Hooks systemcontents/build-with-claude-code/hooks.md, contents/reference/hooks-reference.md
Headless usagecontents/build-with-claude-code/programmatic-usage.md
CLI commandscontents/reference/cli-reference.md
Slash commandscontents/reference/slash-commands.md
Interactive modecontents/reference/interactive-mode.md
Configurationcontents/configuration/settings.md
Model selectioncontents/configuration/model-configuration.md
Memory managementcontents/configuration/memory-management.md
Enterprise deploymentcontents/deployment/overview.md
AWS Bedrockcontents/deployment/aws-bedrock.md
Google Vertex AIcontents/deployment/google-vertex-ai.md
Azure deploymentcontents/deployment/microsoft-foundry.md
Network configurationcontents/deployment/network-configuration.md
Troubleshootingcontents/build-with-claude-code/trouble-shooting.md

When to use

Use this skill when the user asks about:

  • Claude Code installation, setup, or getting started
  • CLI commands, flags, or usage patterns
  • Creating or managing Agent Skills
  • Building custom subagents or using built-in agents
  • Creating or installing plugins
  • Model Context Protocol (MCP) integration
  • Hooks for tool execution events
  • Programmatic usage or headless mode
  • Slash commands and interactive features
  • Configuration settings and customization
  • Model selection and configuration
  • Memory and context management
  • Enterprise deployment (AWS, GCP, Azure)
  • Network configuration or proxies
  • Troubleshooting issues with Claude Code

How to find information

  1. Use the Topic Guide above to identify relevant files
  2. Read TOC.md for complete file listing by category
  3. Read specific files from contents/{path} for detailed information