.claude/skills/claude-code/SKILL.md
Activate when users ask about Claude Code installation, 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, or advanced features (extended thinking, caching, checkpointing).
npx skillsauth add the1studio/theone-training-skills claude-codeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Anthropic's agentic coding tool combining autonomous planning, execution, and validation with extensibility through skills, plugins, MCP servers, and hooks.
Subagents: Specialized agents (planner, code-reviewer, tester, debugger, docs-manager, ui-ux-designer, database-admin)
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
Load references as needed for specific topics:
| Topic | Reference File | Contents |
|-------|----------------|----------|
| Installation & setup | references/getting-started.md | Prerequisites, installation methods, authentication |
| Slash commands | references/slash-commands.md | Full catalog: /cook, /plan, /fix, /test, /docs, /git, /design |
| Workflow examples | references/common-workflows.md | Feature implementation, bug fixing, testing, git ops |
| Creating skills | references/agent-skills.md | Skill structure, metadata, bundled resources |
| MCP servers | references/mcp-integration.md | Configuration, common servers, authentication |
| Hooks system | references/hooks-comprehensive.md | Event types, command/prompt hooks, tool matchers |
| Plugins | references/hooks-and-plugins.md | Plugin structure, marketplace, installation |
| Configuration | references/configuration.md | Settings hierarchy, model config, output styles |
| Enterprise | references/enterprise-features.md | SSO, RBAC, sandboxing, audit logging, deployment |
| IDE integration | references/ide-integration.md | VS Code extension, JetBrains plugin |
| CI/CD | references/cicd-integration.md | GitHub Actions, GitLab workflows |
| Advanced features | references/advanced-features.md | Extended thinking, caching, checkpointing |
| Troubleshooting | references/troubleshooting.md | Auth failures, MCP issues, performance, debug mode |
| API reference | references/api-reference.md | Admin, Messages, Files, Models, Skills APIs |
| Best practices | references/best-practices.md | Project organization, security, performance, cost |
When answering questions:
Documentation sources:
https://context7.com/websites/claude_en_claude-code/llms.txt?tokens=10000https://context7.com/websites/claude_en_claude-code/llms.txt?topic=<topic>&tokens=5000development
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
development
Search technical documentation using executable scripts to detect query type, fetch from llms.txt sources (context7.com), and analyze results. Use when user needs: (1) Topic-specific documentation (features/components/concepts), (2) Library/framework documentation, (3) GitHub repository analysis, (4) Documentation discovery with automated agent distribution strategy
development
Deploy and manage cloud infrastructure on Cloudflare (Workers, R2, D1, KV, Pages, Durable Objects, Browser Rendering), Docker containers, and Google Cloud Platform (Compute Engine, GKE, Cloud Run, App Engine, Cloud Storage). Use when deploying serverless functions to the edge, configuring edge computing solutions, managing Docker containers and images, setting up CI/CD pipelines, optimizing cloud infrastructure costs, implementing global caching strategies, working with cloud databases, or building cloud-native applications.
development
Systematic debugging framework ensuring root cause investigation before fixes. Includes four-phase debugging process, backward call stack tracing, multi-layer validation, and verification protocols. Use when encountering bugs, test failures, unexpected behavior, performance issues, or before claiming work complete. Prevents random fixes, masks over symptoms, and false completion claims.