ワンクリックで
inbox
Process unprocessed clips from Web Clipper into atomic notes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Process unprocessed clips from Web Clipper into atomic notes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Set up your personal OS from scratch with guided questions
Argue against your own thinking on a topic using evidence from your vault
Remove AI-generated jargon and restore human voice to text
Create content draft from ideas using the Shipping Bible
Log activity to today's daily file
Process meeting notes into structured notes + action items
| name | inbox |
| description | Process unprocessed clips from Web Clipper into atomic notes |
Process pending clips from 01_Inbox/.
Find unprocessed clips
List all .md files directly in 01_Inbox/ - these are unprocessed.
For each clip (read content, extract insight, identify topic)
Create atomic note in 03_Garden/concepts/{topic-slug}.md (FLAT, evergreen):
---
type: concept
created: {{date}}
themes: []
sources:
- "[[01_Inbox/processed/{{date}}/{processed-slug}]]"
people: []
---
# {Topic}
{1-2 sentence insight}
## Key ideas
- {extracted points}
## Connections
- [[Related concept]] - how it relates
If concept already exists: Append to Key ideas + add new source to sources: array
Extract content ideas to 05_Areas/content-creation/ideas/{{date}}/{slug}.md:
---
type: content-idea
format: tweet | thread | blog | short | tutorial
status: idea
source: "[[03_Garden/concepts/{concept-slug}]]"
created: {{date}}
priority: 3
---
# {Title}
{The content idea - actual tweet text, thread hook, or blog thesis}
## Hook
{Why this will resonate}
## Notes
- {Additional context}
Enrich with metadata:
03_Garden/people/{person-name}.md if doesn't existFind connections
03_Garden/concepts/Mark clip as processed - add generated: links + move to date folder:
First, update the clip's frontmatter to add the generated: field:
---
generated:
- "[[03_Garden/concepts/{concept-slug}]]"
- "[[05_Areas/.../ideas/{{date}}/{idea-slug}]]"
---
Then move to 01_Inbox/processed/{{date}}/{semantic-slug}.md.
Naming rules for semantic slug:
thread-by-bryan-johnson.mdlife-systems-over-willpower.mdSummary
Processed: 3 clips → 01_Inbox/processed/{{date}}/
Created concepts: willpower-vs-systems.md, ai-auth.md
Content ideas: 2 created
- ideas/{{date}}/willpower-tweet.md
- ideas/{{date}}/ai-auth-deep-dive.md
Connections: [[clerk-context]] ↔ [[ai-auth]]
┌─────────────────────────────────────────────────────────────────┐
│ 01_Inbox/processed/2026-01-21/life-systems-over-willpower.md │
│ frontmatter.generated: │
│ - "[[03_Garden/concepts/willpower-vs-systems]]" │
│ - "[[05_Areas/.../ideas/2026-01-21/willpower-tweet]]" │
└─────────────────────────────────────────────────────────────────┘
│
┌───────────────┴───────────────┐
▼ ▼
┌─────────────────────────────┐ ┌─────────────────────────────────┐
│ 03_Garden/concepts/ │ │ 05_Areas/.../ideas/2026-01-21/ │
│ willpower-vs-systems.md │ │ willpower-tweet.md │
│ frontmatter.sources: │ │ frontmatter.source: │
│ - "[[01_Inbox/processed │ │ "[[03_Garden/concepts/ │
│ /2026-01-21/...]]" │ │ willpower-vs-systems]]" │
└─────────────────────────────┘ └─────────────────────────────────┘
Rules:
processed/*.md → generated: array (forward links)concepts/*.md → sources: array (back links to clips)ideas/*.md → source: string (back link to concept)If you have a notification hook configured in CLAUDE.md, run it with the summary.
/inbox - Process all pending/inbox 3 - Process only 3 most recent/inbox --dry - Show what would be processed without doing it