Documentation
README
Skill Creator
Use this skill when creating or maintaining a memmy-agent skill.
Core Principles
Keep the skill small enough to load quickly. Put only the essential workflow in SKILL.md; move detailed reference material into references/, reusable deterministic code into scripts/, and output assets into assets/.
Write for another agent that is already capable. Include the procedural details, constraints, commands, schemas, and examples that would be annoying or risky to rediscover.
Skill Shape
A skill is a directory with one required file and optional resources:
skill-name/
├── SKILL.md
├── scripts/
├── references/
└── assets/
SKILL.md must contain YAML frontmatter followed by Markdown instructions.
Required frontmatter:
This is the opening of the README. Read the full README on GitHub.