game-build-team

game-build-team is a skill for Claude Code from Varalix-Digitech-Solutions/game-build-team-skill. It costs 248 tokens per session (6,361 once invoked), scanned B, original, no licence file.

A coordinated workflow for building and testing features in Godot 4, a game engine, using GDScript, its programming language. Several specialized roles handle design, game logic, animation, and testing.

In plain words
What is it for?
Use it to create, refine, and verify a Godot game feature with coordinated design, coding, animation, and testing work.
Why use it?
It divides a game feature into focused tasks and checks the result against the project's design requirements. This helps catch missing behavior and quality problems during development.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the game-build-team plugin — 1 skill, 1 command, 6 agents shipped together

Good fit Use it to create, refine, and verify a Godot game feature with coordinated design, coding, animation, and testing work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/varalix-digitech-solutions/game-build-team-skill/game-build-team
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 Varalix-Digitech-Solutions/game-build-team-skill --skill game-build-team
Clone the repo
git clone --depth 1 https://github.com/Varalix-Digitech-Solutions/game-build-team-skill

Made for: Claude Code.

Or install game-build-team, the plugin that ships this one along with the rest of its 1 skill, 1 command, 6 agents.

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 game-build-team

README.md
[![agentmods](https://agentmods.dev/badge/skills/varalix-digitech-solutions/game-build-team-skill/game-build-team/github.svg)](https://agentmods.dev/skills/varalix-digitech-solutions/game-build-team-skill/game-build-team)
Your own site
<a href="https://agentmods.dev/skills/varalix-digitech-solutions/game-build-team-skill/game-build-team"><img src="https://agentmods.dev/badge/skills/varalix-digitech-solutions/game-build-team-skill/game-build-team/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 game-build-team

Your own site · 80×15
<a href="https://agentmods.dev/skills/varalix-digitech-solutions/game-build-team-skill/game-build-team"><img src="https://agentmods.dev/badge/skills/varalix-digitech-solutions/game-build-team-skill/game-build-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 248 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,361 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.
Origin unknown 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.00248 $0.06361
Opus 5 $0.00124 $0.03180
Sonnet 5 $0.00050 $0.01272
Haiku 4.5 $0.00025 $0.00636

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

Security

Grade B, and why

game-build-team 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 11d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/capacity.mjs, scripts/godot_verify.sh, scripts/install-deps.sh, …), 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.

Enumerates other installed skillsmediumAgent snooping

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

SKILL_DIR="<the absolute dir this SKILL.md lives in>" # plugin dir, or <project>/.claude/skills/game-build-team
skills/game-build-team/SKILL.md · 383 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

60 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. 11d ago First seen · 383 lines · 248 tokens per session scan B cd54f1631c47

Subscribe to this mod's changes

game-build-team is a skill published in the GitHub repository Varalix-Digitech-Solutions/game-build-team-skill (2 stars, last pushed 3mo ago), with no licence file. It adds 248 tokens to every session and 6,361 once invoked, about $0.0012 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-08-31.

Related

Other skills, from other repositories

networking-foundation

Multiplayer foundation for Godot 4.x — ENetMultiplayerPeer setup, MultiplayerSpawner / MultiplayerSynchronizer patterns, @rpc annotations + authority model, server-authoritative vs client-authoritative tradeoffs, lag compensation primer. Pattern + checklist only — does not impose a netcode addon. Use whenever scoping…

Simone-Tarantino/godot-superpowers · 89 tokens

using-godot-superpowers

Auto-loaded dispatcher for godot-superpowers. Establishes the design-before-code rule (soft-gated — opt-out via /skip-design) across two trails: trail A (greenfield) routes to game-brainstorming → gdd-writer → writing-game-plan; trail B (feature on an existing game) routes to codebase-survey → feature-spec →…

Simone-Tarantino/godot-superpowers · 134 tokens

bootstrap-godot-project

Scaffold a brand-new Godot 4.x project — create directory structure, base autoloads (EventBus, GameState, SceneManager, AudioManager, SaveManager), .gitignore, .gdignore, project.godot defaults, and a placeholder main scene. Use at the start of a new project.

Simone-Tarantino/godot-superpowers · 71 tokens

export-config

Configure Godot 4.x export presets for Windows, macOS, Linux, Web, Android, iOS — set up exportpresets.cfg, signing, icons, and CLI build commands. Includes a pre-flight checklist and CI build snippet.

Simone-Tarantino/godot-superpowers · 52 tokens

feature-plan

Convert an approved feature spec into a milestone-based technical implementation plan at docs/plans/ - -feature-plan.md. Maps the spec to concrete files (create / edit / delete), worker decomposition, and regression tests. Recommended before orchestrator dispatch on existing-game features (soft-gate, opt-out via…

Simone-Tarantino/godot-superpowers · 82 tokens

ui-patterns-godot

Build correct UI in Godot 4.x — Theme + StyleBox setup, Control focus management, unhandledinput vs guiinput, anchors and containers, stretchmode + contentscalesize for responsive UI, CanvasLayer for HUD, accessibility basics (focus indicators, font scaling, contrast). Use whenever scaffolding menus, HUDs, settings…

Simone-Tarantino/godot-superpowers · 88 tokens