Co-Pilot
Updated 24 days ago

agent-skill-collection

Eenoch-robinson
0.0k
enoch-robinson/agent-skill-collection
76
Agent Score

💡 Summary

A collection of practical skills designed for developers using Claude, based on best practices.

🎯 Target Audience

Software DevelopersTechnical Project ManagersQuality Assurance EngineersUI/UX DesignersTechnical Writers

🤖 AI Roast:A toolbox for Claude, but don’t expect it to fix your existential coding crises.

Security AnalysisMedium Risk

The project may expose risks related to file system access and execution of scripts, which could lead to unauthorized access or code execution. Ensure proper permissions and validate inputs to mitigate these risks.

Agent Skills Set

一套为 Claude 设计的实用开发者技能集合,基于 Anthropic Skills 最佳实践构建。

📁 目录结构

agent-skills-set/
├── registry.json              # 技能注册表(核心索引)
├── scripts/                   # 管理脚本
│   ├── list_skills.py         # 列出所有技能
│   ├── search_skill.py        # 搜索技能
│   └── validate_skill.py      # 验证技能格式
├── skills/
│   ├── development/           # 🛠️ 开发工具类
│   │   ├── api-design/
│   │   ├── code-review/
│   │   ├── debug-helper/
│   │   ├── git-workflow/
│   │   ├── mcp-builder/       ⭐
│   │   ├── refactor-guide/
│   │   ├── test-writer/
│   │   ├── vite-dep-check/
│   │   └── webapp-testing/    ⭐
│   ├── documents/             # 📄 文档处理类
│   │   ├── changelog-writer/
│   │   ├── doc-generator/
│   │   ├── docx/⭐
│   │   ├── pdf/               ⭐
│   │   └── xlsx/              ⭐
│   ├── design/                # 🎨 设计创意类
│   │   └── frontend-design/   ⭐
│   └── meta/                  # ⚙️ 元技能
│       └── skill-creator/     ⭐
└── template/
    └── SKILL.md               # Skill 模板

##🏆 推荐 Skills (⭐)

| Skill | 分类 | 描述 | |-------|------|------| | skill-creator | meta | 创建自定义 Skill 的指南 | | mcp-builder | development | MCP 服务器开发 | | pdf /docx / xlsx | documents | 办公文档三件套 | | webapp-testing | development | Playwright 自动化测试 | | frontend-design | design | 高质量 UI 设计 |

🔧 管理脚本

列出所有技能

python scripts/list_skills.py # 按分类过滤 python scripts/list_skills.py -c development # 仅显示推荐 python scripts/list_skills.py -f

搜索技能

python scripts/search_skill.py "api" python scripts/search_skill.py "test"

验证技能格式

python scripts/validate_skill.py skills/development/code-review

📖 使用方法

方法 1:直接复制到对话

SKILL.md 内容复制到与 Claude 的对话开头。

方法 2:Claude Code 项目规则

mkdir -p .claude/rules cp skills/development/code-review/SKILL.md .claude/rules/code-review.md

方法 3:组合多个 Skills

根据任务需要,组合加载多个 Skills。

##📝 创建自定义 Skill

  1. 参考 template/SKILL.md 模板
  2. 或使用 skills/meta/skill-creator 获取指导
  3. 使用 validate_skill.py 验证格式
  4. registry.json 中注册新技能

📄 License

Apache2.0

5-Dim Analysis
Clarity8/10
Novelty6/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

Pros

  • Comprehensive skill set for various development tasks.
  • Easy to integrate with Claude.
  • Includes management scripts for skill handling.

Cons

  • Limited to Claude's capabilities.
  • May require additional setup for custom skills.
  • Not all skills are equally documented.

Related Skills

ccmp

A
toolCo-Pilot
86/ 100

“Powerful, but the setup might scare off the impatient.”

claude-mods

A
toolCo-Pilot
86/ 100

“Powerful, but the setup might scare off the impatient.”

agentic-qe

A
toolCo-Pilot
86/ 100

“Powerful, but the setup might scare off the impatient.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author enoch-robinson.