@jstn-sdk/rcs 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/README.md +64 -1
  2. package/dist/agents/definitions.d.ts +6 -0
  3. package/dist/agents/definitions.d.ts.map +1 -1
  4. package/dist/agents/definitions.js +14 -0
  5. package/dist/agents/definitions.js.map +1 -1
  6. package/dist/config/generator.d.ts.map +1 -1
  7. package/dist/config/generator.js +6 -2
  8. package/dist/config/generator.js.map +1 -1
  9. package/dist/config/models.d.ts +37 -0
  10. package/dist/config/models.d.ts.map +1 -1
  11. package/dist/config/models.js +121 -3
  12. package/dist/config/models.js.map +1 -1
  13. package/dist/config/roblox-reference-mcp.d.ts +16 -0
  14. package/dist/config/roblox-reference-mcp.d.ts.map +1 -0
  15. package/dist/config/roblox-reference-mcp.js +37 -0
  16. package/dist/config/roblox-reference-mcp.js.map +1 -0
  17. package/dist/index.d.ts +3 -1
  18. package/dist/index.d.ts.map +1 -1
  19. package/dist/index.js +2 -1
  20. package/dist/index.js.map +1 -1
  21. package/dist/platform-targets/reader.d.ts +3 -0
  22. package/dist/platform-targets/reader.d.ts.map +1 -0
  23. package/dist/platform-targets/reader.js +31 -0
  24. package/dist/platform-targets/reader.js.map +1 -0
  25. package/dist/platform-targets/schema.d.ts +22 -0
  26. package/dist/platform-targets/schema.d.ts.map +1 -0
  27. package/dist/platform-targets/schema.js +88 -0
  28. package/dist/platform-targets/schema.js.map +1 -0
  29. package/dist/scripts/publish-github-package.d.ts +3 -0
  30. package/dist/scripts/publish-github-package.d.ts.map +1 -0
  31. package/dist/scripts/publish-github-package.js +74 -0
  32. package/dist/scripts/publish-github-package.js.map +1 -0
  33. package/docs/agents.html +1 -0
  34. package/docs/index.html +13 -0
  35. package/docs/plugin-bundle-ssot.md +2 -0
  36. package/docs/readme/README.de.md +27 -0
  37. package/docs/readme/README.el.md +27 -0
  38. package/docs/readme/README.es.md +27 -0
  39. package/docs/readme/README.fr.md +27 -0
  40. package/docs/readme/README.it.md +27 -0
  41. package/docs/readme/README.ja.md +27 -0
  42. package/docs/readme/README.ko.md +27 -0
  43. package/docs/readme/README.md +2 -1
  44. package/docs/readme/README.pl.md +27 -0
  45. package/docs/readme/README.pt.md +27 -0
  46. package/docs/readme/README.ru.md +27 -0
  47. package/docs/readme/README.tr.md +27 -0
  48. package/docs/readme/README.uk.md +27 -0
  49. package/docs/readme/README.vi.md +27 -0
  50. package/docs/readme/README.zh-TW.md +27 -0
  51. package/docs/readme/README.zh.md +27 -0
  52. package/docs/reference/agentic-platform-compatibility.md +147 -0
  53. package/docs/reference/llm-provider-abstraction.md +88 -0
  54. package/docs/reference/multi-agent-compatibility-architecture.md +120 -0
  55. package/docs/reference/rcs-config-schema-routing.md +3 -0
  56. package/docs/reference/roblox-mcp-reference-layer.md +75 -0
  57. package/docs/reference/roblox-pre-action-protocol.md +15 -3
  58. package/docs/release-notes-v0.1.8.md +24 -0
  59. package/docs/wiki/Contributing.md +45 -0
  60. package/docs/wiki/Good-First-Issues.md +44 -0
  61. package/docs/wiki/Home.md +35 -0
  62. package/docs/wiki/Release-Playbook.md +57 -0
  63. package/docs/wiki/Roadmap.md +90 -0
  64. package/package.json +1 -1
  65. package/plugins/roblox-ai-os-creator-skills/.codex-plugin/plugin.json +1 -1
  66. package/plugins/roblox-ai-os-creator-skills/docs/reference/roblox-pre-action-protocol.md +15 -3
  67. package/plugins/roblox-ai-os-creator-skills/skills/ai-slop-cleaner/SKILL.md +0 -3
  68. package/plugins/roblox-ai-os-creator-skills/skills/analyze/SKILL.md +6 -9
  69. package/plugins/roblox-ai-os-creator-skills/skills/ask-claude/SKILL.md +0 -3
  70. package/plugins/roblox-ai-os-creator-skills/skills/ask-gemini/SKILL.md +0 -3
  71. package/plugins/roblox-ai-os-creator-skills/skills/autoforge/SKILL.md +0 -3
  72. package/plugins/roblox-ai-os-creator-skills/skills/autopilot/SKILL.md +0 -3
  73. package/plugins/roblox-ai-os-creator-skills/skills/autoresearch/SKILL.md +0 -3
  74. package/plugins/roblox-ai-os-creator-skills/skills/blueprint/SKILL.md +0 -3
  75. package/plugins/roblox-ai-os-creator-skills/skills/blueprint-loop/SKILL.md +0 -3
  76. package/plugins/roblox-ai-os-creator-skills/skills/blueprint-psych/SKILL.md +0 -3
  77. package/plugins/roblox-ai-os-creator-skills/skills/blueprint-retention/SKILL.md +0 -3
  78. package/plugins/roblox-ai-os-creator-skills/skills/blueprint-social/SKILL.md +0 -3
  79. package/plugins/roblox-ai-os-creator-skills/skills/brief/SKILL.md +0 -3
  80. package/plugins/roblox-ai-os-creator-skills/skills/brief-audience/SKILL.md +0 -3
  81. package/plugins/roblox-ai-os-creator-skills/skills/brief-motivation/SKILL.md +0 -3
  82. package/plugins/roblox-ai-os-creator-skills/skills/cancel/SKILL.md +0 -3
  83. package/plugins/roblox-ai-os-creator-skills/skills/code-review/SKILL.md +6 -9
  84. package/plugins/roblox-ai-os-creator-skills/skills/configure-notifications/SKILL.md +0 -3
  85. package/plugins/roblox-ai-os-creator-skills/skills/crew/SKILL.md +0 -3
  86. package/plugins/roblox-ai-os-creator-skills/skills/deep-interview/SKILL.md +0 -3
  87. package/plugins/roblox-ai-os-creator-skills/skills/doctor/SKILL.md +0 -3
  88. package/plugins/roblox-ai-os-creator-skills/skills/forge/SKILL.md +0 -3
  89. package/plugins/roblox-ai-os-creator-skills/skills/forge-community/SKILL.md +0 -3
  90. package/plugins/roblox-ai-os-creator-skills/skills/forge-daily-loop/SKILL.md +0 -3
  91. package/plugins/roblox-ai-os-creator-skills/skills/forge-event-loop/SKILL.md +0 -3
  92. package/plugins/roblox-ai-os-creator-skills/skills/forge-fomo/SKILL.md +0 -3
  93. package/plugins/roblox-ai-os-creator-skills/skills/forge-mastery/SKILL.md +0 -3
  94. package/plugins/roblox-ai-os-creator-skills/skills/forge-progression/SKILL.md +0 -3
  95. package/plugins/roblox-ai-os-creator-skills/skills/forge-reward-loop/SKILL.md +0 -3
  96. package/plugins/roblox-ai-os-creator-skills/skills/forge-status/SKILL.md +0 -3
  97. package/plugins/roblox-ai-os-creator-skills/skills/help/SKILL.md +0 -3
  98. package/plugins/roblox-ai-os-creator-skills/skills/hud/SKILL.md +0 -3
  99. package/plugins/roblox-ai-os-creator-skills/skills/note/SKILL.md +0 -3
  100. package/plugins/roblox-ai-os-creator-skills/skills/pipeline/SKILL.md +0 -3
  101. package/plugins/roblox-ai-os-creator-skills/skills/plan/SKILL.md +0 -3
  102. package/plugins/roblox-ai-os-creator-skills/skills/rcs-setup/SKILL.md +0 -3
  103. package/plugins/roblox-ai-os-creator-skills/skills/security-review/SKILL.md +0 -3
  104. package/plugins/roblox-ai-os-creator-skills/skills/skill/SKILL.md +38 -40
  105. package/plugins/roblox-ai-os-creator-skills/skills/team/SKILL.md +0 -3
  106. package/plugins/roblox-ai-os-creator-skills/skills/trace/SKILL.md +0 -3
  107. package/plugins/roblox-ai-os-creator-skills/skills/ultraqa/SKILL.md +7 -10
  108. package/plugins/roblox-ai-os-creator-skills/skills/ultrawork/SKILL.md +0 -3
  109. package/plugins/roblox-ai-os-creator-skills/skills/visual-forge/SKILL.md +1 -4
  110. package/plugins/roblox-ai-os-creator-skills/skills/visual-verdict/SKILL.md +0 -3
  111. package/plugins/roblox-ai-os-creator-skills/skills/wiki/SKILL.md +0 -3
  112. package/plugins/roblox-ai-os-creator-skills/skills/worker/SKILL.md +1 -4
  113. package/skills/ai-slop-cleaner/SKILL.md +0 -3
  114. package/skills/analyze/SKILL.md +6 -9
  115. package/skills/ask-claude/SKILL.md +0 -3
  116. package/skills/ask-gemini/SKILL.md +0 -3
  117. package/skills/autoforge/SKILL.md +0 -3
  118. package/skills/autopilot/SKILL.md +0 -3
  119. package/skills/autoresearch/SKILL.md +0 -3
  120. package/skills/blueprint/SKILL.md +0 -3
  121. package/skills/blueprint-loop/SKILL.md +0 -3
  122. package/skills/blueprint-psych/SKILL.md +0 -3
  123. package/skills/blueprint-retention/SKILL.md +0 -3
  124. package/skills/blueprint-social/SKILL.md +0 -3
  125. package/skills/brief/SKILL.md +0 -3
  126. package/skills/brief-audience/SKILL.md +0 -3
  127. package/skills/brief-motivation/SKILL.md +0 -3
  128. package/skills/build-fix/SKILL.md +2 -4
  129. package/skills/cancel/SKILL.md +0 -3
  130. package/skills/code-review/SKILL.md +6 -9
  131. package/skills/configure-notifications/SKILL.md +0 -3
  132. package/skills/crew/SKILL.md +0 -3
  133. package/skills/deep-interview/SKILL.md +0 -3
  134. package/skills/deepsearch/SKILL.md +0 -3
  135. package/skills/doctor/SKILL.md +0 -3
  136. package/skills/ecomode/SKILL.md +0 -3
  137. package/skills/forge/SKILL.md +0 -3
  138. package/skills/forge-community/SKILL.md +0 -3
  139. package/skills/forge-daily-loop/SKILL.md +0 -3
  140. package/skills/forge-event-loop/SKILL.md +0 -3
  141. package/skills/forge-fomo/SKILL.md +0 -3
  142. package/skills/forge-init/SKILL.md +0 -3
  143. package/skills/forge-mastery/SKILL.md +0 -3
  144. package/skills/forge-progression/SKILL.md +0 -3
  145. package/skills/forge-reward-loop/SKILL.md +0 -3
  146. package/skills/forge-status/SKILL.md +0 -3
  147. package/skills/git-master/SKILL.md +0 -3
  148. package/skills/help/SKILL.md +0 -3
  149. package/skills/hud/SKILL.md +0 -3
  150. package/skills/note/SKILL.md +0 -3
  151. package/skills/pipeline/SKILL.md +0 -3
  152. package/skills/plan/SKILL.md +0 -3
  153. package/skills/rcs-setup/SKILL.md +0 -3
  154. package/skills/review/SKILL.md +0 -3
  155. package/skills/security-review/SKILL.md +0 -3
  156. package/skills/skill/SKILL.md +38 -40
  157. package/skills/swarm/SKILL.md +1 -4
  158. package/skills/tdd/SKILL.md +0 -3
  159. package/skills/team/SKILL.md +0 -3
  160. package/skills/trace/SKILL.md +0 -3
  161. package/skills/ultraqa/SKILL.md +7 -10
  162. package/skills/ultrawork/SKILL.md +0 -3
  163. package/skills/visual-forge/SKILL.md +1 -4
  164. package/skills/visual-verdict/SKILL.md +0 -3
  165. package/skills/web-clone/SKILL.md +0 -3
  166. package/skills/wiki/SKILL.md +0 -3
  167. package/skills/worker/SKILL.md +1 -4
  168. package/src/scripts/publish-github-package.ts +94 -0
  169. package/templates/roblox/llm-provider-routing.json +42 -0
  170. package/templates/roblox/reference-sources.md +33 -0
@@ -11,6 +11,7 @@ artifact-type: "skill"
11
11
  # Skill Management CLI
12
12
 
13
13
  Meta-skill for managing Roblox Creator Skills workflow skills via CLI-like commands.
14
+ Default examples should stay grounded in Roblox creator workflows rather than generic software helpers.
14
15
 
15
16
  ## Subcommands
16
17
 
@@ -28,13 +29,13 @@ Show all local skills organized by scope.
28
29
  USER SKILLS (~/.codex/skills/):
29
30
  | Name | Triggers | Quality | Usage | Scope |
30
31
  |-------------------|--------------------|---------|-------|-------|
31
- | error-handler | fix, error | 95% | 42 | user |
32
- | remote-audit | remote, payload | 88% | 23 | user |
32
+ | remote-audit | remote, payload | 95% | 42 | user |
33
+ | gui-state-check | gui, hud, state | 88% | 23 | user |
33
34
 
34
35
  PROJECT SKILLS (.codex/skills/):
35
36
  | Name | Triggers | Quality | Usage | Scope |
36
37
  |-------------------|--------------------|---------|-------|---------|
37
- | test-runner | test, run | 92% | 15 | project |
38
+ | datastore-guard | datastore, profile | 92% | 15 | project |
38
39
  ```
39
40
 
40
41
  **Fallback:** If quality/usage stats not available, show "N/A"
@@ -101,16 +102,16 @@ argument-hint: "<args>"
101
102
 
102
103
  **Example:**
103
104
  ```
104
- User: /skill add custom-logger
105
- Assistant: Creating new skill 'custom-logger'...
105
+ User: /skill add remote-audit-helper
106
+ Assistant: Creating new skill 'remote-audit-helper'...
106
107
 
107
- Description: Enhanced logging with structured output
108
- Triggers (comma-separated): log, logger, logging
109
- Argument hint (optional): <level> [message]
108
+ Description: Audit RemoteEvent payload validation and server authority checks
109
+ Triggers (comma-separated): remote, payload, validation
110
+ Argument hint (optional): <remote-name> [surface]
110
111
  Scope (user/project): user
111
112
 
112
- ✓ Created skill at ~/.codex/skills/custom-logger/SKILL.md
113
- → Edit with: /skill edit custom-logger
113
+ ✓ Created skill at ~/.codex/skills/remote-audit-helper/SKILL.md
114
+ → Edit with: /skill edit remote-audit-helper
114
115
  ```
115
116
 
116
117
  ---
@@ -136,15 +137,15 @@ Remove a skill by name.
136
137
 
137
138
  **Example:**
138
139
  ```
139
- User: /skill remove old-logger
140
- Assistant: Found skill 'old-logger' in user scope:
141
- Description: Legacy logging utility
140
+ User: /skill remove old-trade-audit
141
+ Assistant: Found skill 'old-trade-audit' in user scope:
142
+ Description: Legacy trading remote audit helper
142
143
  Scope: user (~/.codex/skills/)
143
144
 
144
- Delete 'old-logger' skill? (yes/no)
145
+ Delete 'old-trade-audit' skill? (yes/no)
145
146
 
146
147
  User: yes
147
- Assistant: ✓ Removed skill 'old-logger' from user scope
148
+ Assistant: ✓ Removed skill 'old-trade-audit' from user scope
148
149
  ```
149
150
 
150
151
  ---
@@ -158,10 +159,10 @@ Edit an existing skill interactively.
158
159
  2. **Read current content** via Read tool
159
160
  3. **Display current values:**
160
161
  ```
161
- Current skill 'custom-logger':
162
- - Description: Enhanced logging with structured output
163
- - Triggers: log, logger, logging
164
- - Argument hint: <level> [message]
162
+ Current skill 'remote-audit-helper':
163
+ - Description: Audit RemoteEvent payload validation and server authority checks
164
+ - Triggers: remote, payload, validation
165
+ - Argument hint: <remote-name> [surface]
165
166
  - Scope: user
166
167
  ```
167
168
  4. **Ask what to change:**
@@ -180,19 +181,19 @@ Edit an existing skill interactively.
180
181
 
181
182
  **Example:**
182
183
  ```
183
- User: /skill edit custom-logger
184
- Assistant: Current skill 'custom-logger':
185
- - Description: Enhanced logging with structured output
186
- - Triggers: log, logger, logging
187
- - Argument hint: <level> [message]
184
+ User: /skill edit remote-audit-helper
185
+ Assistant: Current skill 'remote-audit-helper':
186
+ - Description: Audit RemoteEvent payload validation and server authority checks
187
+ - Triggers: remote, payload, validation
188
+ - Argument hint: <remote-name> [surface]
188
189
 
189
190
  What would you like to edit? (description/triggers/argument-hint/content/rename/cancel)
190
191
 
191
192
  User: triggers
192
- Assistant: Current triggers: log, logger, logging
193
- New triggers (comma-separated): log, logger, logging, trace
193
+ Assistant: Current triggers: remote, payload, validation
194
+ New triggers (comma-separated): remote, payload, validation, server-authority
194
195
 
195
- ✓ Updated triggers for 'custom-logger'
196
+ ✓ Updated triggers for 'remote-audit-helper'
196
197
  ```
197
198
 
198
199
  ---
@@ -211,19 +212,19 @@ Search skills by content, triggers, name, or description.
211
212
  3. **Display matches** with context:
212
213
 
213
214
  ```
214
- Found 3 skills matching "typescript error":
215
+ Found 3 skills matching "remote payload":
215
216
 
216
- 1. typescript-fixer (user)
217
- Description: Fix common TypeScript errors
218
- Match: "typescript error handling patterns"
217
+ 1. remote-audit (user)
218
+ Description: Review RemoteEvent / RemoteFunction payload contracts
219
+ Match: "remote payload validation"
219
220
 
220
- 2. error-handler (user)
221
- Description: Generic error handling utilities
222
- Match: "Supports TypeScript and JavaScript errors"
221
+ 2. trade-safety (user)
222
+ Description: Trading safety checks for inventory mutation
223
+ Match: "payload ownership and duplicate-request validation"
223
224
 
224
- 3. lint-fix (project)
225
- Description: Auto-fix linting errors
226
- Match: "TypeScript ESLint error resolution"
225
+ 3. datastore-guard (project)
226
+ Description: Profile and save-path safety helpers
227
+ Match: "remote requests that mutate persistent state"
227
228
  ```
228
229
 
229
230
  **Ranking:** Prioritize matches in name/triggers over content matches
@@ -837,6 +838,3 @@ What would you like to do?
837
838
  - `/skill stats` - Show usage statistics across all skills
838
839
  - `/skill validate` - Check all skills for format errors
839
840
  - `/skill template <type>` - Create from predefined templates
840
- surface-class: "operator"
841
- domain: "creator-runtime"
842
- audience: "operator"
@@ -511,6 +511,3 @@ Two cleanup paths exist and must not be confused:
511
511
  **Good:** The user changes only the output shape or downstream delivery step (for example `make a PR`). Preserve earlier non-conflicting workflow constraints and apply the update locally.
512
512
 
513
513
  **Bad:** The user says `continue`, and the workflow restarts discovery or stops before the missing verification/evidence is gathered.
514
- surface-class: "operator"
515
- domain: "creator-runtime"
516
- audience: "operator"
@@ -35,6 +35,3 @@ Present the timeline first, then the summary. Highlight:
35
35
  - **Mode transitions** (how execution modes changed)
36
36
  - **Bottlenecks** (slow tools or agents)
37
37
  - **Flow patterns** (keyword -> skill -> agent chains)
38
- surface-class: "operator"
39
- domain: "creator-runtime"
40
- audience: "operator"
@@ -9,9 +9,9 @@ artifact-type: "skill"
9
9
 
10
10
  # UltraQA Skill
11
11
 
12
- [ULTRAQA ACTIVATED - AUTONOMOUS QA CYCLING]
12
+ Use `$ultraqa` when you need a strict QA loop for Roblox Studio, Luau, creator-runtime, or plugin changes and the first verification pass is not enough.
13
13
 
14
- ## Overview
14
+ This skill is strongest when the work needs repeatable test -> diagnose -> fix -> retest cycling until the changed behavior is actually proven.
15
15
 
16
16
  ## GPT-5.5 Guidance Alignment
17
17
 
@@ -30,7 +30,7 @@ Parse the goal from arguments. Supported formats:
30
30
  | `/ultraqa --tests` | tests | All test suites pass |
31
31
  | `/ultraqa --build` | build | Build succeeds with exit 0 |
32
32
  | `/ultraqa --lint` | lint | No lint errors |
33
- | `/ultraqa --typecheck` | typecheck | No TypeScript errors |
33
+ | `/ultraqa --typecheck` | typecheck | No TypeScript errors in the RCS runtime/tooling layer |
34
34
  | `/ultraqa --custom "pattern"` | custom | Custom success pattern in output |
35
35
 
36
36
  If no structured goal provided, interpret the argument as a custom goal.
@@ -49,7 +49,7 @@ If no structured goal provided, interpret the argument as a custom goal.
49
49
  ```
50
50
  delegate(role="test-engineer", tier="STANDARD", task="TEST:
51
51
  Goal: [describe what to verify]
52
- Service: [how to start]
52
+ Surface: [Roblox Studio, Luau module, plugin widget, or RCS runtime]
53
53
  Test cases: [specific scenarios to verify]")
54
54
  ```
55
55
 
@@ -89,11 +89,11 @@ If no structured goal provided, interpret the argument as a custom goal.
89
89
  Output progress each cycle:
90
90
  ```
91
91
  [ULTRAQA Cycle 1/5] Running tests...
92
- [ULTRAQA Cycle 1/5] FAILED - 3 tests failing
92
+ [ULTRAQA Cycle 1/5] FAILED - 3 checks failing
93
93
  [ULTRAQA Cycle 1/5] Architect diagnosing...
94
- [ULTRAQA Cycle 1/5] Fixing: auth.test.ts - missing mock
94
+ [ULTRAQA Cycle 1/5] Fixing: TradeRequest.server.luau validation path or matching runtime harness
95
95
  [ULTRAQA Cycle 2/5] Running tests...
96
- [ULTRAQA Cycle 2/5] PASSED - All 47 tests pass
96
+ [ULTRAQA Cycle 2/5] PASSED - verification target is green
97
97
  [ULTRAQA COMPLETE] Goal met after 2 cycles
98
98
  ```
99
99
 
@@ -145,6 +145,3 @@ Use MCP state cleanup rather than deleting files directly.
145
145
  ---
146
146
 
147
147
  Begin ULTRAQA cycling now. Parse the goal and start cycle 1.
148
- surface-class: "operator"
149
- domain: "creator-runtime"
150
- audience: "operator"
@@ -177,6 +177,3 @@ ecomode (token efficiency)
177
177
 
178
178
  Ultrawork is the parallelism and execution-discipline layer. Forge adds persistence, architect verification, deslop, and retry-until-done behavior. Autoforge adds the broader autonomous lifecycle pipeline. Ecomode adjusts ultrawork's model routing to favor cheaper models.
179
179
  </Advanced>
180
- surface-class: "operator"
181
- domain: "creator-runtime"
182
- audience: "operator"
@@ -9,7 +9,7 @@ artifact-type: "skill"
9
9
 
10
10
  # Visual Forge Skill
11
11
 
12
- Legacy compatibility surface. Public creator language should prefer **Visual Forge** concepts and `$forge` as the persistent implementation owner.
12
+ Visual Forge is the visual-delivery lane for Roblox creator UI, HUD, and plugin work. `$forge` remains the persistent implementation owner when the work turns into a code-bearing completion loop.
13
13
 
14
14
  Use this skill when the user wants Codex to build or restyle Roblox creator UI through a compatibility visual-delivery loop: an approved generated reference, static reference, or captured inspiration baseline becomes the target, Forge implements, and Visual Verdict drives measured iteration rather than subjective description alone.
15
15
 
@@ -157,6 +157,3 @@ Do not make major design pivots unless explicitly requested."
157
157
  ```
158
158
 
159
159
  Task: {{ARGUMENTS}}
160
- surface-class: "operator"
161
- domain: "creator-runtime"
162
- audience: "operator"
@@ -78,6 +78,3 @@ When mismatch diagnosis is hard:
78
78
  }
79
79
  ```
80
80
  </Example>
81
- surface-class: "operator"
82
- domain: "creator-runtime"
83
- audience: "operator"
@@ -59,6 +59,3 @@ At session end, discoveries can be captured as `session-log-*` pages. Configure
59
59
  ## Hard Constraints
60
60
  - No vector embeddings — query uses keyword + tag matching only
61
61
  - Wiki files remain local project state under `.rcs/wiki/`
62
- surface-class: "operator"
63
- domain: "creator-runtime"
64
- audience: "operator"
@@ -9,7 +9,7 @@ artifact-type: "skill"
9
9
 
10
10
  # Worker Skill
11
11
 
12
- > Legacy compatibility surface. Public creator language should prefer `crew` / coordinated execution terminology. This file remains the internal worker-runtime protocol surface for tmux-managed crew panes.
12
+ > Internal worker-runtime surface. Active creator language should prefer `crew` / coordinated execution terminology. This file exists so tmux-managed crew panes follow one strict protocol.
13
13
 
14
14
  This skill is for a Codex session that was started as a coordinated crew worker pane under `rcs team` / `$team`.
15
15
 
@@ -110,6 +110,3 @@ Crew worker sessions should treat team state + CLI interop as the source of trut
110
110
  ## Shutdown
111
111
 
112
112
  If the crew lead sends a shutdown request, follow the shutdown inbox instructions exactly, write your shutdown ack file, then exit the Codex session.
113
- surface-class: "internal"
114
- domain: "creator-runtime"
115
- audience: "internal"
@@ -141,6 +141,3 @@ Remaining Risks:
141
141
  **Bad:** Keep a `fallback if it fails` branch that silently defaults after a swallowed error instead of fixing the root cause or making failure explicit.
142
142
 
143
143
  **Good:** A version-specific compatibility shim is narrow, documented, preserves error evidence, has primary and fallback regression tests, and is reported as a grounded compatibility/fail-safe fallback.
144
- surface-class: "operator"
145
- domain: "creator-runtime"
146
- audience: "operator"
@@ -9,7 +9,7 @@ artifact-type: "skill"
9
9
 
10
10
  # Analyze — Read-Only Deep Analysis
11
11
 
12
- Use this skill to answer the user’s question through **read-only repository analysis**. The goal is to explain what the codebase most likely says about the question, not to drift into implementation, debugging theater, or generic fix planning.
12
+ Use this skill to answer the user’s question through **read-only repository analysis**. In this repo, that usually means Roblox Studio, Luau, plugin, creator-runtime, or workflow evidence, not generic software diagnosis detached from the actual creator surface.
13
13
 
14
14
  ## Use `$analyze` when
15
15
 
@@ -20,11 +20,11 @@ Use this skill to answer the user’s question through **read-only repository an
20
20
  - the user wants to understand architecture, behavior, causality, impact, or tradeoffs before changing anything
21
21
 
22
22
  Examples:
23
- - why a workflow behaves a certain way
24
- - how a feature is wired across modules
25
- - what likely explains a failure, regression, or mismatch
26
- - what would be impacted by changing a dependency or contract
27
- - which interpretation of the current codebase is best supported
23
+ - why a remote validation path behaves a certain way
24
+ - how a creator HUD or plugin surface is wired across modules
25
+ - what likely explains a trade, datastore, or workflow regression
26
+ - what would be impacted by changing a provider contract, remote schema, or creator-runtime boundary
27
+ - which interpretation of the current Roblox-facing codebase is best supported
28
28
 
29
29
  ## Do not use `$analyze` when
30
30
 
@@ -150,6 +150,3 @@ A good analyze response is:
150
150
  - concise for simple cases, broader only when the question truly needs it
151
151
 
152
152
  Task: {{ARGUMENTS}}
153
- surface-class: "operator"
154
- domain: "creator-runtime"
155
- audience: "operator"
@@ -63,6 +63,3 @@ Minimum artifact sections:
63
63
  5. Action items / next steps
64
64
 
65
65
  Task: {{ARGUMENTS}}
66
- surface-class: "operator"
67
- domain: "creator-runtime"
68
- audience: "operator"
@@ -63,6 +63,3 @@ Minimum artifact sections:
63
63
  5. Action items / next steps
64
64
 
65
65
  Task: {{ARGUMENTS}}
66
- surface-class: "operator"
67
- domain: "creator-runtime"
68
- audience: "operator"
@@ -20,6 +20,3 @@ For Roblox implementation tasks, `$autoforge` must still obey the mandatory gate
20
20
  5. only then begin execution
21
21
 
22
22
  `PRE_ACTION_COMPLETE` must become `true` before any Roblox code generation.
23
- surface-class: "operator"
24
- domain: "creator-runtime"
25
- audience: "operator"
@@ -165,6 +165,3 @@ Autopilot invents independent "Expansion", "QA", and "Validation" phases and tre
165
165
  Why bad: this bypasses the strict `$blueprint -> $forge -> $code-review` contract.
166
166
  </Bad>
167
167
  </Examples>
168
- surface-class: "operator"
169
- domain: "creator-runtime"
170
- audience: "operator"
@@ -70,6 +70,3 @@ The completion artifact must include both an architect approval verdict and an o
70
70
  - No direct CLI launch.
71
71
  - No tmux split-pane launch.
72
72
  - No noop-count completion gate.
73
- surface-class: "operator"
74
- domain: "creator-runtime"
75
- audience: "operator"
@@ -235,6 +235,3 @@ Need:
235
235
  - anti-duplication rules for queue join/leave
236
236
  - verification path for queue sync and teleport readiness"
237
237
  ```
238
- surface-class: "canonical"
239
- domain: "creator-runtime"
240
- audience: "creator"
@@ -21,6 +21,3 @@ Return a filled **Dopamine Loop Map** using `templates/psychology/dopamine-loop-
21
21
  - daily loop
22
22
  - weekly loop
23
23
  - comeback loop
24
- surface-class: "canonical"
25
- domain: "creator-runtime"
26
- audience: "creator"
@@ -23,6 +23,3 @@ Return:
23
23
  - fairness risks.
24
24
 
25
25
  Use `docs/reference/player-psychology-framework.md` as the framework source.
26
- surface-class: "canonical"
27
- domain: "creator-runtime"
28
- audience: "creator"
@@ -17,6 +17,3 @@ Return:
17
17
  - a filled **Retention Design Sheet** from `templates/psychology/retention-design-sheet.md`
18
18
  - a compact **Weekly LiveOps Plan**
19
19
  - comeback hooks and burnout guardrails
20
- surface-class: "canonical"
21
- domain: "creator-runtime"
22
- audience: "creator"
@@ -17,6 +17,3 @@ Return a **Social Retention Spec** using `templates/psychology/social-mechanic-s
17
17
  - parties / guilds / trading / co-op / invites / presence systems as appropriate
18
18
  - why solo-only design would underperform
19
19
  - anti-spam guardrails
20
- surface-class: "canonical"
21
- domain: "creator-runtime"
22
- audience: "creator"
@@ -29,6 +29,3 @@ Use the protocol in:
29
29
  Follow with:
30
30
  - `$brief:audience`
31
31
  - `$brief:motivation`
32
- surface-class: "canonical"
33
- domain: "creator-runtime"
34
- audience: "creator"
@@ -21,6 +21,3 @@ Return a filled **Player Motivation Profile** using `templates/psychology/player
21
21
  - Name the primary fantasy before talking about features.
22
22
  - Call out likely session length and why the player comes back.
23
23
  - End with 3 audience risks or mismatches.
24
- surface-class: "canonical"
25
- domain: "creator-runtime"
26
- audience: "creator"
@@ -24,6 +24,3 @@ Return a **Motivation Matrix** with:
24
24
  - Explain the dominant driver in one sentence.
25
25
  - Separate “good urgency” from manipulative pressure.
26
26
  - Prefer community when social play is naturally supported.
27
- surface-class: "canonical"
28
- domain: "creator-runtime"
29
- audience: "creator"
@@ -10,6 +10,7 @@ artifact-type: "skill"
10
10
  # Build Fix Skill
11
11
 
12
12
  Fix build and compilation errors quickly with minimal code changes. Get the build green without refactoring.
13
+ For this repo, that usually means TypeScript/Rust/toolchain fixes around the RCS runtime or Roblox workspace scaffolding, not generic product rewrites.
13
14
 
14
15
  ## When to Use
15
16
 
@@ -144,9 +145,6 @@ Keeps trying until build passes, even if it takes multiple iterations.
144
145
 
145
146
  **With Team:**
146
147
  ```
147
- /team "debug build failures and fix type errors"
148
+ /team "debug build failures and fix Roblox workspace or RCS runtime type errors"
148
149
  ```
149
150
  Uses: explore → build-fixer → verifier workflow.
150
- surface-class: "operator"
151
- domain: "creator-runtime"
152
- audience: "operator"
@@ -401,6 +401,3 @@ rm -rf .rcs/state/team/ # All team state
401
401
  # Kill all rcs-team-* tmux sessions
402
402
  tmux list-sessions -F '#{session_name}' 2>/dev/null | grep '^rcs-team-' | while read s; do tmux kill-session -t "$s" 2>/dev/null; done
403
403
  ```
404
- surface-class: "operator"
405
- domain: "creator-runtime"
406
- audience: "operator"
@@ -9,7 +9,7 @@ artifact-type: "skill"
9
9
 
10
10
  # Code Review Skill
11
11
 
12
- Conduct a thorough code review for quality, security, and maintainability with severity-rated feedback.
12
+ Conduct a thorough code review for Roblox Studio, Luau, creator-runtime, plugin, and workflow changes with severity-rated feedback.
13
13
 
14
14
  ## When to Use
15
15
 
@@ -38,11 +38,11 @@ Delegates to the `code-reviewer` and `architect` agents in parallel for a two-la
38
38
  - Both lanes run in parallel and produce distinct outputs before final synthesis
39
39
 
40
40
  3. **Review Categories**
41
- - **Security** - Hardcoded secrets, injection risks, XSS, CSRF
42
- - **Code Quality** - Function size, complexity, nesting depth
43
- - **Performance** - Algorithm efficiency, N+1 queries, caching
44
- - **Best Practices** - Naming, documentation, error handling
45
- - **Maintainability** - Duplication, coupling, testability
41
+ - **Roblox Security** - server authority, remote validation, replicated secrets/data exposure, DataStore/economy safety
42
+ - **Code Quality** - function size, complexity, nesting depth, cross-module clarity
43
+ - **Performance** - replication churn, avoidable UI rebuilds, hot-path inefficiency, heavy runtime loops
44
+ - **Best Practices** - naming, documentation, error handling, service placement
45
+ - **Maintainability** - duplication, coupling, testability, workflow boundary clarity
46
46
 
47
47
  4. **Severity Rating**
48
48
  - **CRITICAL** - Security vulnerability (must fix before merge)
@@ -291,6 +291,3 @@ Parallel code review across multiple files.
291
291
  - **Address CRITICAL/HIGH first** - Fix security and bugs immediately
292
292
  - **Consider context** - Some "issues" may be intentional trade-offs
293
293
  - **Learn from reviews** - Use feedback to improve coding practices
294
- surface-class: "operator"
295
- domain: "creator-runtime"
296
- audience: "operator"
@@ -289,6 +289,3 @@ Show:
289
289
  - Whether explicit `notifications.openclaw` exists (and therefore overrides aliases)
290
290
  - Verbosity + idle cooldown + reply listener state
291
291
  - Config path (`~/.codex/.rcs-config.json`)
292
- surface-class: "operator"
293
- domain: "creator-runtime"
294
- audience: "operator"
@@ -12,6 +12,3 @@ artifact-type: "skill"
12
12
  Use `$crew` when the work needs coordinated creator lanes such as systems design, economy review, social design, and implementation planning in parallel.
13
13
 
14
14
  For Roblox tasks, the crew should not fan out implementation until the shared pre-action artifact exists and `PRE_ACTION_COMPLETE` is `true`.
15
- surface-class: "operator"
16
- domain: "creator-runtime"
17
- audience: "operator"
@@ -470,6 +470,3 @@ deep-interview -> blueprint -> autopilot
470
470
  </Advanced>
471
471
 
472
472
  Task: {{ARGUMENTS}}
473
- surface-class: "operator"
474
- domain: "creator-runtime"
475
- audience: "operator"
@@ -40,6 +40,3 @@ Perform thorough search of the codebase for the specified query, pattern, or con
40
40
  - **Key Insights** (patterns, conventions, gotchas)
41
41
 
42
42
  Focus on being comprehensive but concise. Cite file paths and line numbers.
43
- surface-class: "operator"
44
- domain: "creator-runtime"
45
- audience: "operator"
@@ -241,6 +241,3 @@ rm -rf ~/.agents/skills
241
241
 
242
242
  After applying fixes, inform user:
243
243
  > Fixes applied. **Restart Codex CLI** for changes to take effect.
244
- surface-class: "operator"
245
- domain: "creator-runtime"
246
- audience: "operator"
@@ -116,6 +116,3 @@ Use `rcs_state` MCP tools for ecomode lifecycle state.
116
116
  `state_write({mode: "ecomode", active: false})`
117
117
  - **On cancellation/cleanup**:
118
118
  run `$cancel` (which should call `state_clear(mode="ecomode")`)
119
- surface-class: "operator"
120
- domain: "creator-runtime"
121
- audience: "operator"
@@ -188,6 +188,3 @@ $forge "Implement the approved trading system:
188
188
  - StarterGui trade UI only mirrors server-confirmed state
189
189
  - verify duplicate acceptance cannot double-grant items"
190
190
  ```
191
- surface-class: "canonical"
192
- domain: "creator-runtime"
193
- audience: "creator"
@@ -18,6 +18,3 @@ Generate a **Community Stickiness Spec**.
18
18
  - group progression or co-op loops
19
19
  - social presence surfaces
20
20
  - anti-spam and anti-abuse guardrails
21
- surface-class: "canonical"
22
- domain: "creator-runtime"
23
- audience: "creator"
@@ -17,6 +17,3 @@ Generate a **Daily Return Loop Spec** for short-return Roblox play.
17
17
  - rotating goals or offers
18
18
  - event hooks
19
19
  - fairness and anti-burnout guardrails
20
- surface-class: "canonical"
21
- domain: "creator-runtime"
22
- audience: "creator"
@@ -17,6 +17,3 @@ Generate an **Event / FOMO Plan** using `templates/psychology/event-fomo-design-
17
17
  - include re-entry logic
18
18
  - include rerun policy
19
19
  - call out frustration risks
20
- surface-class: "canonical"
21
- domain: "creator-runtime"
22
- audience: "creator"
@@ -18,6 +18,3 @@ Generate a **Fair Urgency Review** for limited-time mechanics.
18
18
  - fairness guardrails
19
19
  - comeback or rerun path
20
20
  - anti-frustration notes
21
- surface-class: "canonical"
22
- domain: "creator-runtime"
23
- audience: "creator"
@@ -48,6 +48,3 @@ After creating the PRD, start execution with:
48
48
  ```
49
49
 
50
50
  Forge will iterate until all acceptance criteria in the PRD are met and architect-verified.
51
- surface-class: "historical"
52
- domain: "creator-runtime"
53
- audience: "internal"
@@ -18,6 +18,3 @@ Generate a **Mastery Depth Spec**.
18
18
  - discovery moments
19
19
  - skill-expression rewards
20
20
  - feedback surfaces that make mastery legible
21
- surface-class: "canonical"
22
- domain: "creator-runtime"
23
- audience: "creator"
@@ -18,6 +18,3 @@ Generate a **Progression Ladder**.
18
18
  - unlock cadence
19
19
  - multiplier / prestige / rebirth logic where fit
20
20
  - clarity notes for first-session payoff
21
- surface-class: "canonical"
22
- domain: "creator-runtime"
23
- audience: "creator"
@@ -21,6 +21,3 @@ Generate a concrete **Reward Loop Spec**.
21
21
  - fail state
22
22
  - recovery path
23
23
  - Roblox-fit note
24
- surface-class: "canonical"
25
- domain: "creator-runtime"
26
- audience: "creator"
@@ -19,6 +19,3 @@ Generate a **Prestige / Status Spec**.
19
19
  - visible milestones
20
20
  - pets, profile badges, or showcases where fit
21
21
  - visibility and fairness risks
22
- surface-class: "canonical"
23
- domain: "creator-runtime"
24
- audience: "creator"
@@ -31,6 +31,3 @@ delegate(role="git-master", tier="STANDARD", task="{{ARGUMENTS}}")
31
31
  - Style detection from repo history
32
32
 
33
33
  Task: {{ARGUMENTS}}
34
- surface-class: "operator"
35
- domain: "creator-runtime"
36
- audience: "operator"
@@ -77,6 +77,3 @@ Use:
77
77
  - `docs/reference/roblox-pre-action-protocol.md`
78
78
  - `templates/psychology/`
79
79
  - `templates/roblox/`
80
- surface-class: "operator"
81
- domain: "creator-runtime"
82
- audience: "operator"