route-capture

Installation
SKILL.md

Route Capture

The "do something with the inbox entry" half of the capture pipeline. Reads the classified inbox file, executes the route appropriate to its classification, confirms each side-effect.

Inputs

$ARGUMENTS:

  • Required: <inbox-path> — path to an inbox entry (relative to WORKING_FOLDER or absolute).
  • Optional: --reclassify=<class> — override the inbox file's classification.
  • Optional: --dry-run — show what would happen, don't write.

Examples

/career:capture route inbox/2026-04-28-1430.md
/career:capture route inbox/2026-04-28-1430.md --reclassify=retrospective
/career:capture route inbox/2026-04-28-1430.md --dry-run
Installs
1
GitHub Stars
4
First Seen
Apr 29, 2026
route-capture — danielrosehill/claude-career-plugin