plugins marketplace
← All plugins

full-stack-orchestration

v1.3.1

End-to-end feature orchestration with testing, security, performance, and deployment

CodexClaude Code

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/full-stack-orchestration/ inside the repository.

Layout

plugins/full-stack-orchestration/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/full-stack-orchestration/.codex-plugin/plugin.json
{
  "name": "full-stack-orchestration",
  "version": "1.3.1",
  "description": "End-to-end feature orchestration with testing, security, performance, and deployment",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Full Stack Orchestration",
    "shortDescription": "End-to-end feature orchestration with testing, security, performance, and deployment",
    "category": "Coding"
  }
}
plugins/full-stack-orchestration/.claude-plugin/plugin.json
{
  "name": "full-stack-orchestration",
  "version": "1.3.1",
  "description": "End-to-end feature orchestration with testing, security, performance, and deployment",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}