Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rules/cfx-csharp-conventions.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: CFX C# conventions
description: Coding conventions for C# scripts in FiveM and RedM resources
globs: ["**/*.cs", "**/*.csproj"]
alwaysApply: false
standards-version: 1.6.3
---

# CFX C# conventions
Expand Down
1 change: 1 addition & 0 deletions rules/cfx-javascript-conventions.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: CFX JavaScript conventions
description: Coding conventions for JavaScript scripts in FiveM and RedM resources
globs: ["**/*.js", "**/*.ts"]
alwaysApply: false
standards-version: 1.6.3
---

# CFX JavaScript conventions
Expand Down
1 change: 1 addition & 0 deletions rules/cfx-lua-conventions.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: CFX Lua conventions
description: Coding conventions for Lua scripts in FiveM and RedM resources
globs: ["**/*.lua"]
alwaysApply: false
standards-version: 1.6.3
---

# CFX Lua conventions
Expand Down
1 change: 1 addition & 0 deletions rules/fxmanifest-standards.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: fxmanifest standards
description: Standards for FiveM/RedM resource manifest files
globs: ["**/fxmanifest.lua"]
alwaysApply: true
standards-version: 1.6.3
---

# fxmanifest.lua standards
Expand Down
1 change: 1 addition & 0 deletions rules/performance-rules.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Performance rules
description: Performance optimization rules for CFX resources
globs: ["**/*.lua", "**/*.js", "**/*.cs"]
alwaysApply: true
standards-version: 1.6.3
---

# CFX performance rules
Expand Down
1 change: 1 addition & 0 deletions rules/security-best-practices.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Security best practices
description: Security rules for FiveM/RedM resource development
globs: ["**/*.lua", "**/*.js", "**/*.cs"]
alwaysApply: false
standards-version: 1.6.3
---

# CFX security best practices
Expand Down
1 change: 1 addition & 0 deletions skills/client-server-patterns/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Client-Server Patterns
description: Correct patterns for client/server scripting in Lua, JavaScript, and C# for CFX
globs: ["**/*.lua", "**/*.js", "**/*.cs"]
standards-version: 1.6.3
---

# Client-Server Patterns
Expand Down
1 change: 1 addition & 0 deletions skills/database-integration/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Database Integration
description: Guide database setup and queries for FiveM/RedM resources using oxmysql
globs: ["**/*.lua", "**/*.js", "**/*.sql"]
standards-version: 1.6.3
---

# Database Integration
Expand Down
1 change: 1 addition & 0 deletions skills/framework-detection/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Framework Detection
description: Detect which framework a project is using and adapt code generation accordingly
globs: ["**/fxmanifest.lua", "**/*.lua"]
standards-version: 1.6.3
---

# Framework Detection
Expand Down
1 change: 1 addition & 0 deletions skills/fxmanifest/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: fxmanifest.lua Expert
description: Expert knowledge on writing and editing FiveM/RedM resource manifest files
globs: ["**/fxmanifest.lua"]
standards-version: 1.6.3
---

# fxmanifest.lua Expert
Expand Down
1 change: 1 addition & 0 deletions skills/native-functions/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Native Function Lookup
description: Help the AI agent find and correctly use FiveM and RedM native functions
globs: ["**/*.lua", "**/*.js", "**/*.cs"]
standards-version: 1.6.3
---

# Native Function Lookup
Expand Down
1 change: 1 addition & 0 deletions skills/nui-development/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: NUI Development
description: Guide development of NUI (in-game web UI) interfaces for FiveM and RedM
globs: ["**/fxmanifest.lua", "**/*.html", "**/*.css"]
standards-version: 1.6.3
---

# NUI Development
Expand Down
1 change: 1 addition & 0 deletions skills/performance-optimization/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Performance Optimization
description: CFX-specific performance best practices for FiveM and RedM resources
globs: ["**/*.lua", "**/*.js", "**/*.cs"]
standards-version: 1.6.3
---

# Performance Optimization
Expand Down
1 change: 1 addition & 0 deletions skills/resource-scaffolding/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Resource Scaffolding
description: Guide the AI agent through creating a new FiveM or RedM resource from scratch
globs: ["**/fxmanifest.lua"]
standards-version: 1.6.3
---

# Resource Scaffolding
Expand Down
1 change: 1 addition & 0 deletions skills/state-bags/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: State Bags
description: Modern data synchronization using State Bags instead of TriggerClientEvent patterns
globs: ["**/*.lua", "**/*.js", "**/*.cs"]
standards-version: 1.6.3
---

# State Bags
Expand Down