- Overview
- Features
- Installation
- Usage
- Available Agents
- Available Skills
- Project Structure
- Contributing
- License
- Acknowledgments
Claude Code Skill Agents is a modular, extensible collection of AI agents and skills designed to supercharge your Claude Code workflow. Whether you're building complex applications, debugging code, or optimizing development processes, these agents and skills provide expert guidance and best practices.
- π Boost Productivity: Pre-built agents handle common development tasks
- π Best Practices: Learn from proven patterns and workflows
- π§ Modular Design: Use only what you need, extend as required
- π Community-Driven: Open source and welcoming contributions
- Specialized Agents: Task-specific AI assistants for different scenarios
- Reusable Skills: Modular skill definitions that can be combined
- Easy Integration: Works seamlessly with Claude Code
- Well-Documented: Clear examples and usage guidelines
- MIT Licensed: Free for personal and commercial use
Clone the repository directly:
git clone https://github.com/wangbingquan1991/claude-code-skill-agents.git
cd claude-code-skill-agentsDownload the latest release from the Releases page.
-
Copy agents to your Claude Code directory:
cp -r skill-agents/agents/* ~/.claude/agents/ cp -r skill-agents/skills/* ~/.claude/skills/
-
Or reference directly in your project:
# Create symbolic links ln -s /path/to/skill-agents/agents ~/.claude/agents/custom-agents ln -s /path/to/skill-agents/skills ~/.claude/skills/custom-skills
Once installed, you can invoke agents and skills in your Claude Code sessions:
@claudecode-expert Help me optimize this code
/skill claudecode-assistant-perspective
Purpose: Expert-level assistance for Claude Code operations
Capabilities:
- Code review and optimization
- Best practices guidance
- Debugging strategies
- Performance tuning
- Architecture recommendations
Use Cases:
- "Review my code for potential issues"
- "How can I optimize this function?"
- "What's the best practice for handling errors here?"
Location: agents/claudecode-expert.md
Purpose: Comprehensive guidelines for effective Claude Code assistance
Components:
- Core principles and methodologies
- Anti-patterns to avoid
- Workflow templates
- Research-backed best practices
- Troubleshooting guides
Key Topics:
- β Core development principles
- β Skill development framework
- β Agent design patterns
- β Best practices compilation
- β Common workflows
- β Troubleshooting strategies
Location: skills/claudecode-assistant-perspective/
skills/claudecode-assistant-perspective/
βββ SKILL.md # Main skill definition
βββ references/
β βββ anti-patterns.md # Common mistakes to avoid
β βββ document-index.md # Navigation guide
β βββ workflows.md # Standard workflows
β βββ research/
β βββ 01-core-principles.md
β βββ 02-skill-dev-framework.md
β βββ 03-agent-design-patterns.md
β βββ 04-best-practices.md
β βββ 05-workflows.md
β βββ 06-troubleshooting.md
claude-code-skill-agents/
βββ agents/ # AI agent definitions
β βββ claudecode-expert.md # Expert assistant agent
βββ skills/ # Reusable skills
β βββ claudecode-assistant-perspective/
β βββ SKILL.md # Skill definition
β βββ references/ # Supporting documentation
βββ .gitignore # Git ignore rules
βββ LICENSE # MIT License
βββ README.md # This file
We welcome contributions! Here's how you can help:
- Report Issues: Found a bug? Open an issue
- Suggest Features: Have an idea? Share it in Discussions
- Submit PRs: Want to add new agents or skills? Fork and create a pull request
- Improve Docs: Help us make documentation better
# 1. Fork the repository
# 2. Clone your fork
git clone https://github.com/YOUR_USERNAME/claude-code-skill-agents.git
# 3. Create a feature branch
git checkout -b feature/amazing-new-agent
# 4. Make your changes
# Add new agent or skill...
# 5. Commit and push
git add .
git commit -m "feat: Add amazing new agent"
git push origin feature/amazing-new-agent
# 6. Open a Pull Request- Follow the existing structure and naming conventions
- Include clear documentation and examples
- Test your agents/skills in real scenarios
- Update the README if adding new features
This project is licensed under the MIT License - see the LICENSE file for details.
β
You can use this for personal projects
β
You can use this for commercial projects
β
You can modify and distribute
β
You can create derivative works
β Just include the original license and copyright notice
- Claude Code - The foundation that makes this possible
- Anthropic - For creating Claude
- Community Contributors - Everyone who contributes ideas and feedback
- π§ Issues: GitHub Issues
- π¬ Discussions: GitHub Discussions
- π Documentation: Check individual agent/skill files for detailed usage
- Claude Code - Official Claude Code repository
- Claude Skills - Official Anthropic skills
- Claude Cookbooks - Practical examples and patterns
- Prompt Engineering Tutorial - Interactive prompt engineering guide
- Awesome Claude Code - Curated list of Claude Code resources
- Everything Claude Code - Comprehensive Claude Code guide
- Free Claude Code - Free resources and tools
- Learn Claude Code - Learning materials and tutorials
- Claude Howto - Practical how-to guides
- Claude Code Best Practice - Best practices collection
- Claude Code Sourcemap - Source code analysis
- Claude Code Source Code - Full source code reference
Built with β€οΈ for the Claude Code Community
β Star this repo if you find it helpful!