Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:44 +08:00
commit ec741f0ffa
9 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "c3-skill",
"description": "C3 (Context-Container-Component) architecture design methodology with structured top-down documentation, mermaid diagrams, and intention-based workflows",
"version": "1.0.0",
"author": {
"name": "Lagz0ne",
"email": "lagz0ne@users.noreply.github.com"
},
"commands": [
"./commands"
]
}