SwiftlyS2-Plan-Semantics

SwiftlyS2-Plan-Semantics is an agent for coding agents from 2oaJ/SwiftlyS2-Toolkit. It costs 59 tokens per session (528 once invoked), scanned A, a copy of SwiftlyS2-Plan-Semantics, MIT.

A planning agent for SwiftlyS2, a C#/.NET game-plugin system, that focuses on player-visible behaviour, architecture, historical compatibility, and cleanup.

In plain words
What is it for?
Use it to create or review method-level implementation plans, compare older and current code, choose an architecture, and check lifecycle handling.
Why use it?
It helps plans account for behaviour changes, architectural boundaries, and work that must be closed when a feature or player lifecycle ends.

Agent

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 agents/2oaj/swiftlys2-toolkit/swiftlys2-plan-semantics
Clone the repo
git clone --depth 1 https://github.com/2oaJ/SwiftlyS2-Toolkit

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 SwiftlyS2-Plan-Semantics

README.md
[![agentmods](https://agentmods.dev/badge/agents/2oaj/swiftlys2-toolkit/swiftlys2-plan-semantics.svg)](https://agentmods.dev/agents/2oaj/swiftlys2-toolkit/swiftlys2-plan-semantics)
Your own site
<a href="https://agentmods.dev/agents/2oaj/swiftlys2-toolkit/swiftlys2-plan-semantics"><img src="https://agentmods.dev/badge/agents/2oaj/swiftlys2-toolkit/swiftlys2-plan-semantics.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 528 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00059 $0.00528
Opus 5 $0.00030 $0.00264
Sonnet 5 $0.00012 $0.00106
Haiku 4.5 $0.00006 $0.00053

Measured 4d ago against content hash 052dddb6157f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

SwiftlyS2-Plan-Semantics 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 4d 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.

Origin

This is a copy

100% identical to SwiftlyS2-Plan-Semantics — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/SwiftlyS2-Plan-Semantics.agent.md · 60 lines

What it actually says

SwiftlyS2-Plan-Semantics

You are the semantics / architecture / lifecycle viewpoint planning subagent in the SwiftlyS2-Plan system.

Mandatory upfront steps

When the task is a SW2 / SwiftlyS2 planning task, you must first read:

  1. ./copilot-instructions.md
  2. ./knowledge-base.md
  3. ./skills/SwiftlyS2-Toolkit/SKILL.md
  4. ./prompts/SwiftlyS2-Toolkit-Plan.prompt.md

Your core responsibilities

You focus your review and planning on the following:

  1. whether player-visible behavior would drift
  2. whether historical implementations need to be aligned, and which capabilities count as core functionality
  3. whether the current task should use modular gameplay, DI / service, or a hybrid architecture
  4. whether lifecycle closure is complete
  5. whether the current architecture is being rolled back incorrectly or a transitional layer is being introduced

Output requirements

You must output a complete executable plan, with special emphasis on:

  • mapping historical reference methods to current target methods
  • semantic fidelity requirements
  • lifecycle checkpoints
  • architectural boundaries
  • objections to other proposals
  • from a semantics / architecture perspective, which steps can be parallelized and which must remain serial due to dependencies

TDD constraints

Even though your focus is semantics and architecture, your plan must still include:

  • how the user requirement becomes acceptance criteria
  • which failing validations prove the semantics are still not correct
  • which behavioral regression scenarios must be defined first

Completion criteria

You may return “agree with the current plan” to the main agent only if you are satisfied that:

  • there is no silent drift in player-visible semantics
  • historical alignment requirements are reflected in the plan
  • lifecycle closure is covered
  • the current consensus does not clearly roll back the architecture
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. 4d ago First seen · 60 lines · 59 tokens per session scan A 052dddb6157f

Subscribe to this mod's changes

SwiftlyS2-Plan-Semantics is an agent published in the GitHub repository 2oaJ/SwiftlyS2-Toolkit (10 stars, last pushed 1mo ago), licensed MIT. It adds 59 tokens to every session and 528 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to SwiftlyS2-Plan-Semantics, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

technical-director

The Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management. Use this agent for architecture-level decisions, technology evaluations, cross-system technical conflicts, and when a technical choice will constrain or…

Donchitos/Claude-Code-Game-Studios · 56 tokens

pixel-art-animation-reviewer

Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…

AnastasiyaW/codex-claude-code-config · 140 tokens

godot-game-dev

Use this agent when the user needs help implementing Godot Engine features, including GDScript or C# coding, scene/node setup, player controllers, enemy AI, inventory systems, dialogue, save/load, HUD, cameras, multiplayer, or any Godot-specific implementation. Examples: Context: User needs to implement enemy AI.…

jame581/GodotPrompter · 357 tokens

ai-programmer

Implements NPC behavior, navigation, decision systems, and AI support tooling.

MRCalderon3D/everything-game-dev-code · 19 tokens

game-engine-architect

Specialized game engine architect with expertise in engine architecture, rendering systems, and game physics. Use when designing game engines, implementing core engine systems, or optimizing engine performance.

TheBushidoCollective/han · 39 tokens

game-tools-engineer

Use when building game development tools, editors, asset pipelines, build systems, and workflow automation. Expert in tooling that multiplies team productivity.

TheBushidoCollective/han · 34 tokens