Colleague Distillation
Distills a coworker into a work+persona skill by pulling from live Slack, Jira, GHE, Confluence
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 21, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 8fdd7df
Located SKILL.md at .claude/skills/colleague-distillation/SKILL.md (also mirrored under .cursor/skills/). Frontmatter parses with name+description; body references tool_connections/ (present), the jira and slack setup docs (both HTTP 200), and the external titanwings/colleague-skill repo (200). No security smells: no curl|sh, base64, or exfiltration; it does instruct sourcing a local .env for corporate API creds and includes explicit redaction/consent guidance. Could not run OUTPUT vs baseline: the entire extraction depends on live authenticated connections to Slack/Jira/GHE/Confluence plus a private verified_connections.md and .env I do not have, so no real artifact difference is producible — hence setup, not pass.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 5/10
- Docs & honesty 4/5
What Colleague Distillation does
A Claude Code skill that distills a coworker into a reusable "colleague skill" — a work.md (systems, review conventions, workflow patterns) plus a persona.md (tone, decision style, interpersonal habits) — by querying authenticated workplace tools rather than hand-pasted exports. It triggers when the user asks to build a colleague skill, a digital twin of a coworker, or to capture someone's technical voice from Slack, Jira, GHE, Bitbucket, Confluence, Notion, or similar. Requires the 10xProductivity tool_connections plus a private verified_connections.md and .env with real corporate credentials.
How to install Colleague Distillation
git clone --depth 1 https://github.com/ZhixiangLuo/10xProductivity.git /tmp/colleague-distillation-src
mkdir -p ~/.claude/skills
cp -R /tmp/colleague-distillation-src/.claude/skills/colleague-distillation ~/.claude/skills/colleague-distillation
# REQUIRES the full 10xProductivity repo context to actually run:
# - tool_connections/ docs (in repo: jira, slack, github, confluence, bitbucket-server, etc.)
# - a private $TENX_PRIVATE_DIR/verified_connections.md listing which tool calls are allowed
# - $TENX_PRIVATE_DIR/.env (or project .env) with real corporate API tokens (Slack/Jira/GHE/...)
# Without live authenticated connections to those workplace systems the skill cannot pull source material.
# Optional: git clone https://github.com/titanwings/colleague-skill for identical extraction prompt templates.
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Colleague Distillation
-
/colleague-distillationDistills a coworker into a work+persona skill by pulling from live Slack, Jira, GHE, Confluence
It also activates on plain-language prompts like these:
-
Turn my teammate's Slack history into a skill -
Create a digital twin of our tech lead -
Capture this colleague's technical voice from Confluence
Frequently asked questions
- Is the Colleague Distillation skill free?
- Yes. The skill itself is free from ZhixiangLuo/10xProductivity. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Colleague Distillation work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Works with setup. Located SKILL.md at .claude/skills/colleague-distillation/SKILL.md (also mirrored under .cursor/skills/). Frontmatter parses with name+description; body references tool_connections/ (present), the jira and slack setup docs (both HTTP 200), and the external titanwings/colleague-skill repo (200). No security smells: no curl|sh, base64, or exfiltration; it does instruct sourcing a local .env for corporate API creds and includes explicit redaction/consent guidance. Could not run OUTPUT vs baseline: the entire extraction depends on live authenticated connections to Slack/Jira/GHE/Confluence plus a private verified_connections.md and .env I do not have, so no real artifact difference is producible — hence setup, not pass.
- What is the Colleague Distillation SkillProof Score?
- 7.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
- How do I install Colleague Distillation?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Colleague Distillation with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.