Flywheel Refine Skills banner
burningportra burningportra

Flywheel Refine Skills

Development community

Description

--- description: Review and improve all loaded agent skills based on session patterns and feedback. argument-hint: "[--yes | --dry-run | --skill <name>] rewrites SKILL.md files; bare invocation prints safe-alts and exits" --- **First action:** Parse `$ARGUMENTS` for `--yes`, `--dry-run`, or `--skill <name>`. - If none of those flags are present (bare invocation), **stop and print this safe-alt block, then exit without acting**: ``` /flywheel-refine-skills is destructive: it spawns analys

Installation

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

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

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

Full documentation available on GitHub

View Source Repository