Files
gh-jwplatta-prompt-library-…/.claude-plugin/plugin.json
2025-11-30 08:30:07 +08:00

20 lines
354 B
JSON

{
"name": "rubyist",
"description": "Ruby development plugin with POODR principles, Sandi Metz refactoring patterns, and Ruby best practices",
"version": "1.0.0",
"author": {
"name": "Joseph Platta"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}