From capture
This skill should be used when the user says "/capture", "remember this", "add a task", "bookmark this", "save this for later", "follow up on", "idea:", "look into", or wants to quickly save a task, bookmark, idea, follow-up, or research item to their personal capture inbox.
How this skill is triggered — by the user, by Claude, or both
Slash command
/capture:captureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture a task, bookmark, idea, follow-up, or research item to the personal inbox with zero friction.
Capture a task, bookmark, idea, follow-up, or research item to the personal inbox with zero friction.
mcp__capture-mcp__capture toolCaptured: "[title]" (category) [tags if any]Before calling the capture tool, infer these fields from the text:
Category — determine from content:
bookmark — contains URLs, or phrases like "check out", "read this", "watch this"follow-up — "follow up", "circle back", "ping", "ask about", "remind me"idea — "idea:", "what if", "could we", "feature idea", "maybe we should"research — "look into", "investigate", "compare", "evaluate", "explore"task — default for anything actionable that doesn't match aboveURL — extract any URL present in the text
Tags — infer relevant tags from context (project names, topics, tech)
Title — clean the raw text into a concise title (strip filler words, normalize)
Call mcp__capture-mcp__capture with:
text (required) — the raw user inputtitle — cleaned-up titlecategory — inferred category from aboveurl — extracted URL if presenttags — array of relevant tagssource — always "claude-code"When the user asks about their captures rather than adding new ones:
mcp__capture-mcp__list with no status filter or status: "inbox"mcp__capture-mcp__search with querymcp__capture-mcp__digestmcp__capture-mcp__done with the item IDmcp__capture-mcp__updatemcp__capture-mcp__deletemcp__capture-mcp__promoteKeep responses minimal — one line for captures, a short table for lists. The user has ADHD; walls of text are harmful.
npx claudepluginhub kyletabor/claude_plugins --plugin captureCaptures vague, unstructured, or ambiguous inputs into an Inbox for later triage and promotion to Cards, Actions, Tasks, or Projects. Activates on triggers like 'inbox', 'triage', 'promote'.
Captures ideas and brain dumps into an Obsidian Inbox, surfaces buried ideas from the vault, and promotes daily note ideas to permanent notes.
Captures raw ideas, bugs, or features into backlog tasks without discussion. Routes each idea to the best-fit bounded context and gets out of the way.