From skills
Captures and promotes ideas in Obsidian: records quick thoughts to inbox, extracts ideas from conversation, and graduates daily-note ideas into permanent notes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:ideasThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get ideas out of your head and into the vault immediately. Low friction is the whole point — capture
Get ideas out of your head and into the vault immediately. Low friction is the whole point — capture first, organize later. The Inbox is the landing zone.
Write to inbox immediately, no questions:
obsidian create path="0 - Inbox/idea-$(date +%Y%m%d-%H%M).md" content="..."
Frontmatter to add:
---
type: idea
captured: YYYY-MM-DD HH:MM
context: <project name or topic, if obvious>
tags: [idea]
---
After capturing, ask ONE optional follow-up:
"This looks like a [project / area / resource] idea — want a full project note now, or just inbox for later?"
Only ask if the answer isn't already obvious. If they say "just capture it", stop there.
When the conversation contains multiple ideas scattered through the discussion:
# One note per distinct cluster
obsidian create path="0 - Inbox/idea-$(date +%Y%m%d-%H%M)-<slug>.md" content="..."
Present the clusters to the user before writing, in case grouping is wrong. Write only after the user confirms which clusters to save and which to discard.
If the idea clearly has:
...ask: "This sounds like more than an idea — want me to set up a project note in 1 - Projects/?"
Then hand off to the project skill if yes.
idea-YYYYMMDD-HHMM.mdidea-YYYYMMDD-HHMM-<short-slug>.mdidea-YYYYMMDD-HHMM-<topic>.mdKeep slugs short (2–3 words max). The timestamp is the primary identifier.
When the user wants to promote ideas from daily notes or buried vault notes, load
references/promote-mode.md. The approval gate stays the same: present candidates before writing,
then create, enrich, or backlink only the ideas the user selects.
| Priority | Load when | Reference |
|---|---|---|
| 1 | Graduating ideas from daily notes or buried vault notes into permanent notes | references/promote-mode.md |
npx claudepluginhub kriscard/skillsDeep vault scan to generate actionable ideas by combining insights across domains, finding gaps, and proposing concrete next steps. Uses INDEX.base (Bases wiki index) and agent directories (`entities/`, `concepts/`, `comparisons/`, `queries/`) for compiled knowledge. Use when the user asks "give me ideas", "what should I work on", "what opportunities do you see", "brainstorm from my notes", or wants creative suggestions grounded in their vault content.
Captures a single user-voiced idea into a provenance-tracked folder in an ideas repo, with optional GitHub issue mirror. For recording one idea at a time, not bulk extraction.
Organizes notes in PKM systems like Obsidian and Notion using Zettelkasten, PARA, and LYT methodologies. Classifies note types, suggests connections, and refactors with MOCs for better retrievability.