Files
2025-11-30 08:34:56 +08:00

18 lines
583 B
JSON

{
"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"
]
}