From learn-skills
Turns learning sessions into atomic, linked markdown notes (one idea per note) with citations and cross-links. Invoked when users ask to save insights as notes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/learn-skills:linked-notesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Speak to the user in their language; these instructions are in English for the agent.
Speak to the user in their language; these instructions are in English for the agent.
A generative skill that turns a session's insight into a small set of atomic notes under learn/notes/, each capturing exactly one idea, written in the user's own words, with citations to the artefact and links to related notes. The notes outlast the session and compose into a growing knowledge base.
User: /linked-notes "event sourcing"
Agent: Project read first. Stack: TypeScript + EventStoreDB 23.x.
I'll guide you through writing 3–6 atomic notes — one idea each, in your
own words, with citations. You write; I check atomicity, drift, and
citations. Start by telling me the first idea you want to capture.
After the session, files exist at learn/notes/<slug>.md, each containing one note with frontmatter, body, citations, and links to other notes.
Inspect the argument:
See NOTE-FORMAT.md for the exact file location, frontmatter, body structure, and the three non-negotiable properties (atomic, in-the-user's-words, cited).
package.json / lockfile to identify versions. Citations must match the version in use.file:line or doc link). Use Read / WebFetch / context7 to verify the citation is accurate before writing it into the file.learn/notes/ for existing notes with overlapping tags. Suggest 1–3 candidate links — the user accepts or rejects each. Never auto-link.[[other-note-slug]].-2, -3.If CURRICULUM.md exists in the current directory, the skill is running inside a Scenario B workspace. In workspace mode:
notes/<slug>.md (not learn/notes/).reference/glossario.html: "This introduces the term X — add it to the glossary?" The user decides; the agent writes the entry.If CURRICULUM.md is absent (legacy mode), notes go to learn/notes/ as before.
npx claudepluginhub ic3b3rg/learn-skills --plugin learn-skillsBuilds a long-term knowledge base using atomic linked notes (Zettelkasten method). For researchers, writers, and developers who want notes that generate insights over time.
Enforces Zettelkasten note-writing discipline: atomic claims, declarative titles, own-words prose, and typed link relationships. Use when capturing or refactoring evergreen notes.
Extracts knowledge from source notes (papers, posts, books, lectures) into a vault's permanent knowledge base using evidence-based learning techniques.