| name | skill-authoring |
| description | Create or revise coding-assistant skills that match this repository's structure and conventions. Use when: writing, renaming, or reviewing a skill. Do not use: for general writing or non-skill documentation. |
Skill Authoring
Create portable skills that are small, discoverable, and usable by the
assistants Geremmyas supports.
Process
- Define the skill's job and trigger phrases.
- Choose an action-oriented name in clear English.
- Write
SKILL.md with:
- frontmatter
name
- frontmatter
description
- short process
- rules
- output expectations when useful
- Move long examples, templates, tables, or rarely needed details to
assets/
or references/.
- Update README, prompts, agents, instructions, and installer references when
a skill is added or renamed.
Checklist