27 lines
738 B
JSON
27 lines
738 B
JSON
{
|
|
"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"
|
|
]
|
|
} |