with one click
List, view, or prune saved Tier-2 subagent consultation outputs
npx skills add https://github.com/MockaSort-Studio/hall-of-automata-cli --skill hall-consultationsCopy and paste this command into Claude Code to install the skill
List, view, or prune saved Tier-2 subagent consultation outputs
npx skills add https://github.com/MockaSort-Studio/hall-of-automata-cli --skill hall-consultationsCopy and paste this command into Claude Code to install the skill
Enter Old Major session mode — fetch personas, assemble session stack, activate
Dispatch ready tasks to the Hall as GitHub Issues with quota stewardship
Dump the current plan as JSON, Markdown, and/or Mermaid diagram
Resync local plan state from GitHub issue/PR states
Provision the Hall of Automata Projects v2 board, custom fields, and labels on the current target repo — idempotent
Clean up old plan directories or stale persona cache from .hall-cache/
| name | hall-consultations |
| description | List, view, or prune saved Tier-2 subagent consultation outputs |
| argument-hint | list|view <id>|prune [--older-than <days>] |
| allowed-tools | ["Read","Bash","Write"] |
Manage saved Tier-2 subagent consultation outputs.
find .hall-cache/plans -name "*.md" -path "*/consultations/*" | sort
Display as a table: plan, filename, approximate size, date.
Read and display the consultation file. <id> can be a filename or a partial match.
Remove consultation files older than N days (default: 90). List files to be removed and ask for confirmation before deleting.