Claude Code Skill

Anthropic’s agentic coding tool combining autonomous planning, execution, and validation with extensibility through skills, plugins, MCP servers, and hooks.

When to Use

  • Installation and setup questions
  • Slash commands (/cook, /plan, /fix, /test, /docs, /design, /git)
  • Creating/managing Agent Skills
  • Configuring MCP servers
  • Setting up hooks/plugins
  • IDE integration (VS Code, JetBrains)
  • CI/CD workflows
  • Enterprise deployment (SSO, RBAC, sandboxing)
  • Troubleshooting authentication/performance issues
  • Advanced features (extended thinking, caching, checkpointing)

Core Concepts

ConceptDescription
SubagentsSpecialized agents (planner, code-reviewer, tester, debugger, docs-manager, ui-ux-designer, database-admin)
Agent SkillsModular capabilities with SKILL.md + bundled resources loaded progressively
Slash CommandsUser-defined operations in .claude/commands/ expanding to prompts
HooksEvent-driven shell commands (SessionStart, PreToolUse, PostToolUse, Stop, SubagentStop)
MCP ServersModel Context Protocol integrations for external tools
PluginsPackaged collections distributed via marketplace

Reference Navigation

TopicReference
Installation & setupreferences/getting-started.md
Slash commandsreferences/slash-commands.md
Workflow examplesreferences/common-workflows.md
Creating skillsreferences/agent-skills.md
MCP serversreferences/mcp-integration.md
Hooks systemreferences/hooks-comprehensive.md
Pluginsreferences/hooks-and-plugins.md
Configurationreferences/configuration.md
Enterprisereferences/enterprise-features.md
IDE integrationreferences/ide-integration.md
CI/CDreferences/cicd-integration.md
Advanced featuresreferences/advanced-features.md
Troubleshootingreferences/troubleshooting.md
API referencereferences/api-reference.md
Best practicesreferences/best-practices.md

Usage Instructions

When answering questions:

  1. Identify topic from user query
  2. Load relevant reference files
  3. Provide specific guidance with examples
  4. For complex queries, load multiple references

Documentation Sources

  • Context7: https://context7.com/websites/claude_en_claude-code/llms.txt?tokens=10000
  • Topic search: https://context7.com/websites/claude_en_claude-code/llms.txt?topic=<topic>&tokens=5000
  • Official docs
  • GitHub
  • Support: support.claude.com

Integration with ClaudeKit

Works with:

  • skill-creator: Create new skills
  • mcp-management: Manage MCP servers
  • mcp-builder: Build MCP servers

Key Takeaway

Claude Code skill provides guidance for Anthropic’s agentic coding tool including installation, slash commands, skills, MCP integration, hooks, IDE integration, and enterprise features. Load specific references based on user query topic.