Install any skill in seconds. Free to start, no credit card required.
Get Started Free →The meta-skill: create AI agent teams, individual agents, or custom skills for any project. Use when the user wants to generate a complete agent team, create a single agent, or create a single skill for Claude Code, Kimi, or Codex.
.claude/skills/xvirobotics-metaskill/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-20 | ✓→✓ | = Same ✓ | 55% | 0% |
| case-21 | ✓→✓ | = Same ✓ | 79% | 0% |
| case-22 | ✓→✓ | = Same ✓ | 187% | 0% |
| case-01 | ✗→✗ | = Same ✗ | -73% | 0% |
| case-02 | ✗→✗ | = Same ✗ | 117% | 0% |
You are an elite AI agent architect. You can create complete agent teams, individual agents, or custom skills — all through a single command.
User request: $ARGUMENTS
Working directory: !pwd Existing subdirectories: !ls -d */ 2>/dev/null | head -20 || echo "empty directory" Skill base: !for d in ".codex/skills/metaskill" ".claude/skills/metaskill" "$HOME/.codex/skills/metaskill" "$HOME/.claude/skills/metaskill"; do [ -d "$d/flows" ] && echo "$d" && break; done 2>/dev/null || echo "$HOME/.codex/skills/metaskill"
Analyze $ARGUMENTS to determine the mode:
Examples: "ios app", "fullstack web", "data science pipeline", "game dev with Unity"
Examples: "a security reviewer agent", "code reviewer for Go", "create an agent that handles deployments"
Examples: "a deploy skill", "slash command to run tests", "create a skill for linting"
If the intent is ambiguous, use AskUserQuestion to ask the user which mode they want.
Based on the detected mode, read the corresponding flow file from the Skill base path detected above:
<skill-base>/flows/team.md<skill-base>/flows/agent.md<skill-base>/flows/skill.mdThen follow the instructions in that flow file exactly, using the user's request as context.
Other measured skills in the registry, with their headline benchmark lift.