Icpg Bootstrap banner
alinaqi alinaqi

Icpg Bootstrap

Git community

Description

# /icpg-bootstrap — Bootstrap from Git History Infer ReasonNodes from existing git commit history. One-time setup for existing codebases. --- ## Usage `/icpg-bootstrap [--days N]` Default: 90 days of history. --- ## Steps ### 1. Initialize iCPG if needed ```bash icpg init ``` ### 2. Run bootstrap ```bash icpg bootstrap --days 90 --verbose ``` If no LLM API key available: ```bash icpg bootstrap --days 90 --verbose --no-llm ``` ### 3. Show results ``` iCPG BOOTSTRAP COMPLETE ════════

Installation

Installs to ~/.claude/skills/alinaqi-maggy-icpg-bootstrap/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alinaqi-maggy-icpg-bootstrap && curl -fsSL https://raw.githubusercontent.com/alinaqi/maggy/HEAD/commands/icpg-bootstrap.md -o ~/.claude/skills/alinaqi-maggy-icpg-bootstrap/SKILL.md

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

Full documentation available on GitHub

View Source Repository