/inbox — Quick Capture & Process
SkillDev toolsQuick capture mode (with content) or batch processing mode (no content). GTD-style routing of inbox items to proper folders. Use "/inbox thought to capture" or "/inbox" to process.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /inbox — Quick Capture & Process skill
What this skill tells your AI
The instructions your AI receives, as published by kv0906/pm-kit in .claude/skills/inbox/SKILL.md and read by ahel’s review.
Dual-mode command for fast capture and later processing.
Context
Today's date: !date +%Y-%m-%d
Inbox contents: !ls 00-inbox/*.md 2>/dev/null
Reference template: @_templates/inbox.md Config: @_core/config.yaml Processing logic: @_core/PROCESSING.md
Input
User input: $ARGUMENTS
Mode Detection
- Capture mode: If $ARGUMENTS has content
- Process mode: If $ARGUMENTS is empty
Capture Mode (with content)
-
Auto-detect
- Project: Look for project names from config
- Type: daily, decision, blocker, meeting, doc
-
Create Inbox Note
- Filename:
00-inbox/{date}-{slug}.md - Tag with detected project/type
- Status: unprocessed
- Filename:
-
Append to Vault Log
- Append entry to
01-index/_vault-log.md(see.claude/rules/vault-log.md) - Action:
inbox-capture - Details: what was captured and detected type
- Append entry to
-
Output
Captured to: 00-inbox/{filename} Detected: {project} / {type} Process later with: /inbox
Process Mode (no content)
Use session tasks for batch visibility:
TaskCreate: "Scan and classify inbox items"
activeForm: "Scanning inbox..."
TaskCreate: "Route items to destinations"
activeForm: "Routing inbox items..."
-
Scan Inbox
- List all
.mdfiles in00-inbox/ - Read and classify each
- List all
-
Present Plan
## Processing Plan | # | Content Preview | Type | Project | Action | |---|-----------------|------|---------|--------| | 1 | "Shipped login..." | daily | project-a | Update daily | | 2 | "Blocked on API..." | blocker | project-a | Create blocker | Proceed? (y/n/edit) -
Route Items
- For each confirmed item:
- Route to appropriate handler (/daily, /block, /decide, etc.)
- Mark processed inbox files
- For each confirmed item:
-
Append to Vault Log
- Append one
inbox-routeentry per batch to01-index/_vault-log.md(see.claude/rules/vault-log.md) - Details: count of items routed and their types
- Append one
-
Output
Processed: {count} items - Daily updates: {count} - Blockers: {count} - Decisions: {count}
Signals
- GitHub stars
- 133
- Forks
- 33
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
inbox-kv0906- Source
- github.com/kv0906/pm-kit