Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skillbox

Personal collection of AI agent skills (SKILL.md format)

Side project, maintained when I have time.

Examples

# skills trigger automatically on matching tasks
# or invoke directly: /code-review

Highlights

  • 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

Getting started

git clone <this repo>
cp -r skills/* ~/.claude/skills/

Project structure

├── .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

说明

个人练习项目, 谨慎用于生产环境。

License

MIT - see LICENSE.

About

Personal collection of AI agent skills (SKILL.md format)

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors