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.
npx skills add gabrielmoreira/agent-skills-mirror --skill 2oaj-swiftlys2-toolkitgit 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/skills/gabrielmoreira/agent-skills-mirror/2oaj-swiftlys2-toolkit)<a href="https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/2oaj-swiftlys2-toolkit"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/2oaj-swiftlys2-toolkit/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/skills/gabrielmoreira/agent-skills-mirror/2oaj-swiftlys2-toolkit"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/2oaj-swiftlys2-toolkit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00076 | $0.03705 |
| Opus 5 | $0.00038 | $0.01852 |
| Sonnet 5 | $0.00015 | $0.00741 |
| Haiku 4.5 | $0.00008 | $0.00370 |
Grade A, and why
swiftlys2-toolkit 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 — 365 lines — stays where its author put it; the contents beside it link to each section on GitHub.
swiftlys2-toolkit
This is a general-purpose toolkit entry for SwiftlyS2 C# / .NET plugin development.
Its goal is not to bind itself to any specific workspace, but to provide a publicly reusable workflow, rule set, template collection, and reference navigation system.
Public reference allowlist
The public skill, workflow references, and templates in this toolkit should, by default, reference only the following public sources:
- SwiftlyS2 official documentation:
https://swiftlys2.net/docs/ - sw2-mdwiki:
https://github.com/himenekocn/sw2-mdwiki - SwiftlyS2 official repository:
https://github.com/swiftly-solution/swiftlys2 - SwiftlyS2 LLM-optimized full documentation:
https://swiftlys2.net/llms-full.txt(last-resort full-text fallback only when targeted navigation is insufficient)
Keep workspace-specific mappings, private reference repositories, historical projects, credentials, and special rules in the nearest applicable AGENTS.md or in a project-local skill. Do not write them back into this public skill.
If the workspace includes a local sw2-mdwiki checkout, prefer it as a local public reference repository for faster, more accurate retrieval.
Full-text documentation usage policy
- Prefer indexed and targeted sources first:
swiftlys2-kb-index.md,swiftlys2-official-docs-map.md, localsw2-mdwiki, and the relevant official docs pages. - Treat
https://swiftlys2.net/llms-full.txtas a low-priority fallback because it is large and not indexed. - Before reading the full-text document, ask the user whether it should be read.
- After approval, use keyword-guided or range-based partial reads only; do not scan the whole file by default.
What this skill should produce
When using this skill, the preferred output should be one of the following:
- An implementation plan for a new plugin or new module
- A direct modification plan for an existing plugin
- A gap analysis for historical behavior alignment
- An audit of lifecycle, thread safety, high-frequency hooks, Schema, or Protobuf usage
- A method-level implementation plan
What ships with it
2 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.
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 · 365 lines · 76 tokens per session scan A b43e95308d9f
swiftlys2-toolkit is a skill published in the GitHub repository gabrielmoreira/agent-skills-mirror (17 stars, last pushed yesterday), licensed MIT. It adds 76 tokens to every session and 3,705 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-05.
Other skills, from other repositories
reflection-method-call
Call a C# method by reflection — including private methods. Requires a method schema obtained via 'reflection-method-find'. Supports static methods, instance methods (with optional target deserialization), and main-thread / off-thread execution.
script-execute
Compiles and executes C# code dynamically using Roslyn. Supports a full-code mode (default) and a body-only mode — see the skill body for the difference and for how to pass Unity object references as parameters.
reflection-method-find
Find C# methods across every loaded assembly by name / type / parameters — including private methods. Returns serialized MethodData entries usable as schemas for 'reflection-method-call'.
unity-version-split
Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).
script-delete
Delete one or more .cs script files from disk, refresh the AssetDatabase, and wait for Unity compilation to settle before delivering the final result via the request's requestId. Pair with 'script-read' to inspect files before deletion.
script-read
Read a .cs script file and return its content as a string. Supports a 1-based lineFrom/lineTo slice for partial reads. Pair with 'script-update-or-create' to write back.