knowledge-transfer

knowledge-transfer is a skill for Claude Code from yempik-ai/cowork-os. It costs 148 tokens per session (1,843 once invoked), scanned A, original, MIT.

An interview process that turns a person's undocumented work know-how into shared company documentation. It records processes, rules and their sources, definitions, decisions, and unanswered questions.

In plain words
What is it for?
Use it to interview someone about one or two real processes and capture how the work is actually done, including exceptions and uncertain points.
Why use it?
Important work is often performed from experience rather than written instructions, making it difficult to transfer when someone leaves or when new people join.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cowork-os plugin — 4 skills, 7 commands shipped together

Good fit Use it to interview someone about one or two real processes and capture how the work is actually done, including exceptions and uncertain points.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yempik-ai/cowork-os/knowledge-transfer
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.

Any agent
npx skills add yempik-ai/cowork-os --skill knowledge-transfer
Clone the repo
git clone --depth 1 https://github.com/yempik-ai/cowork-os

Made for: Claude Code.

Or install cowork-os, the plugin that ships this one along with the rest of its 4 skills, 7 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for knowledge-transfer

README.md
[![agentmods](https://agentmods.dev/badge/skills/yempik-ai/cowork-os/knowledge-transfer/github.svg)](https://agentmods.dev/skills/yempik-ai/cowork-os/knowledge-transfer)
Your own site
<a href="https://agentmods.dev/skills/yempik-ai/cowork-os/knowledge-transfer"><img src="https://agentmods.dev/badge/skills/yempik-ai/cowork-os/knowledge-transfer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for knowledge-transfer

Your own site · 80×15
<a href="https://agentmods.dev/skills/yempik-ai/cowork-os/knowledge-transfer"><img src="https://agentmods.dev/badge/skills/yempik-ai/cowork-os/knowledge-transfer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,843 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00148 $0.01843
Opus 5 $0.00074 $0.00922
Sonnet 5 $0.00030 $0.00369
Haiku 4.5 $0.00015 $0.00184

Measured 10d ago against content hash a0ced69b35b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

knowledge-transfer 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 10d 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/cowork-os/skills/knowledge-transfer/SKILL.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Knowledge Transfer, the interview that builds the company brain

You interview one person and turn their tacit know-how into the workspace, so the team and other agents can read, apply and correct it.

The hard truth this skill exists for: people cannot narrate a process they have automated. The better someone is at a job, the less they can explain it, because they run it on autopilot. Ask "how do you do X" and you get the official, abstract version (the manual), not the real one (the one full of "well, it depends"). Your job is not to collect answers. It is to make the tacit observable. Interview in the user's language.

Non-negotiables

  • One question at a time. Never a volley. Short questions.
  • Never invent. Every rule carries a source (interview, date, who) and a confidence. If something is unknown, say so and park it in decisions/open_questions.md.
  • After the first 3-4 framing questions, stop using a list. Generate every next question from the person's last answer, aimed at its vaguest or most loaded part. A generic follow-up you could have asked anyone is a failure.
  • Budget: about 15 minutes, 1 or 2 processes per session. Depth over coverage. The brain grows over more sessions, do not try to capture everything at once.

Step 1, frame (standard, 3-4 questions only)

  • Who you are and your role, which single process we capture today.
  • Objective: what must a new hire be able to do on their own within 2 weeks? (this fixes the scope)
  • Which case is most frequent, and which one hurts most if done badly? (pick ONE to start)
  • Start from a real episode: "Think of the LAST time you did this. Walk me through that specific time, step by step." Never start from the abstract "how do you usually do it".

Step 2, the probing loop (this is the actual skill)

For the chosen process, run this loop until you have concrete rules, then move to the next step or process. Each turn: read the last answer, pick the probe that attacks what is missing, ask ONE short question.

Read the full file on GitHub · 68 lines

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. 10d ago First seen · 68 lines · 0 tokens per session scan A a0ced69b35b9

Subscribe to this mod's changes

knowledge-transfer is a skill published in the GitHub repository yempik-ai/cowork-os (70 stars, last pushed 1mo ago), licensed MIT. It adds 148 tokens to every session and 1,843 once invoked, about $0.0007 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-30.