teamskill-creator

teamskill-creator is a skill for Claude Code, Codex from XiaoLuoLYG/GOD. It costs 74 tokens per session (6,182 once invoked), scanned A, original, Apache-2.0.

A toolkit for creating or changing Teamskills, which are agent extensions that assign specialized roles and define how those roles work together.

In plain words
What is it for?
Use it to create a new agent team, convert a single-agent skill into a team, or modify roles, workflows, and coordination rules.
Why use it?
It helps turn a multi-step workflow into a repeatable team of agents with clear responsibilities and constraints.

Skill for Claude CodeCodex

About the project

GOD is a control room for observing and directing societies of language-model agents running in simulated worlds. It lets researchers inspect replays, question individual agents, alter future events, reset simulations, and export experiments for reuse. The catalogue entries are skills and agents for operating and investigating these simulations.

XiaoLuoLYG/GOD · 1,098 stars · on GitHub

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.

agentmods
npx agentmods add skills/xiaoluolyg/god/teamskill-creator
Any agent
npx skills add XiaoLuoLYG/GOD --skill teamskill-creator
Clone the repo
git clone --depth 1 https://github.com/XiaoLuoLYG/GOD

Made for: Claude Code, Codex.

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 teamskill-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/xiaoluolyg/god/teamskill-creator.svg)](https://agentmods.dev/skills/xiaoluolyg/god/teamskill-creator)
Your own site
<a href="https://agentmods.dev/skills/xiaoluolyg/god/teamskill-creator"><img src="https://agentmods.dev/badge/skills/xiaoluolyg/god/teamskill-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,182 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00074 $0.06182
Opus 5 $0.00037 $0.03091
Sonnet 5 $0.00015 $0.01236
Haiku 4.5 $0.00007 $0.00618

Measured yesterday against content hash 0c6f1229a497, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

teamskill-creator scanned grade A 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 yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_teamskill.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. **Scan local tools** — probe CLI tools available in the current environment (e.g., `gh`, `python`, `rg`, `jq`, `curl`, `docker`). Use `where` (Windows) or `which` (Unix).
jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/teamskill-creator/SKILL.md · 315 lines

How it starts

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

Teamskill Creator

Authoring tool for Teamskills — the multi-role extension of the Anthropic Skills standard. Encodes the Teamskill spec into a repeatable workflow with templates, decision trees, and an automated validator.

Workflow

This skill has three modes. Pick one based on the user's request, then follow the matching pipeline:

Mode Trigger Output
CREATE User has a fresh need ("build a team for X") New <teamskill-name>/ directory with the full 5-file set
CONVERT User points at an existing single-agent skill Transformed <teamskill-name>/ directory + a delta report explaining what the team adds
MODIFY User edits an existing Teamskill (add/remove role, change workflow, adjust bind, fix validator errors) Updated files in the existing <teamskill-name>/ directory

All three modes share Stages 2–6. CONVERT differs only in Stage 1 (decomposition replaces fresh design). MODIFY skips Stage 0 and Stage 1 (justification and pattern are already settled — re-open them only if the change alters the pattern, e.g. adding a parallel role to a pipeline team), touches only the affected stages in 2–5, and MUST run Stage 6 (validator) — this is the most-skipped, most-critical step in MODIFY mode. See the MODIFY impact matrix for which stages to re-run per change type.

Stage 0: Triage — is a Teamskill even justified?

A Teamskill is only justified when at least one of these is true:

  1. Adversarial blind spot — a single agent role-playing N personas produces converging outputs because it cannot escape its own analytical priors. Examples: PR review, security audit, design critique.
  2. Parallel decomposition gain — N independent sub-tasks can run concurrently and the integration is non-trivial. Examples: multi-angle research, multi-perspective due diligence.
  3. Specialization pipeline with hard handoffs — sequential stages with quality gates where blurring stage boundaries causes regressions. Examples: marketing copy (brief → draft → edit → audit), incident response (declare → triage → mitigate → postmortem).

Read the full file on GitHub · 315 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 315 lines · 74 tokens per session scan A 0c6f1229a497

Subscribe to this mod's changes

teamskill-creator is a skill published in the GitHub repository XiaoLuoLYG/GOD (1,098 stars, last pushed 8d ago), licensed Apache-2.0. It adds 74 tokens to every session and 6,182 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.