From kw
Quickly capture a fleeting note to the GTD inbox. Use when the user wants to jot down an idea, thought, or reference without formatting ceremony.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kw:zk-capturesonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Minimal-friction capture of a fleeting note to `~/notes/gtd/inbox/`.
Minimal-friction capture of a fleeting note to ~/notes/gtd/inbox/.
Generate an ID: 8 random lowercase alphanumeric characters
cat /dev/urandom | tr -dc 'a-z0-9' | head -c 8
Create ~/notes/gtd/inbox/<id>.md with minimal frontmatter:
---
title: <short title inferred from content>
date: <today>
tags: []
---
<content as-is, unprocessed>
Confirm: Report the filename created. Do not elaborate or process the content.
zk-connectzk-zettel$ARGUMENTS - The idea, thought, or content to capture
npx claudepluginhub handol-park/claude-plugins --plugin kwCreates dated Markdown notes with YAML frontmatter, tags, summaries, and references in .claude/data/notes/ for secondbrain. Activates on 'create note', 'capture thought', 'save this', etc.
Captures lightweight short-form notes (observations, insights, strategy snippets) to `meta/notes/` with optional tags and artifact linkage. Use when you want to quickly jot something down.
Captures insights mid-conversation to 0-inbox/ with zero friction. Infers note content from context or accepts title/body arguments.