install
source · Clone the upstream repo
git clone https://github.com/backbay-labs/thrunt-god
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/backbay-labs/thrunt-god "$T" && mkdir -p ~/.claude/skills && cp -r "$T/thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-list-workspaces" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-list-workspaces && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-list-workspaces/SKILL.mdsource content
<objective>
Scan `~/thrunt-workspaces/` for workspace directories containing `WORKSPACE.md` manifests. Display a summary table with name, path, repo count, strategy, and THRUNT project status.
</objective>
<execution_context> @.github/thrunt-god/workflows/list-workspaces.md @.github/thrunt-god/references/ui-brand.md </execution_context>
<process> Execute the list-workspaces workflow from @.github/thrunt-god/workflows/list-workspaces.md end-to-end. </process>