Install
$ agentstack add skill-tabooharmony-roblox-brain-roblox-tooling ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
When to Load
Load when the task involves Rojo setup or default.project.json, Wally package management, Selene/StyLua linting/formatting, Lune scripting, Aftman toolchain config, CI/CD pipelines, or .server.luau/.client.luau file naming. Hand off to domain skills for game code, roblox-luau-core for language questions, roblox-testing for test patterns.
Quick Reference
Aftman (toolchain pinning): aftman.toml — all tools installed via aftman install.
[tools]
rojo = "rojo-rbx/rojo@7.4.4"
wally = "UpliftGames/wally@0.3.2"
selene = "kampfkarren/selene@0.27.1"
stylua = "JohnnyMorganz/StyLua@2.0.2"
lune = "lune-org/lune@0.8.0"
Rojo (filesystem → Studio): default.project.json maps dirs to services.
- File suffixes:
.server.luau(Script),.client.luau(LocalScript),.luau(ModuleScript),init.luau(folder-as-ModuleScript) - Commands:
rojo serve(live sync),rojo build -o game.rbxl,rojo sourcemap ... -o sourcemap.json
Wally (package manager): wally.toml with realms shared/server/dev.
wally install→/Packages/(never commit this dir; do commitwally.lock)- Format:
scope/package@versione.g.evaera/promise@4.0.0
Selene (linter): Needs std = "roblox" in selene.toml.
selene src/(lint),--no-colorfor CI,-- selene: allow(rule)inline
StyLua (formatter): stylua.toml — enforce style across team.
stylua src/(format),--check src/(CI verify),-- stylua: ignoreinline
Lune (headless Luau): lune run script.luau — built-ins: @lune/fs, @lune/net, @lune/process, @lune/serde
luau-lsp: Generate sourcemap for IntelliSense. VS Code: enable luau-lsp.sourcemap.autogenerate.
CI pipeline: Aftman install → selene → stylua --check → luau-lsp analyze → lune test → rojo build.
Gitignore essentials: /Packages/, *.rbxl, sourcemap.json, /.aftman/, /build/
Full reference: references/full.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: TabooHarmony
- Source: TabooHarmony/roblox-brain
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.