A collection of custom agent skills for Claude Code and other AI coding assistants.
| Skill | Description |
|---|---|
| bun-elysia-expert-skill | Expert skill for Bun runtime and Elysia framework development |
Each skill is contained in its own folder with:
SKILL.md- The skill definition and instructionsreferences/- Supporting documentation and examples
To use a skill, add it to your agent's skill configuration or reference the SKILL.md file directly.
- Create a new folder with your skill name
- Add a
SKILL.mdfile with the skill definition - Include any reference materials in a
references/subfolder
MIT