AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Roblox Tooling

skill-tabooharmony-roblox-brain-roblox-tooling · by TabooHarmony

Rojo, Wally, Selene, StyLua, Lune, Aftman, luau-lsp, filesystem workflows, CI pipeline.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-tabooharmony-roblox-brain-roblox-tooling

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tabooharmony-roblox-brain-roblox-tooling)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Roblox Tooling? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 commit wally.lock)
  • Format: scope/package@version e.g. evaera/promise@4.0.0

Selene (linter): Needs std = "roblox" in selene.toml.

  • selene src/ (lint), --no-color for CI, -- selene: allow(rule) inline

StyLua (formatter): stylua.toml — enforce style across team.

  • stylua src/ (format), --check src/ (CI verify), -- stylua: ignore inline

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.