원클릭으로
idea
Capture an idea as its own note before it's forgotten
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Capture an idea as its own note before it's forgotten
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.