Roblox Knowledge Engine for OpenCode. Fetches exact API data from Roblox's CDN, queries up-to-date docs via Context7 MCP, and searches DevForum and Roblox Status for live platform info.
- Copy this
opencode/folder into your Roblox project - Copy
opencode.jsonto your project root (or merge thecontext7MCP entry into your existingopencode.json) - Run
node scripts/api-dump.js fetchto cache the API dump on first use
| File | Purpose |
|---|---|
skill.md |
Skill definition with source routing logic |
opencode.json |
Context7 MCP server config for OpenCode |
scripts/api-dump.js |
Node CLI for fetching and querying Roblox API dumps |
references/source-map.md |
URLs and endpoints for all data sources |
references/context7-opencode.md |
Context7 setup and Roblox ecosystem IDs |
- Node.js 18+
- Context7 MCP (optional but recommended)