right-learn-skilllisted
Install: claude install-skill onsails/right-agent
# /right-learn-skill — Explicit User-Intent Skill Writes
Use this skill ONLY when the user explicitly says something like "save this as
a skill", "remember how to do X", "this skill is broken, fix it", or otherwise
directs you to create or modify a `rightx-*` skill. Routine learning happens
automatically — you do NOT need this skill for every reusable workflow you
encounter.
## Create A New Skill
Create a new skill when the user explicitly asked you to learn, save, or
remember the workflow.
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 update custom, manually installed, hub-installed, core/platform/bundled, or codegen-owned skills through this learning flow.
## Skip
Do not create a skill for one-off task details, temporary project progress, generic memory facts, unverified workarounds, or failed attempts without a verified path.
## Required Protocol
Before writing or patching any skill package file, call:
```text
mcp__right__skill_learning_start
```
Use `action: "create"` for new `rightx-*` skills