16 skills, one install
16 skills match
Core
Architecture, Luau fundamentals, and client-server communication.
Gameplay
Physics, NPC behavior, and player transfers between places.
Presentation
Interfaces, animation, visual effects, and audio.
Systems
Player data, purchases, and external automation.
Quality
Testing, debugging, and performance profiling.
Agent Workflows
Rojo projects and agent connections to Roblox Studio.
How it works
1. Run this in your project
Take all 16 skills, or pick the ones you want.
npx skills add nonlooped/roblox-suite
2. Your agent picks a skill
Or ask for one by name.
"save my player's coins"
- roblox-datastoresloaded
- roblox-networking
- roblox-physics
- roblox-animation
3. It writes the current API
With the Roblox page it came from. Read the source.
-- Humanoid:LoadAnimation is deprecated. Use Animator:LoadAnimation. local animator = humanoid:FindFirstChildOfClass("Animator") local track = animator:LoadAnimation(anim) track:Play()