note taking skills

72 tagged note taking, measured the same way as everything else here.

Browse within: obsidian 48knowledge-base 39markdown 17knowledge-management 12ai-brain 6getnote 5

release-version

01

vnotex/vnote

Skill Claude CodeCodex

Steps to cut a VNote version release (e.g. v4.3.0) — bump the version with scripts/updateversion.py, refresh and fill zhCN/ja translations via lupdate, write the changes.md changelog, and trigger the CI [Release] build. Use when asked to "release", "cut a release", "bump the version", or "prepare vX.Y.Z".

13k 5d ago A 86 tokens LGPL-3.0

reflect-design

02

team-reflect/reflect-open

Skill Claude CodeCodex

Use this skill to generate well-branded interfaces and assets for Reflect (reflect.app, the minimalist networked note-taking app), either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.

1.4k 2d ago A 60 tokens original MIT

image-gen

03

blueberrycongee/Lumina-Note

Skill Claude CodeCodex

Generate images for the user's vault — pick the right provider, gather reference images from notes when relevant, write the result to assets/generated/, and surface the markdown reference. Use this when the user asks for any picture, illustration, mood image, poster, or visual companion to a note.

911 18d ago A 60 tokens original Apache-2.0

wiki-sync

04

blueberrycongee/Lumina-Note

Skill Claude CodeCodex

Synthesize a single source note into the vault's wiki/ folder — read the source, find or create the right wiki entry, write it back with proper frontmatter and source links. Used by Lumina's background wiki manager when a note changes.

911 18d ago A 53 tokens original Apache-2.0

add-tool

05

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

672 9d ago A 35 tokens original Apache-2.0

api-linter

06

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.

672 9d ago A 86 tokens original Apache-2.0

design-mcp-server

07

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.

672 9d ago A 62 tokens original Apache-2.0

chubbyguan/chubbyskills

Skill Claude CodeCodex

A lifecycle system for managing an Obsidian knowledge base, which is a folder of linked notes. It organizes raw material, AI-maintained wiki pages, and generated views into separate layers.

650 13d ago A 49 tokens original MIT

NovaForge

09

SiriusFzh/NovaForge

Skill Claude CodeCodex

A note-making template for turning a subject, research project, or other work into organized study material. It can produce LaTeX, Typst, or Markdown files in formats for learning, exam preparation, research, projects, and competitions.

640 3mo ago A 129 tokens original MIT

deploy

10

sazardev/shiki

Skill Claude CodeCodex

Cuts a full shiki release (bump to the next version, CHANGELOG, docs site, image/video scripts, CI through GitHub Release, every store, and the marketing site) end-to-end. Use when the user says "publica", "haz el release", "cut a release", "release vX.Y.Z", "bump a X.Y.Z", "sube la version", "deploy", "publish", or…

289 4d ago C 146 tokens original MIT

getnote-note

11

iswalle/getnote-cli

Skill Claude CodeCodex

A guide to using GetNote’s command-line program to save, find, inspect, update, delete, and share notes containing text, links, images, files, or recordings. It also covers transcripts, timelines, quick notes, and meeting tasks.

175 8d ago A 54 tokens original MIT

getnote-search

12

iswalle/getnote-cli

Skill Claude CodeCodex

A skill for searching GetNote, a note-taking system, with ordinary language such as “find my notes about payments.” It searches all notes or a selected knowledge base and returns real note titles, summaries, IDs, and links when available.

175 8d ago A 41 tokens original MIT

getnote-tag

13

iswalle/getnote-cli

Skill Claude CodeCodex

A guide for managing tags on notes in the GetNote app, including viewing tags, adding one, and safely removing one.

175 8d ago A 38 tokens original MIT

joplin

14

alondmnt/joplin-mcp

Skill Claude CodeCodex

Orchestration guidance for Joplin note, notebook, and tag management tools.

166 13d ago B 20 tokens original MIT

lecture-to-notes

15

drpwchen/lecture-to-notes

Skill Claude CodeCodex

Turn a lecture/conference recording (video or audio: MOV/MP4/M4A/MP3/WAV) into structured vault notes via local GPU transcription + slide extraction — 演講影片, 演講音檔, 上課錄影, '整理演講', '影片轉筆記', '音檔轉筆記', or a dropped media file. Handles batch runs.

100 25d ago A 87 tokens original MIT

figure-remap

16

drpwchen/textbook-to-note

Skill Claude CodeCodex

Extract single figures from PDF textbooks on-demand with built-in QC verification. Primary use: when writing/supplementing a note that needs an embedded figure (anatomy, classification, algorithm, imaging). Each call checks an existing fast-path crop, re-extracts from PDF if missing/wrong, retries with local-vision…

99 5d ago A 126 tokens original MIT

textbook-to-md

17

drpwchen/textbook-to-note

Skill Claude CodeCodex

Convert PDF/EPUB textbooks to searchable markdown files for an AI agent's own reference. Use this skill whenever: (1) the user asks to convert a textbook/PDF chapter to markdown, (2) you need to search textbook content and no markdown version exists yet, (3) batch-converting a set of reference books into a knowledge…

99 5d ago A 90 tokens original MIT

remember:ask

18

remember-md/remember

Skill Claude CodeCodex

Ask a natural-language question of your second brain. The AI reformulates as optimal search queries, calls the mcpremembersearchbrain tool, and synthesizes an answer with citations.

58 3mo ago A 45 tokens original MIT

remember:evolve

19

remember-md/remember

Skill Claude CodeCodex

Evolve the brain — consolidate entities, reflect on beliefs, promote top beliefs to Persona. Run weekly or on demand.

58 3mo ago A 28 tokens original MIT

remember

20

remember-md/remember

Skill Claude CodeCodex

Capture knowledge to your Second Brain when triggered by "remember this", "save this", or "brain dump".

58 3mo ago A 24 tokens original MIT

kimun-cli

21

nico2sh/kimun

Skill Claude CodeCodex

Use when the user has kimun installed and wants to create, append, search, or read notes from the terminal, or when automating note management as part of a workflow or agent task.

56 13d ago A 42 tokens original MIT

widget-authoring

22

ThinkEx-OSS/thinkex

Skill Claude CodeCodex

Author or edit ThinkEx widgets, which are self-contained interactive HTML blocks inside documents. Use when the user explicitly asks for a widget, asks for interaction or live computation, or wants a document visual that ordinary blocks cannot express.

55 7d ago A 49 tokens original MIT

ingest

23

sturlese/hippocampus

Skill Claude CodeCodex

Turn messy source notes into structured wiki pages (frontmatter, wikilinks, one folder per type) and update the vault's index, log and hot cache. Use when the user drops files into inbox/ and asks to process them, points at a note or URL to ingest, or pastes raw content to file. Triggers on: "ingest", "ingesta"…

26 11d ago A 110 tokens original MIT

lint

24

sturlese/hippocampus

Skill Claude CodeCodex

Health check for the vault: runs the deterministic linter (frontmatter, dead links, orphans, duplicates, index drift) plus editorial checks (stale claims, unlinked mentions, missing pages), then fixes what the user approves. Triggers on: "lint", "revisa el vault", "health check", "chequea el wiki", "limpia el vault"…

26 11d ago A 84 tokens original MIT