titanwings/colleague-skill — explained in plain English
Analysis updated 2026-06-24
Capture an outgoing teammate's technical standards and communication style as a reusable AI Skill before their last day.
Create a mentor Skill from saved notes, documents, and chat logs so junior team members can ask for guidance at any time.
Build a Skill from a partner's domain knowledge to preserve their decision-making approach for future projects.
| titanwings/colleague-skill | mikubill/sd-webui-controlnet | instapy/instapy | |
|---|---|---|---|
| Stars | 17,863 | 17,871 | 17,874 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | pm founder | designer | developer |
Figures from each repo's GitHub metadata at analysis time.
colleague.skill is a tool for capturing what a departing colleague, intern, mentor, or partner knew and how they worked, and turning that into an AI Skill you can keep using after they're gone. The pitch in the README is to turn cold goodbyes into warm Skills: instead of losing the context, voice, and habits of someone who has moved on, you distill them into something an AI assistant can act out on your behalf. You feed it source materials from places like Feishu, DingTalk, Slack, WeChat, email, PDFs, Markdown notes, screenshots, or directly pasted text, plus your own subjective description of the person, such as their level, personality tags, and corporate-culture style. From that input it generates a Skill with two halves: a Work Skill that captures their systems knowledge, technical standards, and workflows, and a Persona that captures how they speak and make decisions across five layers from hard rules to interpersonal style. When a task comes in, the Persona decides the attitude and the Work Skill carries out the actual job, so the response sounds and acts like that person. It is meant to plug into AI coding assistants. The README describes installing it under .claude/skills/ for Claude Code, or under an OpenClaw skills directory, then invoking commands like /create-colleague to build a new one, /list-colleagues to see what you have, and /{slug} to talk to a specific colleague. It is built in Python (3.9+ per the badge) and is open-source under the MIT license, with the project evolving into a broader effort called dot-skill described in its roadmap. The full README is longer than what was provided.
A Python tool that captures a departing colleague's knowledge, workflows, and communication style from your saved materials and turns them into an AI Skill you can keep consulting after they have left.
Mainly Python. The stack also includes Python.
Use freely for any purpose including commercial use as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.