Productivity

Coach

Self-improving learning system that detects friction signals (corrections, tool failures, repetition) and proposes rule updates. Includes /coach slash commands for reviewing, approving, and managing learning candidates. Auto-configures hooks for signal detection.

Latest release v2.5.0

Install

Pick whichever fits your project — they all reach the same skill.

  1. Claude Code via this marketplace
    /plugin install coach@netresearch-claude-code-marketplace
  2. npx any Agent Skills CLI
    npx skills add https://github.com/netresearch/claude-coach-plugin --skill coach

    Universal Agent Skills CLI from skills.sh — works across Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI and 30+ more agents.

  3. composer require PHP project, as a package
    composer require netresearch/claude-coach-plugin

    Requires netresearch/composer-agent-skill-plugin — resolves Agent Skills as Composer dependencies in PHP projects, auto-discovers skills, generates AGENTS.md.

  4. composer skills:add PHP project, direct source
    composer skills:add github:netresearch/claude-coach-plugin

    Provided by netresearch/composer-agent-skill-plugin — pins skill repos directly without going through Packagist, locks them in composer.skills.lock.

What you can do with it

  • Signal Detection: Automatically detects user corrections, tool failures, repeated instructions, and tone escalation
  • Skill Update Suggestions: Detects when users supplement skills with additional guidance and proposes skill updates
  • Outdated Tool Detection: Identifies deprecated tools and outdated dependencies from command output
  • 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
  • Proactive Scanning: /coach scan checks for outdated CLI tools and project dependencies
  • Approval Workflow: All changes require explicit user approval

What it expects in your project

  • Install via Claude Code plugin marketplace:

Tags

  • productivity