right-learn-skilllisted
Install: claude install-skill onsails/right-agent
# /right-learn-skill — Mid-Conversation Skill Writes
Create or fix a `rightx-*` learned skill, either:
- the user explicitly asks ("save this as a skill", "remember how to do X",
"this skill is broken, fix it"), **or**
- on your own judgment, when *during this turn* you verified a reusable "how":
non-trivial multi-step work, concrete gotchas / exact commands / API quirks,
and you are confident it will recur. The strongest trigger is correcting a
wrong approach and now knowing the right one.
The post-turn probe-writer is the safety net for turns where you did NOT
capture the "how" yourself; on any turn where you author or patch a skill, it
does not run. In a cron turn, only write a skill after your `delivery` output
is secured — the budget that produces the deliverable comes first.
## Create A New Skill
Create a new skill when the user explicitly asked you to learn, save, or
remember the workflow, or when you verified a reusable procedure this turn.
New skills created by Right learning must use a `rightx-` package name:
```text
.claude/skills/rightx-<slug>/SKILL.md
```
Use lowercase ASCII letters, digits, and hyphens. Do not use absolute paths.
## Update An Existing Skill
Update an existing `rightx-*` learned skill when it was materially wrong or incomplete:
- missing required step
- stale command or API behavior
- wrong API assumption
- overbroad activation
- broken script
- unsafe instruction
You may update only existing `rightx-*` learned skills. Do not