Files
gh-musingfox-cc-plugins-omt/.claude-plugin/plugin.json
2025-11-30 08:41:39 +08:00

15 lines
387 B
JSON

{
"name": "omt",
"description": "OMT - One Man Team: Your personal development squad powered by Agent-First workflow. 9 autonomous agents handle planning, coding, review, optimization, and documentation.",
"version": "1.0.0",
"author": {
"name": "Nick Huang",
"email": "nick12703990@gmail.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}