skills/mdnote/SKILL.md
Create markdown notes in $MDNOTES_ROOT. Use when the user wants to take notes, document research, or write about a code repo.
npx skillsauth add hayeah/dotfiles mdnoteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create notes in $MDNOTES_ROOT, typically a cloud drive that syncs to multiple devices.
File naming: <date>/<title>_<agentName>.md
2026-03-06/).<agentName> is the name of the AI agent creating the note (e.g. claude, codex).-v2 or use a more descriptive title. The old note may contain context worth preserving.Each note includes a YAML frontmatter header:
overview: short description of the note contents (2–3 sentences)repo: path to the relevant code repo, if applicabletags: YAML list of short tags categorizing the note. Prefer fewer — 1 tag is better than 2.
tutorial, readme, doc, research, report, design, discuss, spectags:
- spec
- architecture
When writing about a code project:
git-quick-clone skill to clone to ~/<host>/<user>/<repo>.
# clones to ~/github.com/user/repo
git-quick-clone github.com/user/repo
tools
Web UI development — Vite+ toolchain setup and browser-based E2E testing workflow.
tools
Tooling and style guide for TypeScript projects.
development
Capture tmux pane content and export as text, HTML, SVG, PNG, or JPG. Use when you need a screenshot or text dump of a tmux pane for sharing, feeding to AI, or archiving terminal state.
testing
Copy-edit text. Fix grammar and/or tidy text into a concise listicle.