What problem does it solve?
This skill helps you organize workspaces by turning the current directory into a hub and tracking its state across a lightweight registry.
Core Features & Use Cases
- Create and manage hubs with a central registry at ~/.claude/hubs/registry.json.
- Add the current directory as a hub, update progress, set the next action, add notes, and archive or unarchive hubs.
- View hub summaries and switch between active hubs to stay aligned on priorities and milestones.
Quick Start
In the current directory, register it as a hub:
/hub add MyHub
Update progress with:
/hub progress 25/100
Set the next action with:
/hub next Complete the CSRF exercise
Add a note with:
/hub note Working on OWASP top 10
After meaningful work, update last access with:
/hub done
Archive a hub with:
/hub archive
Restore an archived hub with:
/hub unarchive
Remove a hub with:
/hub remove