Skip to content
Roblox Suite

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
Every claim traces back to the Engine API Reference.

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.

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

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

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

Install.

One command. Fifteen skills. No build step, no lock-in. Just Markdown your agent can read.

npx skills add nonlooped/roblox-suite
  1. 1

    Add the suite

    One command. Drops all fifteen skills into your agent: plain Markdown, no build step.

  2. 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. 3

    Ask your agent

    Each skill carries its own sources, so the agent uses the current API and can cite the doc behind it.