Skip to content

v1.0.0 — Initial Release

Latest

Choose a tag to compare

@Charpup Charpup released this 17 Mar 15:40

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/, or archive/ based on file content; asset files routed to projects/{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 .md file, moves all files, prints pass/fail summary report

Installation

mkdir -p ~/.claude/skills/inbox-triage
cp SKILL.md ~/.claude/skills/inbox-triage/SKILL.md

Then trigger with /inbox-triage in Claude Code.