Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:48 +08:00
commit 20fb19d6be
6 changed files with 1126 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "code-quality-plugin",
"description": "Code quality review skill focusing on DRY, KISS, and Clean Code principles",
"version": "1.0.0",
"author": {
"name": "devstefancho"
},
"skills": [
"./skills"
]
}