Skip to content

Latest commit

Β 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Claude Code Skill Agents

A curated collection of specialized agents and reusable skills for Claude Code

License: MIT GitHub stars GitHub forks

English | δΈ­ζ–‡


πŸ“‹ Table of Contents

🎯 Overview

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.

Why Use This?

  • πŸš€ 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

✨ Features

  • 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

πŸ“¦ Installation

Option 1: Direct Clone

Clone the repository directly:

git clone https://github.com/wangbingquan1991/claude-code-skill-agents.git
cd claude-code-skill-agents

Option 2: Download ZIP

Download the latest release from the Releases page.

πŸ’‘ Usage

Basic Setup

  1. Copy agents to your Claude Code directory:

    cp -r skill-agents/agents/* ~/.claude/agents/
    cp -r skill-agents/skills/* ~/.claude/skills/
  2. 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

Using in Claude Code

Once installed, you can invoke agents and skills in your Claude Code sessions:

@claudecode-expert Help me optimize this code
/skill claudecode-assistant-perspective

πŸ€– Available Agents

claudecode-expert

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

🎨 Available Skills

claudecode-assistant-perspective

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/

Documentation Structure

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

πŸ“ Project Structure

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

🀝 Contributing

We welcome contributions! Here's how you can help:

Ways to Contribute

  1. Report Issues: Found a bug? Open an issue
  2. Suggest Features: Have an idea? Share it in Discussions
  3. Submit PRs: Want to add new agents or skills? Fork and create a pull request
  4. Improve Docs: Help us make documentation better

Development Workflow

# 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

Contribution Guidelines

  • 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

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

What This Means

βœ… 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

πŸ™ Acknowledgments

  • Claude Code - The foundation that makes this possible
  • Anthropic - For creating Claude
  • Community Contributors - Everyone who contributes ideas and feedback

πŸ“ž Support

πŸ”— Related Projects

Official Resources

Community Collections

Best Practices & Guides


Built with ❀️ for the Claude Code Community

⭐ Star this repo if you find it helpful!

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages