Files
2026-07-10 15:02:09 +01:00

16 lines
745 B
Markdown

# Skills Index
Skills are reusable capability packages. Each skill lives in its own directory and contains:
- `SKILL.md` — what the skill does, when to use it, and how to invoke its scripts
- one or more Python scripts that perform the actual work
Read `SKILL.md` before running any script. The file explains inputs, outputs, and usage examples.
## Registered Skills
| ics2json | [SKILL.md](ics2json/SKILL.md) | Download an iCal feed and output events as JSON |
| mcp-builder | [SKILL.md](mcp-builder/SKILL.md) | Complete guide + scripts for building high-quality MCP servers (Python FastMCP / TypeScript SDK) |
| skill-creator | [SKILL.md](skill-creator/SKILL.md) | Framework for creating, validating, evaluating and packaging skills |