Coach Plugin
Self-improving learning system for Claude Code that detects friction signals and proposes rule updates.
About
# Coach Plugin Self-improving learning system for Claude Code that detects friction signals and proposes rule updates. ## Features - **Signal Detection**: Automatically detects user corrections, tool failures, repeated instructions, and tone escalation - **LLM-Assisted Generation**: Uses Claude Haiku to generate specific, actionable learning candidates - **Transcript Analysis**: Analyzes full session transcripts at session end for comprehensive learning - **Cross-Repo Learning**: Tracks patterns across repositories and proposes promotion to global rules - **Approval Workflow**: All changes require explicit user approval ## Installation Install via Claude Code plugin marketplace or manually: ```bash claude plugins add netresearch/claude-coach-plugin ``` ## Slash Commands | Command | Description | |---------|-------------| | `/coach status` | Show system status and statistics | | `/coach review` | Show pending learning proposals | | `/coach approve <id>` | Approve and apply a pro
Quick Start
Manual Installation
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions