Help us improve
Share bugs, ideas, or general feedback.
From aprende
English 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.
npx claudepluginhub hainrixz/aprende-skill --plugin aprendeHow this skill is triggered — by the user, by Claude, or both
Slash command
/aprende:learnThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is a thin shim. When `/learn` is invoked, follow the **exact**
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
learn — English alias for /aprendeThis skill is a thin shim. When /learn is invoked, follow the exact
workflow documented in:
~/.claude/skills/aprende/SKILL.md
or, if installed via the plugin, at:
<plugin-root>/skills/aprende/SKILL.md
There is no behavior difference between /learn and /aprende. Both run
the same 5-pass workflow (scan → generate → dedup → confirm → execute),
write to the same memory folders, follow the same guardrails, and produce
identical output. /learn exists so English-only users can find it.
For the full instructions, output format, and safety rules, read
aprende/SKILL.md and follow it verbatim. Do not duplicate logic here.
references/../../aprende/SKILL.md (sibling skill).aprende/references/memory-format.md,
aprende/references/lesson-format.md.aprende/prompts/confirmation-template.md.