@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.
- package/README.md +64 -1
- package/dist/agents/definitions.d.ts +6 -0
- package/dist/agents/definitions.d.ts.map +1 -1
- package/dist/agents/definitions.js +14 -0
- package/dist/agents/definitions.js.map +1 -1
- package/dist/config/generator.d.ts.map +1 -1
- package/dist/config/generator.js +6 -2
- package/dist/config/generator.js.map +1 -1
- package/dist/config/models.d.ts +37 -0
- package/dist/config/models.d.ts.map +1 -1
- package/dist/config/models.js +121 -3
- package/dist/config/models.js.map +1 -1
- package/dist/config/roblox-reference-mcp.d.ts +16 -0
- package/dist/config/roblox-reference-mcp.d.ts.map +1 -0
- package/dist/config/roblox-reference-mcp.js +37 -0
- package/dist/config/roblox-reference-mcp.js.map +1 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/platform-targets/reader.d.ts +3 -0
- package/dist/platform-targets/reader.d.ts.map +1 -0
- package/dist/platform-targets/reader.js +31 -0
- package/dist/platform-targets/reader.js.map +1 -0
- package/dist/platform-targets/schema.d.ts +22 -0
- package/dist/platform-targets/schema.d.ts.map +1 -0
- package/dist/platform-targets/schema.js +88 -0
- package/dist/platform-targets/schema.js.map +1 -0
- package/dist/scripts/publish-github-package.d.ts +3 -0
- package/dist/scripts/publish-github-package.d.ts.map +1 -0
- package/dist/scripts/publish-github-package.js +74 -0
- package/dist/scripts/publish-github-package.js.map +1 -0
- package/docs/agents.html +1 -0
- package/docs/index.html +13 -0
- package/docs/plugin-bundle-ssot.md +2 -0
- package/docs/readme/README.de.md +27 -0
- package/docs/readme/README.el.md +27 -0
- package/docs/readme/README.es.md +27 -0
- package/docs/readme/README.fr.md +27 -0
- package/docs/readme/README.it.md +27 -0
- package/docs/readme/README.ja.md +27 -0
- package/docs/readme/README.ko.md +27 -0
- package/docs/readme/README.md +2 -1
- package/docs/readme/README.pl.md +27 -0
- package/docs/readme/README.pt.md +27 -0
- package/docs/readme/README.ru.md +27 -0
- package/docs/readme/README.tr.md +27 -0
- package/docs/readme/README.uk.md +27 -0
- package/docs/readme/README.vi.md +27 -0
- package/docs/readme/README.zh-TW.md +27 -0
- package/docs/readme/README.zh.md +27 -0
- package/docs/reference/agentic-platform-compatibility.md +147 -0
- package/docs/reference/llm-provider-abstraction.md +88 -0
- package/docs/reference/multi-agent-compatibility-architecture.md +120 -0
- package/docs/reference/rcs-config-schema-routing.md +3 -0
- package/docs/reference/roblox-mcp-reference-layer.md +75 -0
- package/docs/reference/roblox-pre-action-protocol.md +15 -3
- package/docs/release-notes-v0.1.8.md +24 -0
- package/docs/wiki/Contributing.md +45 -0
- package/docs/wiki/Good-First-Issues.md +44 -0
- package/docs/wiki/Home.md +35 -0
- package/docs/wiki/Release-Playbook.md +57 -0
- package/docs/wiki/Roadmap.md +90 -0
- package/package.json +1 -1
- package/plugins/roblox-ai-os-creator-skills/.codex-plugin/plugin.json +1 -1
- package/plugins/roblox-ai-os-creator-skills/docs/reference/roblox-pre-action-protocol.md +15 -3
- package/plugins/roblox-ai-os-creator-skills/skills/ai-slop-cleaner/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/analyze/SKILL.md +6 -9
- package/plugins/roblox-ai-os-creator-skills/skills/ask-claude/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/ask-gemini/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/autoforge/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/autopilot/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/autoresearch/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/blueprint/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/blueprint-loop/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/blueprint-psych/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/blueprint-retention/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/blueprint-social/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/brief/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/brief-audience/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/brief-motivation/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/cancel/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/code-review/SKILL.md +6 -9
- package/plugins/roblox-ai-os-creator-skills/skills/configure-notifications/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/crew/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/deep-interview/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/doctor/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-community/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-daily-loop/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-event-loop/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-fomo/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-mastery/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-progression/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-reward-loop/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-status/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/help/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/hud/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/note/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/pipeline/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/plan/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/rcs-setup/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/security-review/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/skill/SKILL.md +38 -40
- package/plugins/roblox-ai-os-creator-skills/skills/team/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/trace/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/ultraqa/SKILL.md +7 -10
- package/plugins/roblox-ai-os-creator-skills/skills/ultrawork/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/visual-forge/SKILL.md +1 -4
- package/plugins/roblox-ai-os-creator-skills/skills/visual-verdict/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/wiki/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/worker/SKILL.md +1 -4
- package/skills/ai-slop-cleaner/SKILL.md +0 -3
- package/skills/analyze/SKILL.md +6 -9
- package/skills/ask-claude/SKILL.md +0 -3
- package/skills/ask-gemini/SKILL.md +0 -3
- package/skills/autoforge/SKILL.md +0 -3
- package/skills/autopilot/SKILL.md +0 -3
- package/skills/autoresearch/SKILL.md +0 -3
- package/skills/blueprint/SKILL.md +0 -3
- package/skills/blueprint-loop/SKILL.md +0 -3
- package/skills/blueprint-psych/SKILL.md +0 -3
- package/skills/blueprint-retention/SKILL.md +0 -3
- package/skills/blueprint-social/SKILL.md +0 -3
- package/skills/brief/SKILL.md +0 -3
- package/skills/brief-audience/SKILL.md +0 -3
- package/skills/brief-motivation/SKILL.md +0 -3
- package/skills/build-fix/SKILL.md +2 -4
- package/skills/cancel/SKILL.md +0 -3
- package/skills/code-review/SKILL.md +6 -9
- package/skills/configure-notifications/SKILL.md +0 -3
- package/skills/crew/SKILL.md +0 -3
- package/skills/deep-interview/SKILL.md +0 -3
- package/skills/deepsearch/SKILL.md +0 -3
- package/skills/doctor/SKILL.md +0 -3
- package/skills/ecomode/SKILL.md +0 -3
- package/skills/forge/SKILL.md +0 -3
- package/skills/forge-community/SKILL.md +0 -3
- package/skills/forge-daily-loop/SKILL.md +0 -3
- package/skills/forge-event-loop/SKILL.md +0 -3
- package/skills/forge-fomo/SKILL.md +0 -3
- package/skills/forge-init/SKILL.md +0 -3
- package/skills/forge-mastery/SKILL.md +0 -3
- package/skills/forge-progression/SKILL.md +0 -3
- package/skills/forge-reward-loop/SKILL.md +0 -3
- package/skills/forge-status/SKILL.md +0 -3
- package/skills/git-master/SKILL.md +0 -3
- package/skills/help/SKILL.md +0 -3
- package/skills/hud/SKILL.md +0 -3
- package/skills/note/SKILL.md +0 -3
- package/skills/pipeline/SKILL.md +0 -3
- package/skills/plan/SKILL.md +0 -3
- package/skills/rcs-setup/SKILL.md +0 -3
- package/skills/review/SKILL.md +0 -3
- package/skills/security-review/SKILL.md +0 -3
- package/skills/skill/SKILL.md +38 -40
- package/skills/swarm/SKILL.md +1 -4
- package/skills/tdd/SKILL.md +0 -3
- package/skills/team/SKILL.md +0 -3
- package/skills/trace/SKILL.md +0 -3
- package/skills/ultraqa/SKILL.md +7 -10
- package/skills/ultrawork/SKILL.md +0 -3
- package/skills/visual-forge/SKILL.md +1 -4
- package/skills/visual-verdict/SKILL.md +0 -3
- package/skills/web-clone/SKILL.md +0 -3
- package/skills/wiki/SKILL.md +0 -3
- package/skills/worker/SKILL.md +1 -4
- package/src/scripts/publish-github-package.ts +94 -0
- package/templates/roblox/llm-provider-routing.json +42 -0
- package/templates/roblox/reference-sources.md +33 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# Release Playbook
|
|
2
|
+
|
|
3
|
+
This page explains the public release surfaces for RCS.
|
|
4
|
+
|
|
5
|
+
## Three separate release surfaces
|
|
6
|
+
|
|
7
|
+
### 1. npm package
|
|
8
|
+
|
|
9
|
+
Public package:
|
|
10
|
+
|
|
11
|
+
- `@jstn-sdk/rcs`
|
|
12
|
+
|
|
13
|
+
Registry:
|
|
14
|
+
|
|
15
|
+
- `https://registry.npmjs.org`
|
|
16
|
+
|
|
17
|
+
Purpose:
|
|
18
|
+
|
|
19
|
+
- what end users install with `npm install -g @jstn-sdk/rcs`
|
|
20
|
+
|
|
21
|
+
### 2. GitHub Packages
|
|
22
|
+
|
|
23
|
+
Registry:
|
|
24
|
+
|
|
25
|
+
- `https://npm.pkg.github.com`
|
|
26
|
+
|
|
27
|
+
Purpose:
|
|
28
|
+
|
|
29
|
+
- populates the repository Packages tab
|
|
30
|
+
- keeps GitHub-native package visibility aligned with the repo
|
|
31
|
+
|
|
32
|
+
### 3. GitHub Releases
|
|
33
|
+
|
|
34
|
+
Purpose:
|
|
35
|
+
|
|
36
|
+
- creates the Releases page entry
|
|
37
|
+
- attaches release notes and binary assets to a tag
|
|
38
|
+
|
|
39
|
+
Important:
|
|
40
|
+
|
|
41
|
+
- a git tag alone is not a GitHub Release object
|
|
42
|
+
- a successful npm publish alone does not populate GitHub Releases or GitHub Packages
|
|
43
|
+
|
|
44
|
+
## Maintainer release expectations
|
|
45
|
+
|
|
46
|
+
- verify Actions pre-flight before sign-off
|
|
47
|
+
- keep changelog and release notes aligned
|
|
48
|
+
- create or update the GitHub Release object from the tag workflow
|
|
49
|
+
- publish npm and GitHub Packages from the workflow lanes, not by assumption
|
|
50
|
+
|
|
51
|
+
## Contributor-facing outputs
|
|
52
|
+
|
|
53
|
+
- release notes
|
|
54
|
+
- changelog entry
|
|
55
|
+
- package version bump
|
|
56
|
+
- tagged release
|
|
57
|
+
- attached native assets when applicable
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# Roadmap
|
|
2
|
+
|
|
3
|
+
This is the current contributor-facing roadmap for RCS.
|
|
4
|
+
|
|
5
|
+
## Current priority themes
|
|
6
|
+
|
|
7
|
+
- contributor experience and community hygiene
|
|
8
|
+
- release reliability across GitHub Releases, GitHub Packages, and npm
|
|
9
|
+
- Roblox-first prompt and skill quality
|
|
10
|
+
- Studio workspace and reference-layer grounding
|
|
11
|
+
|
|
12
|
+
## Next roadmap
|
|
13
|
+
|
|
14
|
+
### Worldbuilding and design production skills
|
|
15
|
+
|
|
16
|
+
Planned outputs:
|
|
17
|
+
|
|
18
|
+
- moodboards
|
|
19
|
+
- GDD structure
|
|
20
|
+
- story outline
|
|
21
|
+
- character sheets
|
|
22
|
+
- map chunk specs
|
|
23
|
+
- weekly implementation plans
|
|
24
|
+
|
|
25
|
+
Why it matters:
|
|
26
|
+
|
|
27
|
+
- helps RCS support pre-production and design-system work, not just coding
|
|
28
|
+
- gives creators a disciplined planning path before implementation
|
|
29
|
+
|
|
30
|
+
### Roblox monetization planner
|
|
31
|
+
|
|
32
|
+
Planned outputs:
|
|
33
|
+
|
|
34
|
+
- game pass ideas
|
|
35
|
+
- dev product loops
|
|
36
|
+
- subscription perks
|
|
37
|
+
- private server strategy
|
|
38
|
+
- Creator Rewards fit by genre
|
|
39
|
+
|
|
40
|
+
Why it matters:
|
|
41
|
+
|
|
42
|
+
- pushes monetization design into explicit, reviewable planning instead of ad hoc prompting
|
|
43
|
+
|
|
44
|
+
### Patch assistant
|
|
45
|
+
|
|
46
|
+
Planned outputs:
|
|
47
|
+
|
|
48
|
+
- update notes
|
|
49
|
+
- devlog copy
|
|
50
|
+
- QA checklist
|
|
51
|
+
- release readiness review
|
|
52
|
+
|
|
53
|
+
Why it matters:
|
|
54
|
+
|
|
55
|
+
- turns merged work into ship-ready communication and operational follow-through
|
|
56
|
+
|
|
57
|
+
### Audience and retention planner
|
|
58
|
+
|
|
59
|
+
Planned outputs:
|
|
60
|
+
|
|
61
|
+
- target player habits
|
|
62
|
+
- session length expectations
|
|
63
|
+
- social hooks
|
|
64
|
+
- replay loops
|
|
65
|
+
|
|
66
|
+
Why it matters:
|
|
67
|
+
|
|
68
|
+
- makes retention design a first-class creator workflow instead of an afterthought
|
|
69
|
+
|
|
70
|
+
### Live ops mode
|
|
71
|
+
|
|
72
|
+
Planned outputs:
|
|
73
|
+
|
|
74
|
+
- weekly update planning
|
|
75
|
+
- event cadence
|
|
76
|
+
- private-server hooks
|
|
77
|
+
- seasonal content beats
|
|
78
|
+
- acquisition loops tied to Roblox monetization and Creator Rewards
|
|
79
|
+
|
|
80
|
+
Why it matters:
|
|
81
|
+
|
|
82
|
+
- aligns content cadence, retention, and monetization into one explicit operating surface
|
|
83
|
+
|
|
84
|
+
## Contributor note
|
|
85
|
+
|
|
86
|
+
If you want to help, prefer turning one roadmap item into:
|
|
87
|
+
|
|
88
|
+
1. a scoped issue
|
|
89
|
+
2. clear acceptance criteria
|
|
90
|
+
3. one narrow implementation slice
|
package/package.json
CHANGED
|
@@ -45,10 +45,18 @@ Priority 1: canonical platform truth
|
|
|
45
45
|
- `https://gitmcp.io/Roblox/creator-docs`
|
|
46
46
|
|
|
47
47
|
Priority 2: high-signal implementation references
|
|
48
|
+
- `https://github.com/sentinelcore/roblox-skills`
|
|
48
49
|
- `https://gitmcp.io/retpirato/Roblox-Scripts`
|
|
49
50
|
- `https://gitmcp.io/sentinelcore/roblox-skills`
|
|
50
|
-
- `https://
|
|
51
|
+
- `https://github.com/greedychipmunk/agent-skills/tree/main/roblox-game-developer`
|
|
52
|
+
- `https://github.com/omer-metin/skills-for-antigravity/tree/main/skills/roblox-development`
|
|
53
|
+
- `https://github.com/dig1t/skills`
|
|
54
|
+
- `https://github.com/Corecii/Devprod`
|
|
51
55
|
- `https://gitmcp.io/Corecii/Devprod`
|
|
56
|
+
|
|
57
|
+
Priority 3: raw script and corpus support
|
|
58
|
+
- `https://github.com/retpirato/Roblox-Scripts`
|
|
59
|
+
- `https://gitmcp.io/frosteen/Roblox_LUA_Weapon_Scripts`
|
|
52
60
|
- `https://gitmcp.io/uhub/awesome-lua`
|
|
53
61
|
- `https://gitmcp.io/LewisJEllis/awesome-lua`
|
|
54
62
|
- `https://gitmcp.io/forhappy/awesome-lua`
|
|
@@ -61,11 +69,15 @@ Priority 3: dataset and corpus support
|
|
|
61
69
|
- `https://datasets-server.huggingface.co/splits?dataset=TorpedoSoftware%2FRoblox-Luau-Reasoning-v1.0`
|
|
62
70
|
- `https://huggingface.co/datasets/bartholomort/lua-obfuscator-corpus`
|
|
63
71
|
|
|
64
|
-
|
|
72
|
+
Reference policy:
|
|
65
73
|
- official Roblox docs define correctness
|
|
66
|
-
- repos improve implementation awareness only
|
|
74
|
+
- Roblox skill repos improve implementation awareness only
|
|
67
75
|
- datasets are weak pattern support only
|
|
68
76
|
|
|
77
|
+
Canonical reference-layer policy is documented in:
|
|
78
|
+
- `docs/reference/roblox-mcp-reference-layer.md`
|
|
79
|
+
- `templates/roblox/reference-sources.md`
|
|
80
|
+
|
|
69
81
|
## Phase 2: Understanding Synthesis
|
|
70
82
|
|
|
71
83
|
Before implementation, answer:
|
|
@@ -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**.
|
|
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
|
|
24
|
-
- how a
|
|
25
|
-
- what likely explains a
|
|
26
|
-
- what would be impacted by changing a
|
|
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"
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -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
|
|
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** -
|
|
42
|
-
- **Code Quality** -
|
|
43
|
-
- **Performance** -
|
|
44
|
-
- **Best Practices** -
|
|
45
|
-
- **Maintainability** -
|
|
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"
|
|
@@ -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"
|
|
@@ -100,6 +100,3 @@ If the TUI statusline is not showing:
|
|
|
100
100
|
If `rcs hud` shows "No active modes":
|
|
101
101
|
- This is expected when no workflows are running
|
|
102
102
|
- Start a workflow (forge, autopilot, etc.) and check again
|
|
103
|
-
surface-class: "operator"
|
|
104
|
-
domain: "creator-runtime"
|
|
105
|
-
audience: "operator"
|
|
@@ -64,6 +64,3 @@ Notepad content is automatically loaded on session start:
|
|
|
64
64
|
- Working Memory: Loaded if recent entries exist
|
|
65
65
|
|
|
66
66
|
This helps survive conversation compaction without losing critical context.
|
|
67
|
-
surface-class: "operator"
|
|
68
|
-
domain: "creator-runtime"
|
|
69
|
-
audience: "operator"
|
|
@@ -88,6 +88,3 @@ const result = await runPipeline(config);
|
|
|
88
88
|
- **team**: Pipeline delegates execution to team mode (Codex CLI workers)
|
|
89
89
|
- **forge**: Pipeline delegates verification to forge (configurable iterations)
|
|
90
90
|
- **blueprint**: Pipeline's first stage runs consensus planning
|
|
91
|
-
surface-class: "operator"
|
|
92
|
-
domain: "creator-runtime"
|
|
93
|
-
audience: "operator"
|
|
@@ -279,6 +279,3 @@ Before asking any interview question, classify it:
|
|
|
279
279
|
|
|
280
280
|
The separate `/planner` and `/review` skills have been merged into `$plan`. Consensus planning remains available through `$plan --consensus`, while `$blueprint` is the canonical creator-facing planning workflow when you want the full Roblox-native design lane.
|
|
281
281
|
</Advanced>
|
|
282
|
-
surface-class: "operator"
|
|
283
|
-
domain: "creator-runtime"
|
|
284
|
-
audience: "operator"
|
|
@@ -137,6 +137,3 @@ node bin/rcs.js doctor
|
|
|
137
137
|
|
|
138
138
|
- If AGENTS.md was not overwritten during `--force`, stop active RCS session and rerun setup.
|
|
139
139
|
- If AGENTS.md was not merged during `--merge-agents`, stop active RCS session and rerun setup.
|
|
140
|
-
surface-class: "operator"
|
|
141
|
-
domain: "creator-runtime"
|
|
142
|
-
audience: "operator"
|
|
@@ -179,6 +179,3 @@ OVERALL: [POSTURE] — ship / fix-first / block live
|
|
|
179
179
|
**Good:** The user says `continue` after you already listed the next remote to trace; keep tracing until the chain is complete.
|
|
180
180
|
|
|
181
181
|
**Bad:** The user says `continue` and you restart from “what is Roblox” instead of finishing the active exploit hypothesis.
|
|
182
|
-
surface-class: "operator"
|
|
183
|
-
domain: "creator-runtime"
|
|
184
|
-
audience: "operator"
|