Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:35:21 +08:00
commit e37f9bb7de
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": [
"./agents/rust-pro.md",
"./agents/golang-pro.md",
"./agents/c-pro.md",
"./agents/cpp-pro.md"
],
"commands": [
"./commands/rust-project.md"
]
}