forge
Installation
SKILL.md
Forge
Forge is the canonical creator execution workflow in RCS.
Use $forge when an approved Roblox creator plan needs one owner who keeps pushing until the work is actually complete, verified, and internally consistent.
Purpose
Forge exists to finish Roblox Studio work without drifting back into generic web-enterprise habits:
- keep the implementation grounded in Roblox services, Instance hierarchies, Luau constraints, and client/server trust boundaries
- keep naming aligned with Roblox concepts such as
RemoteEvent,RemoteFunction,ModuleScript,Attribute,DataStore,CollectionService, andHumanoid - keep verification real: play the exact changed flow, run the relevant tests/tools, and confirm the experience behavior rather than stopping at prose confidence
Use When
- A
$blueprintplan is approved and now needs implementation. - The task crosses multiple Roblox scripts/services and should not stop at partial completion.
- The work needs repeated fix/verify loops: remotes, persistence, replication, economy, combat, UI state, or gameplay systems.
- The user is effectively saying “ship this fully” or “keep going until it’s actually done.”