Initial commit
This commit is contained in:
27
.claude-plugin/plugin.json
Normal file
27
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user