SwiftlyS2-Plan-Semantics

SwiftlyS2-Plan-Semantics is an agent for Claude Code from gabrielmoreira/agent-skills-mirror. It costs 59 tokens per session (528 once invoked), scanned A, original, MIT.

A planning agent that examines player-visible behavior, architecture, historical implementations, and lifecycle cleanup for SwiftlyS2, a C#/.NET plugin ecosystem.

In plain words
What is it for?
Use it to compare old and new implementations, choose service or modular designs, define lifecycle checkpoints, and plan changes that preserve gameplay behavior.
Why use it?
It helps keep a change consistent with existing behavior and prevents incomplete startup, shutdown, or ownership decisions.

Agent for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions subagents.

Good fit Use it to compare old and new implementations, choose service or modular designs, define lifecycle checkpoints, and plan changes that preserve gameplay behavior.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/gabrielmoreira/agent-skills-mirror/swiftlys2-plan-semantics
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.

Clone the repo
git clone --depth 1 https://github.com/gabrielmoreira/agent-skills-mirror

Made for: Claude Code.

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/gabrielmoreira/agent-skills-mirror/swiftlys2-plan-semantics/github.svg)](https://agentmods.dev/agents/gabrielmoreira/agent-skills-mirror/swiftlys2-plan-semantics)
Your own site
<a href="https://agentmods.dev/agents/gabrielmoreira/agent-skills-mirror/swiftlys2-plan-semantics"><img src="https://agentmods.dev/badge/agents/gabrielmoreira/agent-skills-mirror/swiftlys2-plan-semantics/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 SwiftlyS2-Plan-Semantics

Your own site · 80×15
<a href="https://agentmods.dev/agents/gabrielmoreira/agent-skills-mirror/swiftlys2-plan-semantics"><img src="https://agentmods.dev/badge/agents/gabrielmoreira/agent-skills-mirror/swiftlys2-plan-semantics.svg" alt="Reviewed on agentmods" width="80" 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. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00059 $0.00528
Opus 5 $0.00030 $0.00264
Sonnet 5 $0.00012 $0.00106
Haiku 4.5 $0.00006 $0.00053

Measured 6d ago against content hash 052dddb6157f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 6d 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.

mirrors/repos/2oaJ@SwiftlyS2-Toolkit/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. 6d 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 gabrielmoreira/agent-skills-mirror (17 stars, last pushed yesterday), 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.