Files
gh-matsengrp-plugins/.claude-plugin/plugin.json
2025-11-30 08:39:34 +08:00

14 lines
296 B
JSON

{
"name": "matsengrp-agents",
"description": "Collection of specialized agents for scientific writing, code review, and technical documentation",
"version": "1.0.0",
"author": {
"name": "Erick Matsen"
},
"agents": [
"./agents/"
],
"hooks": [
"./hooks/hooks.json"
]
}