Flywheel Scan banner
burningportra burningportra

Flywheel Scan

Development community

Description

--- description: Targeted scan of specific paths or concerns without a full flywheel scan. argument-hint: "[path-or-focus-area]" --- **First action:** If $ARGUMENTS specifies a path or focus area, call `flywheel_profile({cwd, goal: "$ARGUMENTS"})` immediately; otherwise ask the user for the focus area before invoking the tool. Targeted repository scan. $ARGUMENTS (optional: path or focus area) 1. Ask the user what to focus on (if not specified in $ARGUMENTS): - Specific path(s) to analyze

Installation

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

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

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

Full documentation available on GitHub

View Source Repository