.claude/skills/claude-code/SKILL.md
Use when users ask about Claude Code features, setup, configuration, troubleshooting, slash commands, MCP servers, Agent Skills, hooks, plugins, CI/CD integration, or enterprise deployment. Activate for questions like 'How do I use Claude Code?', 'What slash commands are available?', 'How to set up MCP?', 'Create a skill', 'Fix Claude Code issues', or 'Deploy Claude Code in enterprise'.
npx skillsauth add toanpv-0639/claudekit-engineer 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.
Claude Code is Anthropic's agentic coding tool that lives in the terminal and helps turn ideas into code faster. It combines autonomous planning, execution, and validation with extensibility through skills, plugins, MCP servers, and hooks.
Use when users need help with:
Activation examples:
Subagents: Specialized AI agents (planner, code-reviewer, tester, debugger, docs-manager, ui-ux-designer, database-admin, etc.)
Agent Skills: Modular capabilities with instructions, metadata, and resources that Claude uses automatically
Slash Commands: User-defined operations in .claude/commands/ that expand to prompts
Hooks: Shell commands executing in response to events (pre/post-tool, user-prompt-submit)
MCP Servers: Model Context Protocol integrations connecting external tools and services
Plugins: Packaged collections of commands, skills, hooks, and MCP servers
Load these references when needed for detailed guidance:
references/getting-started.md
Slash Commands: references/slash-commands.md
Agent Skills: references/agent-skills.md
MCP Integration: references/mcp-integration.md
Hooks & Plugins: references/hooks-and-plugins.md
references/configuration.md
Enterprise Features: references/enterprise-features.md
IDE Integration: references/ide-integration.md
CI/CD Integration: references/cicd-integration.md
Advanced Features: references/advanced-features.md
Troubleshooting: references/troubleshooting.md
API Reference: references/api-reference.md
Best Practices: references/best-practices.md
/cook implement user authentication with JWT
# Or plan first
/plan implement payment integration with Stripe
/fix:fast the login button is not working
/debug the API returns 500 errors intermittently
/fix:types # Fix TypeScript errors
claude "review my latest commit"
/test
/fix:test the user service tests are failing
/docs:init # Create initial documentation
/docs:update # Update existing docs
/docs:summarize # Summarize changes
/git:cm # Stage and commit
/git:cp # Stage, commit, and push
/git:pr feature-branch main # Create pull request
/design:fast create landing page for SaaS product
/content:good write product description for new feature
When responding to Claude Code questions:
Loading references:
For setup/installation questions: Load references/getting-started.md
For slash command questions: Load references/slash-commands.md
For skill creation: Load references/agent-skills.md
For MCP questions: Load references/mcp-integration.md
For hooks/plugins: Load references/hooks-and-plugins.md
For configuration: Load references/configuration.md
For enterprise deployment: Load references/enterprise-features.md
For IDE integration: Load references/ide-integration.md
For CI/CD: Load references/cicd-integration.md
For advanced features: Load references/advanced-features.md
For troubleshooting: Load references/troubleshooting.md
For API usage: Load references/api-reference.md
For best practices: Load references/best-practices.md
Documentation links:
https://context7.com/websites/claude_en_claude-code/llms.txt?topic=<topic>&tokens=5000https://context7.com/websites/claude_en_claude-code/llms.txt?topic=subagent&tokens=5000Provide accurate, actionable guidance based on the loaded references and official documentation.
development
Implement payment integrations with SePay (Vietnamese payment gateway with VietQR, bank transfers, cards) and Polar (global SaaS monetization platform with subscriptions, usage-based billing, automated benefits). Use when integrating payment processing, implementing checkout flows, managing subscriptions, handling webhooks, processing bank transfers, generating QR codes, automating benefit delivery, or building billing systems. Supports authentication (API keys, OAuth2), product management, customer portals, tax compliance (Polar as MoR), and comprehensive SDK integrations (Node.js, PHP, Python, Go, Laravel, Next.js).
development
Build modern mobile applications with React Native, Flutter, Swift/SwiftUI, and Kotlin/Jetpack Compose. Covers mobile-first design principles, performance optimization (battery, memory, network), offline-first architecture, platform-specific guidelines (iOS HIG, Material Design), testing strategies, security best practices, accessibility, app store deployment, and mobile development mindset. Use when building mobile apps, implementing mobile UX patterns, optimizing for mobile constraints, or making native vs cross-platform decisions.
tools
Manage Model Context Protocol (MCP) servers - discover, analyze, and execute tools/prompts/resources from configured MCP servers. Use when working with MCP integrations, need to discover available MCP capabilities, filter MCP tools for specific tasks, execute MCP tools programmatically, access MCP prompts/resources, or implement MCP client functionality. Supports intelligent tool selection, multi-server management, and context-efficient capability discovery.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).