← ClaudeAtlas

writing-memorb-skillslisted

Meta skill for adding or changing any sub-skill in this vault. Governs naming, frontmatter, structure, the registration checklist, and testing. Triggers: add a skill, write a skill, modify a skill, turn this into a skill, we keep doing this by hand, 新增 skill, 寫一個 skill, 修改 skill, 固化流程, 這個流程以後常做.
iamjosuho/memOrb · ★ 1 · AI & Automation · score 64
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