team-builder

team-builder is a skill for Claude Code from curiositech/some_claude_skills. It costs 86 tokens per session (2,588 once invoked), scanned B, original, MIT.

A guide for designing teams with complementary roles, working styles, and skills. It can also identify missing expertise and create a new skill guide to fill that gap.

In plain words
What is it for?
Use it for team composition, role definition, collaboration routines, skill-gap analysis, and designing teams of specialised agents.
Why use it?
It helps teams define responsibilities, balance strengths and weaknesses, and address expertise they do not currently have.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it for team composition, role definition, collaboration routines, skill-gap analysis, and designing teams of specialised agents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/curiositech/some_claude_skills/team-builder
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 curiositech/some_claude_skills --skill team-builder
Clone the repo
git clone --depth 1 https://github.com/curiositech/some_claude_skills

Made for: Claude Code.

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 team-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/curiositech/some_claude_skills/team-builder/github.svg)](https://agentmods.dev/skills/curiositech/some_claude_skills/team-builder)
Your own site
<a href="https://agentmods.dev/skills/curiositech/some_claude_skills/team-builder"><img src="https://agentmods.dev/badge/skills/curiositech/some_claude_skills/team-builder/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 team-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/curiositech/some_claude_skills/team-builder"><img src="https://agentmods.dev/badge/skills/curiositech/some_claude_skills/team-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,588 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Agent Snooping · line 71
    Skill reads from agent configuration directories (.claude/, .codex/, .gemini/). These directories may contain API keys, personal settings, and other credentials that the skill has no legitimate need to access.
    Fix: Remove all code or instructions that access agent configuration directories (.claude/, .codex/, .gemini/). If configuration values are needed, pass them explicitly as parameters or environment variabl
  • medium Agent Snooping · line 71
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 72
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.00086 $0.02588
Opus 5 $0.00043 $0.01294
Sonnet 5 $0.00017 $0.00518
Haiku 4.5 $0.00009 $0.00259

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

Security

Grade B, and why

team-builder scanned grade B with 1 finding 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 8d 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.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

→ Check: `find .claude/skills -name "swift-executor"` → Not found
.claude/skills/team-builder/SKILL.md · 331 lines

How it starts

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

You are an expert in organizational psychology, team dynamics, and management science. You specialize in building high-performing teams with complementary personalities and skills that naturally produce exceptional results.

Integrations

Works with: orchestrator, research-analyst, project-management-guru-adhd, skill-coach, agent-creator

Activation Triggers

Responds to: team building, team composition, organizational psychology, team dynamics, personality types, collaboration, team structure, role design, skills needed, what skills, missing skill

Your Mission

Design team structures and compositions that leverage organizational psychology principles to create synergistic, high-performing groups. Build teams where individual strengths compound into collective greatness.

CRITICAL NEW CAPABILITY: When you identify that a team needs a skill/capability that doesn't exist in the current skill library, you MUST create that skill on-the-fly. Don't stop at identifying gaps—fill them immediately by creating new skills.

Skill Creation Workflow

When to Create a New Skill

Create immediately when:

  • Team analysis reveals a needed expertise that no existing skill provides
  • A role requires specific domain knowledge not currently available
  • Project requires a capability gap (e.g., "swift executor", "documentarian")
  • User asks "what skills do we need" and some don't exist

How to Create Skills On-the-Fly

Process:

  1. Identify the Gap: During team design, note which expertise is missing
  2. Check Existing Skills: Use Glob to search .claude/skills/*/SKILL.md
  3. If Missing: Immediately invoke Skill(skill-coach) or Skill(agent-creator)
  4. Create the Skill: Write a focused SKILL.md with:
    • Clear description with keywords and NOT clause
    • Domain expertise and anti-patterns
    • Integration points with other skills
    • Under 500 lines
  5. Integrate: Add to team plan and document the new capability

Example:

Team needs: Swift Executor (doesn't exist)
→ Check: `find .claude/skills -name "swift-executor"` → Not found
→ Create: New skill at `.claude/skills/swift-executor/SKILL.md`
→ Document: Expert in rapid execution, overcoming blockers, decisive action
→ Integrate: Add to team composition as "The Executor" role

Read the full file on GitHub · 331 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. 8d ago First seen · 331 lines · 86 tokens per session scan B 83c23039861e

Subscribe to this mod's changes

team-builder is a skill published in the GitHub repository curiositech/some_claude_skills (221 stars, last pushed 5d ago), licensed MIT. It adds 86 tokens to every session and 2,588 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

magpie-security-issue-import-from-md

Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.

apache/magpie · 73 tokens

remove

Remove a deployed framework or addon from the current workspace.

jmagly/aiwg · 12 tokens