mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
The attribution field is not part of the Claude Code plugin schema. Attribution is properly documented in README.md instead.
10 lines
311 B
JSON
10 lines
311 B
JSON
{
|
|
"name": "conductor",
|
|
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"email": "seth@major7apps.com"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|