Learn Approve banner
fmflurry fmflurry

Learn Approve

Development community

Description

--- description: Approve a staged learning change by ID agent: conductor --- # Learn Approve Approve and apply a staged learning change: $ARGUMENTS ## Your Task The argument is a pending file ID (filename without extension). For example: `1712345678-mistral-pattern`. 1. Search both `~/.config/opencode/pending/skills/` and `~/.config/opencode/pending/memory/` for the file matching the ID 2. Read the JSON file 3. Based on the `type` field: ### If type === "skill" - Action "create": Create th

Installation

Installs to ~/.claude/skills/fmflurry-settings-opencode-learn-approve/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fmflurry-settings-opencode-learn-approve && curl -fsSL https://raw.githubusercontent.com/fmflurry/settings-opencode/HEAD/commands/learn-approve.md -o ~/.claude/skills/fmflurry-settings-opencode-learn-approve/SKILL.md

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

Full documentation available on GitHub

View Source Repository