Maggy banner
alinaqi alinaqi

Maggy

Development community

Description

# /maggy — Launch Maggy Dashboard Start Maggy (the AI engineering command center) and open the dashboard in a browser. --- ## Usage `/maggy` — start server if not running, open dashboard `/maggy stop` — stop running server `/maggy status` — show whether server is running + config summary --- ## Steps ### 1. Check config ```bash if [ ! -f ~/.maggy/config.yaml ]; then echo "Maggy not configured yet. Run /maggy-init first." exit 1 fi ``` ### 2. Resolve host/port from config (don't hard

Installation

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

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

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

Full documentation available on GitHub

View Source Repository