- Add MIT LICENSE file - Add CONTRIBUTING.md with skill creation guide - Add AGENTS.md and CLAUDE.md for AI agent guidelines - Add issue template for skill requests - Add PR templates for new skills, updates, and docs - Update README with links to contributing guide and license
17 lines
414 B
Markdown
17 lines
414 B
Markdown
## New Skill
|
|
|
|
**Skill name:** `skills/SKILL-NAME`
|
|
|
|
## Summary
|
|
|
|
<!-- What does this skill do and when should it be used? -->
|
|
|
|
## Checklist
|
|
|
|
- [ ] `name` matches directory name exactly
|
|
- [ ] `name` follows naming rules (lowercase, hyphens, no `--`)
|
|
- [ ] `description` is 1-1024 chars with trigger phrases
|
|
- [ ] `SKILL.md` is under 500 lines
|
|
- [ ] No sensitive data or credentials
|
|
- [ ] Tested locally with AI agent
|