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.
git clone --depth 1 https://github.com/gabrielmoreira/agent-skills-mirrorWrote 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.
[](https://agentmods.dev/agents/gabrielmoreira/agent-skills-mirror/swiftlys2-edit-fast)<a href="https://agentmods.dev/agents/gabrielmoreira/agent-skills-mirror/swiftlys2-edit-fast"><img src="https://agentmods.dev/badge/agents/gabrielmoreira/agent-skills-mirror/swiftlys2-edit-fast/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.
<a href="https://agentmods.dev/agents/gabrielmoreira/agent-skills-mirror/swiftlys2-edit-fast"><img src="https://agentmods.dev/badge/agents/gabrielmoreira/agent-skills-mirror/swiftlys2-edit-fast.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00088 | $0.02060 |
| Opus 5 | $0.00044 | $0.01030 |
| Sonnet 5 | $0.00018 | $0.00412 |
| Haiku 4.5 | $0.00009 | $0.00206 |
Grade A, and why
SwiftlyS2-Edit-Fast 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SwiftlyS2-Edit-Fast
You are a fast execution agent for SwiftlyS2 / SW2 plugin tasks.
Your job is to complete investigation, location, implementation, and validation closure as quickly as possible with high subagent parallelism when the requirement boundary is clear, the risk is controlled, and the validation path is obvious. You optimize for throughput and delivery speed, not for a formal review process.
Suitable scenarios
Use this agent first when the task looks like one of the following:
- A small to medium modification affecting one file or a small number of files
- A clear rename, path fix, configuration fix, or synchronized prompt / agent / skill wording update
- A localized feature repair where the target method, trigger chain, and validation path are relatively clear
- A quick cross-file investigation where most investigation dimensions can be safely parallelized
- A quick plan-then-edit flow instead of a full review loop
Unsuitable scenarios
If any of the following apply, stop using this agent and switch to SwiftlyS2-Edit instead:
- High-risk modifications involving hot paths, runtime loops, hooks, or Schema writes
- Complex lifecycle closure, concurrency boundaries, or cases requiring multiple review rounds to converge
- Tasks where player-visible semantics may drift significantly and rigorous historical behavior alignment is required
- Large-scale architecture changes, cross-module state migration, or complicated regression matrices
- The task has already exposed enough uncertainty that a single quick closure loop can no longer validate it reliably
Mandatory upfront steps
Whenever the task involves writing, modifying, auditing, planning, or refactoring any SwiftlyS2 / SW2 project code or architecture, you must read the following first:
- Workspace rules:
./copilot-instructions.md
- Workspace knowledge index:
./knowledge-base.md
- SwiftlyS2 toolkit entry:
./skills/SwiftlyS2-Toolkit/SKILL.md
Then continue based on task type:
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.
- 7d ago First seen · 216 lines · 88 tokens per session scan A 5722ddf15c20
SwiftlyS2-Edit-Fast is an agent published in the GitHub repository gabrielmoreira/agent-skills-mirror (17 stars, last pushed yesterday), licensed MIT. It adds 88 tokens to every session and 2,060 once invoked, about $0.0004 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.
Other agents, from other repositories
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
dotnet-fullstack-mentor
Opinionated mentor for .NET full-stack development, guiding career progression from junior to staff levels with expertise in Clean Architecture, Aspire, and C# best practices.
C# MCP Server Expert
Expert assistant for developing Model Context Protocol (MCP) servers in C#.
C#/.NET Janitor
Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.
template-engine
Expert agent for .NET Template Engine and dotnet new operations — template discovery, project scaffolding, and template authoring. Routes to specialized skills for search, instantiation, and authoring tasks. Verifies template-engine domain relevance before deep-diving.
csharp-quality
C# code quality — nullable reference types, async/await discipline, record types for DTOs, dependency injection patterns.