Files
2025-11-29 18:28:07 +08:00

27 lines
700 B
JSON

{
"name": "ruby-sinatra-advanced",
"description": "Advanced Ruby development tools with a focus on the Sinatra web framework",
"version": "1.0.0",
"author": {
"name": "Geoff Johnson",
"url": "https://github.com/geoffjay"
},
"skills": [
"./skills/sinatra-patterns",
"./skills/ruby-patterns",
"./skills/sinatra-security",
"./skills/rack-middleware"
],
"agents": [
"./agents/sinatra-pro.md",
"./agents/ruby-pro.md",
"./agents/rack-specialist.md",
"./agents/sinatra-architect.md"
],
"commands": [
"./commands/sinatra-scaffold.md",
"./commands/sinatra-review.md",
"./commands/sinatra-test.md",
"./commands/ruby-optimize.md"
]
}