Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:56 +08:00
commit fe5ac25e03
9 changed files with 2612 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "langs",
"description": "Language-specific coding skills including React, TypeScript, and more. Provides best practices, patterns, and expert guidance for writing clean, type-safe, and maintainable code in modern programming languages and frameworks.",
"version": "1.0.0",
"author": {
"name": "codethread"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks"
]
}