Flywheel Healthcheck banner
burningportra burningportra

Flywheel Healthcheck

Development community

Description

--- description: Full health check of the codebase and flywheel dependencies. argument-hint: "[--json] [options]" --- **First action:** Parse `$ARGUMENTS` for `--json`. Call `flywheel_doctor({cwd})` first for the read-only toolchain snapshot. If `--json`, fan out the dependency/codebase/bead/duel checks, assemble a single JSON envelope `{tool:"flywheel_healthcheck", version, status, phase, data:{doctor, dependencies, codebase, beads, duel, score}}`, print it to stdout, and exit. Otherwise rende

Installation

Installs to ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-healthcheck/SKILL.md

Terminal
mkdir -p ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-healthcheck && curl -fsSL https://raw.githubusercontent.com/burningportra/agent-flywheel-plugin/HEAD/commands/flywheel-healthcheck.md -o ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-healthcheck/SKILL.md

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

Full documentation available on GitHub

View Source Repository