1.5 KiB
1.5 KiB
name, description
| name | description |
|---|---|
| autoskill | Detect operator repetition and turn it into a skill. Trigger when the operator gives an instruction, correction, or prompt pattern for roughly the third time in a conversation (or says they keep repeating themselves), and the pattern is general enough to reuse. Portable across projects. |
When you notice the operator repeating the same kind of instruction, correction, or prompt pattern (about three occurrences, exact wording may vary), do the following:
- Finish the current task first; never interrupt work in progress.
- Then propose, in one short paragraph: the repeated pattern you observed, a skill name suggestion, the trigger phrasing, and what the skill would do. Ask whether to create it.
- On approval, write the skill:
- a conversation shortcut or expansion: add it to the
shortcutsskill table instead of creating a new skill. - project-specific behavior: create it in the project's own skills
directory (e.g.
skills/<name>/SKILL.mdin the repository). - portable behavior: create
skills/<name>/SKILL.mdin the operator's skills repository. Follow the local naming conventions and keep the skill a thin, single-purpose instruction; route to an authoritative doc when one exists instead of duplicating it.
- a conversation shortcut or expansion: add it to the
- Do not propose a skill for one-off work, secrets, or anything whose repetition is already covered by an existing skill; when an existing skill almost fits, propose extending it instead.