$npx -y skills add Hainrixz/aprende-skill --skill learnEnglish alias for /aprende. Runs the same five-pass workflow to surface reusable learnings from the current conversation across memory, lesson, skill, and project-doc categories — with confirmation before any write. Alias en inglés para /aprende.
| 1 | # `learn` — English alias for `/aprende` |
| 2 | |
| 3 | This skill is a thin shim. When `/learn` is invoked, follow the **exact** |
| 4 | workflow documented in: |
| 5 | |
| 6 | `~/.claude/skills/aprende/SKILL.md` |
| 7 | |
| 8 | or, if installed via the plugin, at: |
| 9 | |
| 10 | `<plugin-root>/skills/aprende/SKILL.md` |
| 11 | |
| 12 | There is no behavior difference between `/learn` and `/aprende`. Both run |
| 13 | the same 5-pass workflow (scan → generate → dedup → confirm → execute), |
| 14 | write to the same memory folders, follow the same guardrails, and produce |
| 15 | identical output. `/learn` exists so English-only users can find it. |
| 16 | |
| 17 | For the full instructions, output format, and safety rules, **read |
| 18 | `aprende/SKILL.md` and follow it verbatim**. Do not duplicate logic here. |
| 19 | |
| 20 | --- |
| 21 | |
| 22 | ## Quick pointer |
| 23 | |
| 24 | - Full workflow: `references/../../aprende/SKILL.md` (sibling skill). |
| 25 | - Output formats: `aprende/references/memory-format.md`, |
| 26 | `aprende/references/lesson-format.md`. |
| 27 | - Confirmation template: `aprende/prompts/confirmation-template.md`. |