Your AI agent, writing current Roblox code.
Roblox Suite is fifteen skills you install once. Each one tells your agent which Roblox APIs are current, which are deprecated, and where the official docs say so. No more guessing from stale memory.
npx skills add nonlooped/roblox-suite How it works.
If you use an AI coding agent like Claude to write Roblox code, the agent only knows what it was trained on. Roblox changes faster than that. A skill is a small instruction file that keeps the agent current.
-
You install the suite once
One command drops fifteen skills into your agent. Each skill is a Markdown file with the current Roblox APIs and their official doc links, nothing to configure, no build step.
-
You ask your agent to build something
Animate a character, save player data, set up a game pass, send players between places. The agent reads the matching skill instead of recalling from memory.
-
The agent writes current, documented code
Roblox deprecates APIs and changes policy on a rolling basis. The skills track that, so the agent uses the right call and can show you the doc it came from.
Six domains, fifteen skills.
The suite covers the parts of Roblox you actually build with. Each domain has its own skills, each one current against the official docs.
- Core Foundational Roblox development skills every agent should start with.
- Gameplay Skills for building characters, physics, AI, world mechanics, and moving players between places.
- Presentation Skills for user interfaces, animation, visual effects, audio, and polish.
- Systems Skills for data persistence, monetization, external automation, and live ops.
- Quality Skills for testing, debugging, and profiling experiences.
- Agent workflows Skills for connecting AI agents directly to Roblox Studio.
Install.
One command. Fifteen skills. No build step, no lock-in. Just Markdown your agent can read.
npx skills add nonlooped/roblox-suite - 1
Add the suite
One command. Drops all fifteen skills into your agent: plain Markdown, no build step.
- 2
Start with the hub
The roblox skill is the entry point. Tell your agent what you're building and it picks the right specialist.
- 3
Ask your agent
Each skill carries its own sources, so the agent uses the current API and can cite the doc behind it.