Agent Plugins Marketplace
All plugins

backend-development

v1.3.2

Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development

CodexClaude Code9 Skills

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

Installs for the current user
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add backend-development@claude-code-workflows

Paste 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-marketplacebackend-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/agents

Clone 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

plugins/backend-development/
├── .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

api-design-principlesskills/api-design-principles/SKILL.md

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.

architecture-patternsskills/architecture-patterns/SKILL.md

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.

cqrs-implementationskills/cqrs-implementation/SKILL.md

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.

event-store-designskills/event-store-design/SKILL.md

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

microservices-patternsskills/microservices-patterns/SKILL.md

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

projection-patternsskills/projection-patterns/SKILL.md

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.

saga-orchestrationskills/saga-orchestration/SKILL.md

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.

temporal-python-testingskills/temporal-python-testing/SKILL.md

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.

workflow-orchestration-patternsskills/workflow-orchestration-patterns/SKILL.md

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

plugins/backend-development/.codex-plugin/plugin.json
{
  "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"
  }
}
plugins/backend-development/.claude-plugin/plugin.json
{
  "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"
}

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)