Skip to content

stackfox-labs/luau-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luau-skills

Agent skills for Luau and Roblox development.

luau-skills is a curated collection of reusable agent skills designed for the skills CLI. Each skill provides structured instructions and supporting references to help coding agents work effectively with Luau and Roblox.


Installation

Install all skills from this repository:

npx skills add stackfox-labs/luau-skills

List available skills:

npx skills add stackfox-labs/luau-skills --list

Install a specific skill:

npx skills add stackfox-labs/luau-skills --skill luau-core

Available Skills

Luau

  • luau-core — Idiomatic Luau syntax, control flow, and core language patterns
  • luau-types — Type system, strict mode, generics, and type-safe design
  • luau-performance — Profiling, optimization, and runtime-aware coding

Roblox

  • roblox-core — Project structure, scripting patterns, and runtime fundamentals
  • roblox-networking — Remotes, replication, and secure client-server design
  • roblox-api — Engine APIs, datatypes, globals, and libraries
  • roblox-data — DataStores, MemoryStores, and distributed state
  • roblox-cloud — Open Cloud APIs, webhooks, and external integrations
  • roblox-oauth — OAuth flows, tokens, scopes, and authentication

Contributing

Contributions are welcome.

Good contributions typically:

  • improve clarity or correctness
  • add high-value patterns or workflows
  • expand reference coverage within an existing skill

When contributing, keep skills:

  • Focused
  • Non-overlapping
  • Practical
  • Agent-friendly

Maintained by

StackFox Labs


License

MIT

Contributors