backend-development
v1.3.2Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development
By Seth HobsonLicense: MIT39.9k GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 9 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install backend-development for Codex and Claude Code
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add backend-development@claude-code-workflowsPaste and run these commands in a terminal with Codex. They add and refresh the claude-code-workflows catalog, then install this plugin.
Compatibility: the page URL and API slug “backend-development” remain stable.
- Codex:
backend-development@agent-plugin-marketplace→backend-development@claude-code-workflows
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wshobson/agentsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/backend-development/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/api-design-principles/SKILL.md├── skills/architecture-patterns/SKILL.md├── skills/cqrs-implementation/SKILL.md├── skills/event-store-design/SKILL.md├── skills/microservices-patterns/SKILL.md├── skills/projection-patterns/SKILL.md├── skills/saga-orchestration/SKILL.md├── skills/temporal-python-testing/SKILL.md└── skills/workflow-orchestration-patterns/SKILL.md
Included Skills9
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or when debugging dependency cycles between application layers.
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.
Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.
Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.
Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designing compensating actions for failed order workflows that span inventory, payment, and shipping services, building event-driven saga coordinators for travel booking systems that must roll back hotel, flight, and car rental reservations atomically, or debugging stuck saga states in production where compensation steps never complete.
Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.
Plugin manifests2
{
"name": "backend-development",
"version": "1.3.2",
"description": "Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "[email protected]"
},
"license": "MIT",
"interface": {
"displayName": "Backend Development",
"shortDescription": "Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development",
"category": "Coding"
}
}{
"name": "backend-development",
"version": "1.3.2",
"description": "Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development",
"author": {
"name": "Seth Hobson",
"email": "[email protected]"
},
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[backend-development on Agent Plugins Marketplace](https://pluginsmp.com/plugins/backend-development)