Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:45 +08:00
commit 31e7ee93ec
15 changed files with 7495 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "ts-react-linter-driven-development",
"description": "Linter-driven development workflow for TypeScript + React with six specialized skills: component design, testing, refactoring, review, and documentation",
"version": "1.0.0",
"author": {
"name": "Dan Mordechay"
},
"skills": [
"./skills"
]
}