writing-memorb-skillslisted
Install: claude install-skill iamjosuho/memOrb
# Writing Memorb Skills (Meta)
> The counterpart to superpowers' writing-skills. Any procedure run by hand more than twice should be frozen into a skill.
## When to add a skill
- A workflow has been executed manually more than twice
- A section of CLAUDE.md keeps growing (CLAUDE.md is capped at 100 lines; workflow detail belongs in a skill)
- The user asks for one outright
## Skill structure
1. **Location**: `skills/{kebab-case-name}/SKILL.md` (flat, never nested)
2. **Frontmatter**: exactly two fields, `name` and `description`
- `description` must carry: a one-line statement of purpose + `觸發詞:...` + any prerequisite dependency
- Trigger phrases are the words the user will actually say, Traditional Chinese leading (see **Language** below)
3. **Body** (take what the skill needs):
- Order of operations (numbered steps, with the hard rules called out)
- Path and format specification tables
- A Red Flags table (excuse vs. reality) — treat this as mandatory for workflow skills
- `*(待固化:...)*` to mark the parts that are not settled yet
4. **Single responsibility**: one skill, one job; if it straddles domains, split it and have the halves reference each other
## Registration checklist (no step is optional)
1. Create or modify the `SKILL.md`
2. Update the router table in `memorb/SKILL.md` (add a row: skill name + when it triggers)
3. Update `plugin.json` (the `skills` array has to list it, or the linter blocks you)
4. If this touches CLAUDE.md's Skills Regist