Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-list-workspaces

This Claude Code skill scans the `~/mindforge-workspaces/` directory to identify and catalog active MindForge workspaces. It retrieves workspace metadata from `WORKSPACE.md` manifest files and generates a summary table displaying workspace name, file path, repository count, strategy type, and current MindForge project status. Use this skill to audit existing workspaces and quickly assess their configuration and health.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-list-workspaces && cp -r /tmp/mindforge-list-workspaces/.agent/skills/mindforge-list-workspaces ~/.claude/skills/mindforge-list-workspaces
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<objective>
Scan `~/mindforge-workspaces/` for workspace directories containing `WORKSPACE.md` manifests. Display a summary table with name, path, repo count, strategy, and MindForge project status.
</objective>

<execution_context>
@.agent/workflows/mindforge-list-workspaces.md
@.agent/references/ui-brand.md
</execution_context>

<process>
Execute the list-workspaces workflow from @.agent/workflows/mindforge-list-workspaces.md end-to-end.
</process>