Learn Reject banner
fmflurry fmflurry

Learn Reject

Development community

Description

--- description: Reject a staged learning change by ID agent: conductor --- # Learn Reject Reject and delete 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. If found: - Read the file to confirm the type and reason - Delete the pending file - Report: "❌

Installation

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

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

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

Full documentation available on GitHub

View Source Repository