Maggy Init banner
alinaqi alinaqi

Maggy Init

Development community

Description

# /maggy-init — Set Up Maggy for This Team Interactive wizard that configures Maggy for the user's org, issue tracker, and codebases. Writes `~/.maggy/config.yaml` and ensures deps are installed. --- ## Usage `/maggy-init` — run the full setup wizard --- ## Steps ### 1. Check prerequisites - Python 3.11+ available - `claude` CLI on PATH (warn but don't block) - Maggy installed (check `~/.claude/.bootstrap-dir`) ### 2. Run installer ```bash BOOTSTRAP_DIR=$(cat ~/.claude/.bootstrap-dir)

Installation

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

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

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

Full documentation available on GitHub

View Source Repository