Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:15 +08:00
commit 6c30e29379
6 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "orchestration",
"description": "Core orchestration guidelines for conversation style, code style, testing, tool conventions, and workflow automation",
"version": "0.18.0",
"author": {
"name": "Craig Motlin"
},
"skills": [
"./skills/orchestration/SKILL.md",
"./skills/llm-context/SKILL.md",
"./skills/conversation-style/SKILL.md"
]
}