en un clic
writing-skills
Use when creating or editing an aimee skill.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Use when creating or editing an aimee skill.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Use when waiting for servers, jobs, files, tests, queues, or external processes.
Use when a bounded subtask is summarization, mechanical review, fixture inspection, proposal triage, verification, or boilerplate.
Use when locating where a symbol, function, type, command, or constant is defined or referenced, instead of grep/find/read chains.
Use when tempted to add broad abstractions, future-proofing, or extra product surface beyond the requested change.
Use before asking the user about infrastructure, preferences, conventions, prior decisions, or past incidents.
Use when evaluating reviewer feedback, review delegates, or suggested code changes.
| name | writing-skills |
| description | Use when creating or editing an aimee skill. |
| source | bundled |
A skill is process code. Write it to change future agent behavior, not to record a past fix.
Every new skill or content edit needs a pressure test: baseline behavior fails without the skill, then treatment behavior complies with the skill. If the text does not move behavior, tighten the text before promoting it.
Violating the letter is violating the spirit. A vague skill that gets ignored is worse than no skill because it still spends context.
The frontmatter description says when to use the skill, not what the body
contains. Start with Use when or Use before.
Bad: description: Explains the workflow for verifying work.
Good: description: Use before claiming work is done, fixed, passing, complete, or ready to merge.
If the description summarizes the steps, the agent may take it as a shortcut and skip the body.
For discipline skills, prefer this shape:
| Excuse | Reality |
|---|---|
| "This is obvious." | Obvious rules still need executable steps and a gate. |
| "The description is enough." | The body is where behavior changes. |
| "No eval is needed for wording." | Skill wording is agent-facing control logic. |
STOP when the skill draft:
Before creating or promoting a skill:
references/.aimee skill lint <name> or lint the proposed content.aimee skill eval <name> when eval fixtures exist.Keep principles and code patterns inline when they fit. Put heavy background in
references/, reusable text in templates/, scripts in scripts/, and assets
in assets/. Cross-reference other skills by skill name, not path.
This skill adapts authoring discipline from the MIT-licensed
obra/superpowers project for aimee's local skill engine.