Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:46 +08:00
commit 3a556421e5
4 changed files with 243 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "rules-boilerplate",
"description": "Bootstrap .claude/rules/ structure for Laravel/Vue projects. Creates starter rule templates for backend, frontend, and data class conventions. Works perfectly with the engineering-roles plugin.",
"version": "1.0.0",
"author": {
"name": "RasmusGodske"
},
"commands": [
"./commands"
]
}