一键导入
forge
Persistent Roblox Studio execution loop that carries an approved creator plan to verified completion
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Persistent Roblox Studio execution loop that carries an approved creator plan to verified completion
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compatibility visual-delivery runtime for Roblox creator UI, HUD, and plugin work; the canonical completion owner is now Forge.
Run read-only deep repository analysis and return a ranked synthesis with explicit confidence, concrete file references, and clear evidence-vs-inference boundaries. Use when a user says 'analyze', 'investigate', 'why does', 'what's causing', or needs grounded cross-file explanation before any changes are proposed.
Run an anti-slop cleanup/refactor/deslop workflow
Ask Claude via local CLI and capture a reusable artifact
Ask Gemini via local CLI and capture a reusable artifact
Canonical end-to-end creator workflow surface for Roblox Creator Skills
| name | forge |
| description | Persistent Roblox Studio execution loop that carries an approved creator plan to verified completion |
| surface-class | canonical |
| domain | roblox-studio |
| audience | creator |
| artifact-type | skill |
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.
Forge exists to finish Roblox Studio work without drifting back into generic web-enterprise habits:
RemoteEvent, RemoteFunction, ModuleScript, Attribute, DataStore, CollectionService, and Humanoid$blueprint plan is approved and now needs implementation.$brief or $blueprint first.$crew, then return to $forge only if a persistent single-owner closeout loop is still useful.ServerScriptServiceReplicatedStorageStarterPlayerStarterGuiWorkspaceCollectionServiceMarketplaceServiceTeleportServiceDataStoreServiceBefore execution begins, create or load a context snapshot at .rcs/context/{task-slug}-{timestamp}.md.
Minimum snapshot fields:
If the request is still ambiguous, run $deep-interview --quick <task> before the implementation loop and reuse the resulting context instead of improvising from memory.
Do not begin Forge execution work until that grounding context exists.
If an MCP state call fails, do not retry the same MCP call blindly. Use the CLI parity path instead:
rcs state write --input '<json>' --json
When falling back, do so while preserving workingDirectory and session_id so state stays scoped to the current Forge run.
At minimum, capture the smallest evidence that proves the change:
Do not claim completion from static inspection alone when the behavior depends on runtime replication, remotes, or Studio-side state.
This repo also carries a quarantined unsafe corpus under corpora/security/roblox-unsafe-script-corpus/.
Treat that corpus as a security-only anti-pattern lane:
When screenshot or reference-image work is in scope:
$visual-verdict before every next editscore, verdict, category_match, differences[], suggestions[], and reasoning.rcs/state/{scope}/forge-progress.jsonscore >= 90Forge accepts repeatable image inputs:
-i <image-path>--images-dir <directory>For creator-domain work, Forge expects the pre-action groundwork to exist:
If that groundwork is missing, produce it first through the creator planning lane instead of improvising a code pass from memory. Do not generate implementation code until that creator planning groundwork is present.
When Forge is launched in PRD mode, run deep-interview in quick mode before creating PRD artifacts.
$deep-interview --quick <task>.rcs/interviews/{slug}-{timestamp}.md--no-deslop is supported; when present, skip the deslop pass for that Forge runskills/forge-init remains aligned with the current startup compatibility contract while .rcs/prd.json is still the machine-readable validation source.
Step 7.5: Mandatory Deslop Pass
roblox-ai-os-creator-skills:ai-slop-cleaner--reviewStep 7.6: Regression Re-verification
Forge can hand off or cross-check with the creator design skills when the implementation depends on product logic clarity:
Follow with:
$forge:reward-loop$forge:daily-loop$forge:event-loop$forge:progression$forge:status$forge:fomo$forge:mastery$forge:community$forge "Implement the approved trading system:
- server validates every trade offer and acceptance
- inventory replication stays authoritative
- StarterGui trade UI only mirrors server-confirmed state
- verify duplicate acceptance cannot double-grant items"