Edit banner
netresearch netresearch

Edit

Development community

Description

--- description: "Edit a learning proposal before approving" --- # Coach Edit Modify a pending learning candidate before approval. ## Arguments - `<id>` - The candidate ID to edit ## Steps 1. Read `~/.claude-coach/candidates.json` and find the candidate by ID 2. Display the current candidate: - Title - Trigger (when condition) - Action (what to do) - Type (rule/checklist/snippet) - Scope (project/global) 3. Ask user what they want to change: - Title? - Trigger condit

Installation

Installs to ~/.claude/skills/netresearch-claude-coach-plugin-edit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/netresearch-claude-coach-plugin-edit && curl -fsSL https://raw.githubusercontent.com/netresearch/claude-coach-plugin/HEAD/commands/edit.md -o ~/.claude/skills/netresearch-claude-coach-plugin-edit/SKILL.md

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

Full documentation available on GitHub

View Source Repository