Files
gh-claudeforge-marketplace-…/.claude-plugin/plugin.json
2025-11-29 18:14:18 +08:00

12 lines
271 B
JSON

{
"name": "test-generator",
"description": "Generate comprehensive tests for a specific file",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}