Flywheel Refine Skill banner
burningportra burningportra

Flywheel Refine Skill

Development community

Description

--- description: Refine a specific agent skill using session evidence and feedback. argument-hint: "<skill-name>" --- Refine a specific skill: $ARGUMENTS (skill name required) 1. Parse the skill name from $ARGUMENTS. If not provided, list available skills and ask which to refine. 1b. **Check for recent proposal cache:** - Look for `docs/skill-refine-<name>-proposed.md`. - If it exists and was modified within the last 7 days: - Output: "Recent proposal found (modified <date>). Sh

Installation

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

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

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

Full documentation available on GitHub

View Source Repository