AI SummaryActivate when the user says any of: If the user provides a name as an argument (e.g. ), skip Q1 in intake and use it directly as the slug. Enter evolution mode when:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "create-teammate" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/teammate-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/teammate-skill/SKILL.md "https://raw.githubusercontent.com/LeoYeAI/teammate-skill/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Distill a teammate into an AI Skill. Auto-collect Slack/Teams/GitHub data, generate Work Skill + 5-layer Persona, with continuous evolution. Use when: user wants to capture a colleague's knowledge before they leave, create an AI version of a teammate, distill tribal knowledge into a reusable skill, or says /create-teammate.
Trigger Conditions
Activate when the user says any of: • /create-teammate or /create-teammate alex-chen • "Help me create a teammate skill" • "I want to distill a teammate" • "New teammate" / "Make a skill for XX" If the user provides a name as an argument (e.g. /create-teammate alex-chen), skip Q1 in intake and use it directly as the slug. Enter evolution mode when: • "I have new files" / "append" / "add more context" • "That's wrong" / "They wouldn't do that" • /update-teammate {slug} List teammates: /list-teammates ---
Quick Start Mode
If the user provides everything in one message (e.g. "Create a teammate: Alex Chen, Google L5 backend engineer, INTJ, perfectionist"), skip the 3-question intake entirely: • Parse name, role, personality from the message • Show confirmation summary • Jump directly to Step 2 (Source Material Import) This makes single-message creation possible — zero back-and-forth when the user already knows what they want. ---
Platform Detection & Tool Mapping
Detect the runtime environment and use the correct tools: | Action | Claude Code | OpenClaw | Other AgentSkills | |--------|------------|----------|-------------------| | Read files | Read tool | read tool | Read tool | | Write files | Write tool | write tool | Write tool | | Edit files | Edit tool | edit tool | Edit tool | | Run scripts | Bash tool | exec tool | Bash / exec | | Fetch URLs | Bash → curl | web_fetch tool | Bash → curl |
Path Resolution
All script/prompt paths use {baseDir} — the skill's own directory, auto-resolved by the platform. • Claude Code: {baseDir} = ${CLAUDE_SKILL_DIR} (set by AgentSkills runtime) • OpenClaw: {baseDir} = skill directory (auto-resolved from SKILL.md location) • Other agents: resolve relative to the SKILL.md parent directory
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster