2oaJ

11 mods across 1 repository, 10 stars between them.

SwiftlyS2-Edit-Fast

01

2oaJ/SwiftlyS2-Toolkit

Agent

Fast execution agent for the SwiftlyS2 / SW2 plugin ecosystem. It is intended for small to medium SwiftlyS2 C#/.NET modification tasks with clear goals and straightforward validation. It must first load the workspace rules and the SwiftlyS2-Toolkit, and it should maximize safe parallel subagent usage to improve…

10 1mo ago A 88 tokens original MIT

SwiftlyS2-Edit

02

2oaJ/SwiftlyS2-Toolkit

Agent

Development agent for the SwiftlyS2 / SW2 plugin ecosystem. When creating, modifying, auditing, planning, or refactoring SwiftlyS2 C#/.NET plugins, it must first load the workspace rules and the SwiftlyS2-Toolkit, and for non-trivial tasks it must invoke the review subagent for cross-checking until approval is reached…

10 1mo ago A 88 tokens original MIT

2oaJ/SwiftlyS2-Toolkit

Agent

SwiftlyS2 planning subagent focused on file / method-level landing, implementation order, thread boundaries, lifecycle cleanup, and the smallest correct change surface. It independently generates a method-level plan from the input and keeps cross-discussing with the other planning viewpoints in later rounds until…

10 1mo ago A 68 tokens original MIT

2oaJ/SwiftlyS2-Toolkit

Agent

SwiftlyS2 planning subagent focused on player-visible semantics, historical behavior alignment, architecture selection, and lifecycle closure. It independently generates a method-level plan from the input and, in later rounds, raises objections to or agrees with other plans.

10 1mo ago A 59 tokens original MIT

2oaJ/SwiftlyS2-Toolkit

Agent

SwiftlyS2 planning subagent focused on TDD, validation matrices, regression paths, and requirement-to-evidence alignment. It independently produces a plan from the input and then reviews whether other plans are truly verifiable and sufficient for completing an execution-and-validation loop within a single conversation.

10 1mo ago A 66 tokens original MIT

SwiftlyS2-Plan

06

2oaJ/SwiftlyS2-Toolkit

Agent

Pure planning agent for the SwiftlyS2 / SW2 plugin ecosystem. It only loads the workspace rules and the SwiftlyS2-Toolkit, orchestrates three plan subagents to generate and converge a method-level plan, does not directly edit code or implement fixes, and only outputs a final TDD-based plan. It generates a prompt plan…

10 1mo ago A 84 tokens original MIT

SwiftlyS2-Review

07

2oaJ/SwiftlyS2-Toolkit

Agent

Review subagent for SwiftlyS2 / SW2 plugin tasks. It reviews the main agent’s plans, audit conclusions, or code modification proposals, specifically looking for omissions, architectural drift, lifecycle gaps, threading risks, and unnecessary bridge / shared / intermediate layers, until it can issue an explicit pass or…

10 1mo ago A 71 tokens original MIT

SwiftlyS2-Toolkit

08

2oaJ/SwiftlyS2-Toolkit

Skill Claude CodeCodex

SwiftlyS2 toolkit for creating, modifying, auditing, planning, reviewing, and directly editing C#/.NET SwiftlyS2 plugins. Use when working on SwiftlyS2 plugins involving Commands, Events, Hooks, Modules, Workers, Services, high-frequency runtime loops, NetMessages, Schema access, or IPlayer lifecycle issues.

10 1mo ago A 75 tokens original MIT

2oaJ/SwiftlyS2-Toolkit

Command

Command "client-command-hook-template.cs" from 2oaJ/SwiftlyS2-Toolkit, covering swiftlys2 clientcommandhookhandler template, suitable scenarios, basic pattern, multi-command interception pattern and key points.

10 1mo ago A 0 tokens original MIT

2oaJ/SwiftlyS2-Toolkit

Command

Command "command-attribute-template.cs" from 2oaJ/SwiftlyS2-Toolkit, covering swiftlys2 attribute command template, usage principles, critical constraints, handler return type must be void and commandalias is a shorter alias, not a prefixed variant.

10 1mo ago A 0 tokens original MIT

2oaJ/SwiftlyS2-Toolkit

Command

Command "command-service-template.cs" from 2oaJ/SwiftlyS2-Toolkit, covering swiftlys2 service-owned command template, usage principles, example skeleton and checklist.

10 1mo ago A 0 tokens original MIT