From obsidian-connector
Float an idea to the right project in the Obsidian vault. Auto-routes by keyword matching or accepts an explicit project target. Use when the user has a thought, tangent, or idea they want captured but not immediately acted on.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-connector:floatThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Tip:** You can also use `/capture route` for a unified capture experience.
Tip: You can also use
/capture routefor a unified capture experience.
Capture an idea and route it to the right project's idea file in the vault. For ideas about projects that don't exist yet, offer to create an inception card.
The user's message IS the idea. Extract:
If the idea is about an existing project:
Call obsidian_float_idea with the idea text. If the user mentioned a
project name, pass it as the project parameter. Otherwise, omit it
and let auto-routing match keywords.
The tool routes to Inbox/Ideas/{project}.md and timestamps the entry.
Tell the user: "Floated to {project}." (Keep it brief -- they're in flow.)
If the idea is about a NEW project that doesn't exist yet:
Ask: "This sounds like a new project idea. Want me to create an inception card for it?"
If yes, call obsidian_incubate_project with:
The card goes to Inbox/Project Ideas/{slug}.md.
If the idea clearly connects to existing vault content, briefly mention: "This connects to your work on {project}. Want me to search for related notes?"
If it's a standalone thought, just confirm and move on.
Brief. The user is mid-thought. Don't break their flow with long responses. "Floated to AMOS." is better than a paragraph.
npx claudepluginhub mariourquia/obsidian-connectorCaptures ideas and brain dumps into an Obsidian Inbox, surfaces buried ideas from the vault, and promotes daily note ideas to permanent notes.
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.
Captures ideas mid-conversation and stores them in the vault for later processing. Supports listing, processing, editing, and prioritizing banked ideas.