-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1.24 KB
/
Copy pathplugin.json
File metadata and controls
43 lines (43 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "cfx-developer-tools",
"displayName": "CFX Developer Tools",
"description": "AI-powered development toolkit for FiveM and RedM. Scaffold resources, look up natives, generate manifests, and write optimized scripts in Lua, JavaScript, and C#.",
"version": "0.12.0",
"author": {
"name": "TMHSDigital",
"email": "contact@tmhospitalitystrategies.com"
},
"license": "CC-BY-NC-ND-4.0",
"keywords": [
"fivem",
"redm",
"cfx",
"gta5",
"rdr3",
"lua",
"game-development",
"modding",
"resource-development",
"mcp"
],
"skills": [
"skills/resource-scaffolding/SKILL.md",
"skills/native-functions/SKILL.md",
"skills/fxmanifest/SKILL.md",
"skills/client-server-patterns/SKILL.md",
"skills/framework-detection/SKILL.md",
"skills/performance-optimization/SKILL.md",
"skills/nui-development/SKILL.md",
"skills/database-integration/SKILL.md",
"skills/state-bags/SKILL.md",
"skills/txadmin-integration/SKILL.md"
],
"rules": [
"rules/cfx-lua-conventions.mdc",
"rules/cfx-javascript-conventions.mdc",
"rules/cfx-csharp-conventions.mdc",
"rules/fxmanifest-standards.mdc",
"rules/security-best-practices.mdc",
"rules/performance-rules.mdc"
]
}