Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:32 +08:00
commit 6c1573951f
12 changed files with 1995 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "context-engineering",
"description": "Advanced context engineering workflow with PRP generation, execution orchestration, and GitHub issue analysis for efficient software development processes",
"version": "1.1.0",
"author": {
"name": "Claude Code Toolkit"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}