Awesome-omni-skill claude-code
Activate when users ask about Claude Code installation, slash commands (/plan, /fix, /content, /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, or advanced features (extended thinking, caching, checkpointing).
git clone https://github.com/diegosouzapw/awesome-omni-skill
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/tools/claude-code-duc01226" ~/.claude/skills/diegosouzapw-awesome-omni-skill-claude-code-2905ce && rm -rf "$T"
skills/tools/claude-code-duc01226/SKILL.mdClaude Code
Anthropic's agentic coding tool combining autonomous planning, execution, and validation with extensibility through skills, plugins, MCP servers, and hooks.
Core Concepts
Subagents: Specialized agents (planner, content-reviewer, campaign-debugger, docs-manager, ui-ux-designer, researcher, copywriter)
Agent Skills: Modular capabilities with SKILL.md + bundled resources (scripts, references, assets) loaded progressively
Slash Commands: User-defined operations in
.claude/commands/ expanding to prompts
Hooks: Event-driven shell commands (SessionStart, PreToolUse, PostToolUse, Stop, SubagentStop)
MCP Servers: Model Context Protocol integrations for external tools (GitHub, Jira, databases)
Plugins: Packaged collections distributed via marketplace
Reference Guide
Load references as needed for specific topics:
| Topic | Reference File | Contents |
|---|---|---|
| Installation & setup | | Prerequisites, installation methods, authentication |
| Slash commands | | Full catalog: /cook, /plan, /fix, /test, /docs, /git, /design |
| Workflow examples | | Feature implementation, bug fixing, testing, git ops |
| Creating skills | | Skill structure, metadata, bundled resources |
| MCP servers | | Configuration, common servers, authentication |
| Hooks system | | Event types, command/prompt hooks, tool matchers |
| Plugins | | Plugin structure, marketplace, installation |
| Configuration | | Settings hierarchy, model config, output styles |
| Enterprise | | SSO, RBAC, sandboxing, audit logging, deployment |
| IDE integration | | VS Code extension, JetBrains plugin |
| CI/CD | | GitHub Actions, GitLab workflows |
| Advanced features | | Extended thinking, caching, checkpointing |
| Troubleshooting | | Auth failures, MCP issues, performance, debug mode |
| API reference | | Admin, Messages, Files, Models, Skills APIs |
| Best practices | | Project organization, security, performance, cost |
Instructions
When answering questions:
- Identify topic from user query
- Load relevant reference files (use table above)
- Provide specific guidance with examples
- For complex queries, load multiple references
Documentation sources:
- Context7 llms.txt:
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: https://docs.claude.com/en/docs/claude-code/
- GitHub: https://github.com/anthropics/claude-code
- Support: support.claude.com