一键导入
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.