knowledge-coach

A coaching guide for helping users organize what they know, notice repeated difficulties, and review useful lessons. It requires separating observed facts from guesses and avoiding unsupported psychological diagnoses.

In plain words
What is it for?
Tracking stable lessons, identifying friction from past work, giving grounded feedback, and suggesting one small improvement at a time.
Why use it?
It turns recurring mistakes or stalled work into specific, evidence-based next steps without relying on vague encouragement.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sdfdu/evopilot/knowledge-coach
Any agent
npx skills add sdfdu/evopilot --skill knowledge-coach
Clone the repo
git clone --depth 1 https://github.com/sdfdu/evopilot

Made for: Claude Code, Codex.

Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 170 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00026 $0.00170
Opus 5 $0.00013 $0.00085
Sonnet 5 $0.00005 $0.00034
Haiku 4.5 $0.00003 $0.00017

Measured 2d ago against content hash 03dfe69d6714, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

knowledge-coach scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/evopilot/skills/knowledge-coach/SKILL.md · 19 lines

What it actually says

Knowledge Coach

Build a useful model of what the user knows, practices, and repeatedly struggles to complete.

  • Separate facts, interpretations, open questions, and reusable lessons.
  • Identify friction only from observable evidence such as repeated failures, abandonment, corrections, or long loops.
  • Explain a likely cause as a hypothesis, not a diagnosis.
  • Give positive feedback only when tied to a specific improvement or successful behavior.
  • Suggest one small next intervention rather than generic motivation.
  • Store stable lessons and knowledge preferences; keep temporary task details project-scoped.
  • Let the user inspect, correct, or delete any memory.

Good feedback names the evidence, the improved behavior, and why it mattered.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 19 lines · 26 tokens per session scan A 03dfe69d6714

Subscribe to this mod's changes

knowledge-coach is a skill published in the GitHub repository sdfdu/evopilot (2 stars, last pushed 3d ago), licensed MIT. It adds 26 tokens to every session and 170 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

excel-cli

Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges…

sbroenne/mcp-server-excel · 114 tokens

cortex-setup-project

Bootstrap Cortex for a new project or import existing session history. Use when the user says 'set up Cortex', 'seed this project', 'import my history', 'backfill memories', 'bootstrap memory', 'initialize Cortex for this project', or when starting to use Cortex on an existing codebase that already has Claude Code…

cdeust/Cortex · 73 tokens

bulk-update

Update properties or content across many pages in a Notion database with dry-run and error recovery.

n24q02m/better-notion-mcp · 21 tokens

linkding

Manage bookmarks with Linkding. Use when the user asks to "save a bookmark", "add link", "search bookmarks", "list my bookmarks", "find saved links", "tag a bookmark", "archive bookmark", "check if URL is saved", "list tags", "create bundle", or mentions Linkding bookmark management.

jmagar/claude-homelab · 69 tokens

sonarr

This skill should be used when managing TV shows in Sonarr. Use when the user asks to "add a TV show", "search Sonarr", "find a series", "add to Sonarr", "remove a show", "check if show exists", "Sonarr library", "TVDB lookup", or mentions TV show management or Sonarr operations.

jmagar/claude-homelab · 75 tokens

delx-wellness-daily-operator

Run the Delx Wellness daily operator loop for Hermes users.

davidmosiah/delx-wellness-hermes · 22 tokens