Personal collection of AI agent skills (SKILL.md format)
Side project, maintained when I have time.
# skills trigger automatically on matching tasks
# or invoke directly: /code-review- Drop-in compatible with ~/.claude/skills
- YAML frontmatter: name + when-to-use description
- Versioned like code: review changes in PRs
- Each skill is a folder with a single SKILL.md
- Concrete instructions, output formats and examples
git clone <this repo>
cp -r skills/* ~/.claude/skills/├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ └── bug_report.md
│ └── pull_request_template.md
├── docs/
│ ├── development.md
│ └── usage.md
├── examples/
│ └── quickstart.md
├── skills/
│ ├── code-review/
│ │ └── SKILL.md
│ ├── commit-message/
│ │ └── SKILL.md
│ ├── refactor-plan/
│ │ └── SKILL.md
│ └── test-writer/
│ └── SKILL.md
├── .gitignore
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
└── SECURITY.md
个人练习项目, 谨慎用于生产环境。
MIT - see LICENSE.