Agent Plugins Marketplace
All plugins

wf-orc

v0.6.0

Multi-agent development workflow orchestrator with 12 specialized agents

CodexClaude Code14 Skills

By Roman GovorovLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
14 skill or MCP entries
Source updated
Sep 14, 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 wf-orc for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add wf-orc@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

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/RomanGovorov/wf-orc

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

wf-orc/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/api-design-principles/SKILL.md
├── skills/ci-cd-patterns/SKILL.md
├── skills/database-patterns/SKILL.md
├── skills/git-workflow-patterns/SKILL.md
├── skills/java-professional/SKILL.md
├── skills/javascript-typescript-professional/SKILL.md
├── skills/kotlin-professional/SKILL.md
├── skills/observability-patterns/SKILL.md
├── skills/orchestrate/SKILL.md
├── skills/performance-optimization/SKILL.md
├── skills/pm-task-tracker/SKILL.md
├── skills/python-professional/SKILL.md
├── skills/secure-coding-patterns/SKILL.md
└── skills/testing-patterns/SKILL.md

Included Skills14

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

REST and GraphQL API design patterns — resource design, pagination, versioning, error handling, idempotency. Use when designing new APIs, reviewing specifications, refactoring endpoints.

ci-cd-patternsskills/ci-cd-patterns/SKILL.md

CI/CD Patterns — pipeline design, deployment strategies, Docker best practices, IaC, GitOps, monitoring. Use when setting up CI/CD, containerization, deployment, IaC.

database-patternsskills/database-patterns/SKILL.md

Database design patterns — connection pooling, async sessions, Alembic migrations, indexing, N+1 prevention, transaction isolation, CQRS, repository pattern, soft delete, bulk operations. Use when designing schemas, writing queries, configuring pools, planning migrations.

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

Git workflow patterns — branching strategies, conventional commits, PR review, merge conflict resolution, release tagging, Git hooks. Use when managing version control, setting up CI triggers, or establishing team conventions.

java-professionalskills/java-professional/SKILL.md

Professional Java 21+ — records, sealed classes, pattern matching, virtual threads, Spring Boot 3.x/4.x, Jakarta EE, JUnit 5, Gradle, Maven. Use when writing, reviewing, or refactoring Java code.

javascript-typescript-professionalskills/javascript-typescript-professional/SKILL.md

Professional JavaScript/TypeScript — ES2024+ features, TypeScript 5.x types, Node.js 22, Deno, Bun, React 19, Next.js 16, Express, Fastify, Vitest, Zod. Use when writing, reviewing, or refactoring JS/TS code.

kotlin-professionalskills/kotlin-professional/SKILL.md

Professional Kotlin 2.x — coroutines, Flow, Ktor, Compose Multiplatform, KSP, kotlinx.serialization, Arrow. Use when writing, reviewing, or refactoring Kotlin code.

observability-patternsskills/observability-patterns/SKILL.md

Observability — structured logging (structlog), distributed tracing (OpenTelemetry), metrics (Prometheus), health checks, SLO/SLI, profiling. Use when instrumenting code, configuring monitoring, or debugging production issues.

orchestrateskills/orchestrate/SKILL.md

Launch multi-agent development workflow. Activates on: 'run orchestration' → /wf-orc:run, 'research', 'estimate project' → /wf-orc:research, 'create project from scratch', 'develop from scratch' → /wf-orc:full, 'fix bug', 'fix error' → /wf-orc:run. Reads workflow.yaml and orchestrates 12 specialized agents through the full development lifecycle.

performance-optimizationskills/performance-optimization/SKILL.md

Profiling patterns, caching, database optimization, memory management, and async code. Use when analyzing bottlenecks, optimizing slow queries, or configuring scalability.

pm-task-trackerskills/pm-task-tracker/SKILL.md

Sync tasks and projects with external UI PM dashboard via REST API. Use when creating, updating, or closing tasks in the UI tracker, or when managing projects in the external service. Requires UI_PM_URL and UI_PM_API_KEY environment variables.

python-professionalskills/python-professional/SKILL.md

Professional Python — code style, FastAPI, MCP, Alembic, Jinja, SQLAlchemy 2.0. Use when writing, reviewing, and refactoring Python code.

secure-coding-patternsskills/secure-coding-patterns/SKILL.md

OWASP Top-10 protection patterns, input validation, authentication, secrets management. Use when working with external data, authentication, user input processing.

testing-patternsskills/testing-patterns/SKILL.md

Testing patterns — test pyramid, fixtures, mocking, property-based testing, integration and E2E tests. Use when creating tests, reviewing code with tests, setting up CI.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "wf-orc",
  "description": "Multi-agent development workflow orchestrator with 12 specialized agents",
  "version": "0.6.0",
  "author": {
    "name": "Roman Govorov",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/RomanGovorov/wf-orc",
  "repository": "https://github.com/RomanGovorov/wf-orc",
  "license": "MIT",
  "keywords": [
    "workflow",
    "orchestration",
    "multi-agent",
    "development",
    "automation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "WF-ORC",
    "shortDescription": "Multi-agent workflow orchestrator",
    "longDescription": "Complete development workflow orchestration with 12 specialized agents covering requirements, architecture, implementation, testing, deployment, and documentation.",
    "developerName": "Roman Govorov",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "brandColor": "#6366F1"
  }
}
.claude-plugin/plugin.json
{
  "name": "wf-orc",
  "displayName": "WF-ORC",
  "description": "Multi-agent development workflow orchestrator with 12 specialized agents",
  "version": "0.6.0",
  "author": {
    "name": "Roman Govorov",
    "email": "[email protected]"
  },
  "license": "MIT",
  "homepage": "https://github.com/RomanGovorov/wf-orc",
  "repository": "https://github.com/RomanGovorov/wf-orc",
  "keywords": [
    "workflow",
    "orchestration",
    "multi-agent",
    "development",
    "automation"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[wf-orc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wf-orc)