Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:34:56 +08:00
commit d91616f155
8 changed files with 892 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "systems-programming",
"description": "Systems programming with Rust, Go, C, and C++ for performance-critical and low-level development",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./plugins/systems-programming/agents/rust-pro.md",
"./plugins/systems-programming/agents/golang-pro.md",
"./plugins/systems-programming/agents/c-pro.md",
"./plugins/systems-programming/agents/cpp-pro.md"
],
"commands": [
"./plugins/systems-programming/commands/rust-project.md"
]
}