Initial commit

This commit is contained in:
zhongwei
2025-11-29 09:37:43 +08:00
commit 305b0a6323
11 changed files with 1472 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "windows-development",
"description": "Windows系统开发 - C++/驱动/构建全栈",
"version": "1.0.0",
"author": "743175724",
"skills": [
"./plugins/windows-development/skills/cpp-best-practices.md",
"./plugins/windows-development/skills/windows-kernel-basics.md"
],
"agents": [
"./plugins/windows-development/agents/cpp-system-engineer.md",
"./plugins/windows-development/agents/driver-developer.md",
"./plugins/windows-development/agents/build-release-engineer.md",
"./plugins/windows-development/agents/kernel-qa-engineer.md"
],
"commands": [
"./plugins/windows-development/commands/build-project.md",
"./plugins/windows-development/commands/analyze-performance.md"
]
}