Flywheel Doctor banner
burningportra burningportra

Flywheel Doctor

Git community

Description

--- description: One-shot diagnostic of every flywheel dependency. Reports MCP connectivity, Agent Mail, br/bv/ntm/cm, node, git, dist drift, orphaned worktrees, and checkpoint validity with a single glyph per line. argument-hint: "[--json] [options]" --- **First action:** Parse `$ARGUMENTS` for `--json`. Call `flywheel_doctor({cwd: $(git rev-parse --show-toplevel)})` either way. If `--json`, print `structuredContent` (the full envelope) to stdout and exit. Otherwise parse `data.report.checks[]

Installation

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

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

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

Full documentation available on GitHub

View Source Repository