A collection of skills for AI assistants. Each skill is a self-contained module with instructions for specific tasks.
skills/
├── accli/
│ └── SKILL.md
├── openai-tts/
│ └── SKILL.md
├── table-image/
│ └── SKILL.md
└── ...
| Skill | Description |
|---|---|
| accli | Apple Calendar CLI - list, create, update, delete calendar events |
| openai-tts | Text-to-speech voice notes via OpenAI TTS API |
| table-image | Convert markdown tables to PNG images |
Skills are designed to be read by AI assistants to learn how to perform specific tasks. Each SKILL.md contains instructions, examples, and notes.
- Create a folder for your skill
- Add a
SKILL.mdwith frontmatter and instructions - Submit a PR
MIT