with one click
idea
Capture an idea as its own note before it's forgotten
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Capture an idea as its own note before it's forgotten
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Log a work achievement as a linked note in the vault — for performance reviews
End-of-day check-in — pulls GitHub activity, compares to existing logs, and creates missing entries
Log a concrete task with an optional deadline — surfaces in daily briefings
Morning planning session - reads recent vault activity, flags urgent items, plans the day
Initialise claudia for a new user — walks through prerequisites, then uses the Obsidian CLI to set up the vault
Weekly review - flags forgotten ideas/tasks, summarises the week
| name | idea |
| description | Capture an idea as its own note before it's forgotten |
| argument-hint | <the idea> |
Capture an idea. Today: !date +%Y-%m-%d.
Input: $ARGUMENTS
If $ARGUMENTS is empty, ask: "What's the idea?"
Generate a short slug from the idea (lowercase, hyphens, 4-6 words max).
Pick the most fitting tag — don't ask, just pick:
idea/work — work-related, could benefit the team or productidea/personal — personal life improvementidea/product — product feature or user-facing improvementidea/process — process, tooling, or workflow improvementCreate the note:
obsidian create name="[date]-[slug]" path="Notes/" content="---
date: [date]
type: idea
tags: [idea/TAG, status/unrefined]
---
# [Idea title]
[The idea as described — keep it as stated, don't over-elaborate]
"
Append to the Ideas atlas under ## Unrefined:
obsidian append file="Atlas/Ideas" content="- [[date-slug]] | Added: [date]"
Confirm: "Captured as [[date-slug]]. You have [N] unrefined ideas."
Do not elaborate, categorise further, or suggest next steps unless asked. Just capture it fast.