What's New
Initial public release of the inbox-triage Claude Code skill.
Features
- Phase 1 — Scan: Lists all non-README files in
inbox/; exits cleanly if inbox is empty - Phase 2 — Classify: AI-powered semantic classification into
projects/,learning/,sandbox/, orarchive/based on file content; asset files routed toprojects/{name}/data/ - Phase 3 — Confirm & Scaffold: Interactive triage table confirmation + optional project scaffold creation from
templates/project-scaffold/ - Phase 4 — Execute & Verify: Prepends status/date/destination metadata to each
.mdfile, moves all files, prints pass/fail summary report
Installation
mkdir -p ~/.claude/skills/inbox-triage
cp SKILL.md ~/.claude/skills/inbox-triage/SKILL.mdThen trigger with /inbox-triage in Claude Code.