Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:28:10 +08:00
commit cc8f6e6dfa
15 changed files with 6805 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "rust-cli-developer",
"description": "Experienced Rust developer with expertise in building delightful CLI applications using Clap and the Rust CLI ecosystem",
"version": "1.0.0",
"author": {
"name": "Geoff Johnson",
"url": "https://github.com/geoffjay"
},
"skills": [
"./skills/clap-patterns",
"./skills/cli-ux-patterns",
"./skills/cli-configuration",
"./skills/cli-distribution"
],
"agents": [
"./agents/clap-expert.md",
"./agents/cli-ux-specialist.md",
"./agents/cli-architect.md",
"./agents/cli-testing-expert.md"
],
"commands": [
"./commands/cli-scaffold.md",
"./commands/cli-review.md",
"./commands/cli-test.md",
"./commands/cli-enhance.md"
]
}