Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:49:53 +08:00
commit 7ffb60d52c
8 changed files with 305 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "claude-dev-toolkit",
"description": "Angular development toolkit with Skills and Commands for scaffolding Angular apps, components, services, and modules",
"version": "1.0.0",
"author": "James Scales",
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}