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.
npx skills add curiositech/some_claude_skills --skill team-buildergit clone --depth 1 https://github.com/curiositech/some_claude_skillsWrote 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.
[](https://agentmods.dev/skills/curiositech/some_claude_skills/team-builder)<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.
<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>- NVIDIA SkillSpector warn
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.
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.
| Model | Per session | Once 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 |
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 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:
- Identify the Gap: During team design, note which expertise is missing
- Check Existing Skills: Use
Globto search.claude/skills/*/SKILL.md - If Missing: Immediately invoke
Skill(skill-coach)orSkill(agent-creator) - 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
- 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
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.
- 8d ago First seen · 331 lines · 86 tokens per session scan B 83c23039861e
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.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
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…
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
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…
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.
remove
Remove a deployed framework or addon from the current workspace.