Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:35 +08:00
commit 6f1ef3ef54
45 changed files with 15173 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "psd-claude-coding-system",
"description": "Comprehensive AI-assisted development system for Peninsula School District - combines workflow automation, specialized agents, and self-improving meta-learning with automatic telemetry collection",
"version": "1.7.0",
"author": {
"name": "Kris Hagel",
"email": "hagelk@psd401.net",
"organization": "Peninsula School District"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}