Hub Compact Master State banner
ccancellieri ccancellieri

Hub Compact Master State

Development community

Description

--- description: Generate or refresh the Master Project State snapshot for the current project --- Call `compact_master_state(project_root="$ARGUMENTS")` via the skill-hub MCP tool. If `$ARGUMENTS` is empty, default to the current working directory. Workflow: 1. First call with `dry_run=true` to preview the proposed snapshot. 2. Show the user the rendered preview. 3. Ask for confirmation. 4. On approval, call again with `dry_run=false` to upsert the section under `## Master Project State` at `

Installation

Installs to ~/.claude/skills/ccancellieri-mcp-skill-hub-hub-compact-master-state/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ccancellieri-mcp-skill-hub-hub-compact-master-state && curl -fsSL https://raw.githubusercontent.com/ccancellieri/mcp-skill-hub/HEAD/commands/hub-compact-master-state.md -o ~/.claude/skills/ccancellieri-mcp-skill-hub-hub-compact-master-state/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository