flamework-roblox-ts
Installation
SKILL.md
Flamework for Roblox-TS - Claude Code Skill
A comprehensive skill for working with Flamework, the TypeScript game framework for Roblox.
Overview
Flamework is an extensible TypeScript game framework for Roblox that provides singletons, dependency injection, networking, and a component system with minimal boilerplate.
What This Skill Covers:
- Core Framework: Services, controllers, dependency injection, lifecycle events
- Networking: Type-safe RemoteEvents and RemoteFunctions with automatic guard generation
- Components: Entity-component system with attributes and lifecycle support
- Configuration: Complete project setup, tsconfig.json, and runtime configuration
- Macros: Compile-time utilities like Flamework.id, createGuard, and hash
- Modding: Creating custom decorators, metadata system, and extending Flamework
Documentation Source: Based on official Flamework documentation (https://flamework.fireboltofdeath.dev/) - current as of Flamework v1.0+
Quick Start
Related skills