25 lines
729 B
JSON
25 lines
729 B
JSON
{
|
|
"name": "backend-development",
|
|
"description": "Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development",
|
|
"version": "1.2.3",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"skills": [
|
|
"./skills/api-design-principles",
|
|
"./skills/architecture-patterns",
|
|
"./skills/microservices-patterns",
|
|
"./skills/workflow-orchestration-patterns",
|
|
"./skills/temporal-python-testing"
|
|
],
|
|
"agents": [
|
|
"./agents/backend-architect.md",
|
|
"./agents/graphql-architect.md",
|
|
"./agents/tdd-orchestrator.md",
|
|
"./agents/temporal-python-pro.md"
|
|
],
|
|
"commands": [
|
|
"./commands/feature-development.md"
|
|
]
|
|
} |