claude-code
Installation
SKILL.md
Capabilities
Claude Code is an agentic coding tool that operates directly in your terminal, enabling developers to transform ideas into code through natural language conversations. It can read, write, and execute code, interact with external tools through the Model Context Protocol (MCP), and delegate tasks to specialized subagents. Claude Code maintains full context awareness of your project structure and can work both interactively and programmatically.
Skills
Code Development & Modification
- Build features from descriptions: Generate complete implementations from natural language specifications
- Refactor code: Update legacy code to modern patterns while maintaining functionality
- Write tests: Create comprehensive test suites following project conventions
- Generate documentation: Add JSDoc, docstrings, or markdown documentation
- Create commits and PRs: Generate meaningful commit messages and pull request descriptions
Debugging & Analysis
- Debug issues: Analyze error messages, identify root causes, and implement fixes
- Code review: Review code for quality, security, and best practices
- Performance analysis: Identify bottlenecks and suggest optimizations
- Codebase exploration: Navigate and understand unfamiliar codebases quickly
- Find relevant code: Locate files and functions related to specific features