AutoGodot: Skill for OpenCode

.opencode/skills/godot-tdd/SKILL.md

godot-tdd is a skill for OpenCode from lucas-r-manoguerra/AutoGodot. It costs 40 tokens per session (1,070 once invoked), scanned A, original, no licence file.

A guide for test-driven development in Godot games. Test-driven development, or TDD, means writing a test first, then writing the code that makes it pass.

In plain words
What is it for?
Use it for Godot unit or integration tests with GdUnit4 or Gut, including tasks that mention TDD.
Why use it?
It helps developers structure and run tests for Godot projects instead of relying only on manual checks.

Skill for OpenCode

Written for OpenCode: installed under .opencode/.

This is lucas-r-manoguerra/AutoGodot's own configuration. It tells OpenCode how to work on AutoGodot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AutoGodot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to lucas-r-manoguerra/AutoGodot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/lucas-r-manoguerra/AutoGodot/main/.opencode/skills/godot-tdd/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/lucas-r-manoguerra/AutoGodot

Made for: OpenCode.

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 godot-tdd

README.md
[![agentmods](https://agentmods.dev/badge/skills/lucas-r-manoguerra/autogodot/godot-tdd/github.svg)](https://agentmods.dev/skills/lucas-r-manoguerra/autogodot/godot-tdd)
Your own site
<a href="https://agentmods.dev/skills/lucas-r-manoguerra/autogodot/godot-tdd"><img src="https://agentmods.dev/badge/skills/lucas-r-manoguerra/autogodot/godot-tdd/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 godot-tdd

Your own site · 80×15
<a href="https://agentmods.dev/skills/lucas-r-manoguerra/autogodot/godot-tdd"><img src="https://agentmods.dev/badge/skills/lucas-r-manoguerra/autogodot/godot-tdd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,070 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00040 $0.01070
Opus 5 $0.00020 $0.00535
Sonnet 5 $0.00008 $0.00214
Haiku 4.5 $0.00004 $0.00107

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

Security

Grade A, and why

godot-tdd scanned grade A with 0 findings 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 12d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.opencode/skills/godot-tdd/SKILL.md · 159 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 159 lines · 40 tokens per session scan A dd7703e18e99

Subscribe to this mod's changes

godot-tdd is a skill published in the GitHub repository lucas-r-manoguerra/AutoGodot (0 stars, last pushed 1mo ago), with no licence file. It adds 40 tokens to every session and 1,070 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. 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

team-combat

A coordinated workflow for designing, building, and testing a game's combat features with specialists in gameplay, enemy AI, visual effects, sound, and quality assurance.

pixel-cellar/Claude-Code-Game-Studios · 49 tokens

unity-tdd

This skill should be used when the user asks to write tests first, do TDD, implement a feature or bugfix using test-driven development, add unit tests before coding, write EditMode or PlayMode tests, or set up Unity Test Runner. Also applies when a user says 'red green refactor', 'write a failing test', or…

sonereraslan/local-marketplace · 104 tokens

unity-testing

Unity 6 testing guide. Use when writing unit tests, integration tests, or doing TDD with Unity Test Framework. Covers Edit Mode and Play Mode tests, NUnit attributes ([Test], [UnityTest], [SetUp], [TearDown]), testing MonoBehaviours and coroutines, and CI/CD integration. Based on Unity 6.3 LTS documentation.

IdoCohen560/claude-unity-game-studio · 78 tokens

unity-testrunner

Unity Test Framework CLI automation and test writing patterns. Masters batchmode execution, NUnit assertions, EditMode/PlayMode testing, and TDD workflows. Use PROACTIVELY for test automation, CI/CD pipelines, or test-driven development in Unity.

creator-hian/claude-code-plugins · 55 tokens

roblox-tdd

Use to drive Roblox / Luau implementation via red-green-refactor cycles with TestEZ or Jest-Roblox. Use when the user says "TDD", "test-driven", "write the test first", "test it properly", before implementing any non-trivial Luau module, or any time disciplined coverage is needed before code lands.

schmusch/roblox-ai-workflow · 73 tokens

roblox-scrum-dev-story

Executes Roblox story implementation following a context-filled story spec file, using TDD, StyLua, Rojo, and the Roblox Studio MCP integration. Use when the user says "develop story [key]" or "implement the next story".

schmusch/roblox-ai-workflow · 56 tokens