Agent Plugins Marketplace
All plugins

codexai-agentic-workflow

v17.0.0

Spec-first, quality-gated Codex workflow pack for full-cycle agentic development.

CodexClaude Code33 Skills

By Bang IsmeLicense: MIT8 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
33 skill or MCP entries
Source updated
Sep 20, 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 codexai-agentic-workflow for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Bang-isme/CodexAI---Skills
codex plugin marketplace upgrade local-codexai-plugins
codex plugin add codexai-agentic-workflow@local-codexai-plugins

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

Compatibility: the page URL and API slug “codexai-agentic-workflow” remain stable.

  • Codex: codexai-agentic-workflow@agent-plugin-marketplacecodexai-agentic-workflow@local-codexai-plugins

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/Bang-isme/CodexAI---Skills

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

codexai-agentic-workflow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/codex-branch-finisher/SKILL.md
├── skills/codex-context-engine/SKILL.md
├── skills/codex-creative-direction/SKILL.md
├── skills/codex-design-md/SKILL.md
├── skills/codex-design-system/SKILL.md
├── skills/codex-doc-renderer/SKILL.md
├── skills/codex-docs-change-sync/SKILL.md
├── skills/codex-document-writer/SKILL.md
├── skills/codex-domain-specialist/SKILL.md
├── skills/codex-execution-quality-gate/SKILL.md
├── skills/codex-frontend-design/SKILL.md
├── skills/codex-frontend-implementation/SKILL.md
├── skills/codex-git-autopilot/SKILL.md
├── skills/codex-git-worktrees/SKILL.md
├── skills/codex-intent-context-analyzer/SKILL.md
├── skills/codex-logical-decision-layer/SKILL.md
├── skills/codex-master-instructions/SKILL.md
├── skills/codex-plan-writer/SKILL.md
├── skills/codex-project-memory/SKILL.md
├── skills/codex-project-pulse/SKILL.md
├── skills/codex-reasoning-rigor/SKILL.md
├── skills/codex-role-docs/SKILL.md
├── skills/codex-runtime-hook/SKILL.md
├── skills/codex-scrum-subagents/SKILL.md
├── skills/codex-security-specialist/SKILL.md
├── skills/codex-spec-driven-development/SKILL.md
├── skills/codex-subagent-execution/SKILL.md
├── skills/codex-systematic-debugging/SKILL.md
├── skills/codex-test-driven-development/SKILL.md
├── skills/codex-ui-ux-design/SKILL.md
├── skills/codex-verification-discipline/SKILL.md
├── skills/codex-visual-quality-gate/SKILL.md
└── skills/codex-workflow-autopilot/SKILL.md

Included Skills33

codex-branch-finisherskills/codex-branch-finisher/SKILL.md

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work — guides completion of development work by presenting structured options for merge, PR, or cleanup

codex-context-engineskills/codex-context-engine/SKILL.md

Use when a project has 50+ files, missing context, or explicit $codex-genome request; generates multi-layer project context to reduce hallucination.

codex-creative-directionskills/codex-creative-direction/SKILL.md

Use when the user asks for art direction or a new visual identity; studio mode of codex-frontend-design.

codex-design-mdskills/codex-design-md/SKILL.md

Use for DESIGN.md visual identity contracts; author, scaffold, lint, diff, and export design contracts with the upstream spec and CLI.

codex-design-systemskills/codex-design-system/SKILL.md

Use when applying visual grammar, type, color, composition, and anti-slop to UI work.

codex-doc-rendererskills/codex-doc-renderer/SKILL.md

Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.

codex-docs-change-syncskills/codex-docs-change-sync/SKILL.md

Use when code changes may require documentation updates; maps git diff to candidate docs without auto-editing documentation.

codex-document-writerskills/codex-document-writer/SKILL.md

Use for documents, reports, memos, guides, academic papers, or formal text that needs clear structure, reliable tone, formatting, and diagrams.

codex-domain-specialistskills/codex-domain-specialist/SKILL.md

Use when frontend, backend, mobile, data, DevOps, or security work needs domain routing and at most four focused references.

codex-execution-quality-gateskills/codex-execution-quality-gate/SKILL.md

Use before completion, PR, deploy, handoff, or when verifying code changes. Runs advisory or blocking checks and reports evidence.

codex-frontend-designskills/codex-frontend-design/SKILL.md

Use when building or redesigning UI; pick fast path for a page/component or studio path for a new visual identity.

codex-frontend-implementationskills/codex-frontend-implementation/SKILL.md

Use when implementing web UI in React, Next.js, Tailwind, CSS, or GSAP against an approved or fast-path brief.

codex-git-autopilotskills/codex-git-autopilot/SKILL.md

Use when committing or pushing completed work; automates gate-aware conventional commits with optional signing and CI/CD checks.

codex-git-worktreesskills/codex-git-worktrees/SKILL.md

Use when implementation needs isolation from the current workspace; creates git worktrees with safe directory selection and baseline verification.

codex-intent-context-analyzerskills/codex-intent-context-analyzer/SKILL.md

Use before build, fix, debug, review, or docs implementation; converts prompts into structured intent JSON with goal, constraints, and routing.

codex-logical-decision-layerskills/codex-logical-decision-layer/SKILL.md

Use when work is ambiguous or has multiple viable paths; compares options, assumptions, evidence, tradeoffs, and the best next action.

codex-master-instructionsskills/codex-master-instructions/SKILL.md

Use when starting any CodexAI task; load this baseline before routing, editing, or claiming work is done.

codex-plan-writerskills/codex-plan-writer/SKILL.md

Use for complex coding requests that need a structured implementation plan with dependencies, checkpoints, and verification criteria.

codex-project-memoryskills/codex-project-memory/SKILL.md

Use for project memory, decisions, handoffs, genome, knowledge index, changelog, and patterns that must persist across sessions.

codex-project-pulseskills/codex-project-pulse/SKILL.md

Use when asking project status, next priority, sprint health, blockers, deadlines, risk register, or daily brief generation.

codex-reasoning-rigorskills/codex-reasoning-rigor/SKILL.md

Use when work needs deeper thinking, less generic output, repo evidence, tradeoffs, monitoring signals, or stronger quality discipline.

codex-role-docsskills/codex-role-docs/SKILL.md

Use for role-scoped FE/BE/DevOps/Admin/QA project docs under .codex/project-docs to preserve micro-context across long projects.

codex-runtime-hookskills/codex-runtime-hook/SKILL.md

Use at the start of a Codex task to inspect repo readiness, project profile, monorepo shape, role docs, spec status, knowledge index, and recommend the next workflow.

codex-scrum-subagentsskills/codex-scrum-subagents/SKILL.md

Use when work needs Scrum roles, ceremonies, backlog refinement, sprint planning, story delivery, release readiness, or role handoffs.

codex-security-specialistskills/codex-security-specialist/SKILL.md

Use for security review, audit, hardening, compliance, DevSecOps, network, infrastructure, or application security with focused references.

codex-spec-driven-developmentskills/codex-spec-driven-development/SKILL.md

Use for prototype, MVP, fullstack feature, from-scratch feature, or multi-domain work that needs a SPEC.md before planning or implementation. Do not use for tiny one-file edits.

codex-subagent-executionskills/codex-subagent-execution/SKILL.md

Use when an approved plan has independent tasks ready for delegated execution with fresh subagents and two-stage review.

codex-systematic-debuggingskills/codex-systematic-debugging/SKILL.md

Use for bugs, test failures, broken behavior, or unexpected results; enforces 4-phase root-cause debugging before fixes.

codex-test-driven-developmentskills/codex-test-driven-development/SKILL.md

Use before feature, bugfix, or refactor implementation when behavior can be tested; enforces Red-Green-Refactor discipline.

codex-ui-ux-designskills/codex-ui-ux-design/SKILL.md

Use when writing UX contracts for flows, IA, states, and a11y before visual decoration.

codex-verification-disciplineskills/codex-verification-discipline/SKILL.md

Use when about to claim work is complete, fixed, or passing; run verification and read the output before any success claim.

codex-visual-quality-gateskills/codex-visual-quality-gate/SKILL.md

Use after UI implementation for mechanical source checks and a rendered or fresh-eyes review.

codex-workflow-autopilotskills/codex-workflow-autopilot/SKILL.md

Use after intent is known to route build, fix, review, debug, docs, or Scrum requests into ordered workflow steps with exit criteria.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "codexai-agentic-workflow",
  "version": "17.0.0",
  "description": "Spec-first, quality-gated Codex workflow pack for full-cycle agentic development.",
  "author": {
    "name": "Bang Isme",
    "url": "https://github.com/Bang-isme"
  },
  "homepage": "https://github.com/Bang-isme/CodexAI---Skills",
  "repository": "https://github.com/Bang-isme/CodexAI---Skills",
  "license": "MIT",
  "keywords": [
    "codex",
    "agentic-development",
    "spec-driven-development",
    "quality-gate",
    "project-memory",
    "runtime-hook"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "CodexAI Agentic Workflow",
    "shortDescription": "Spec-first development, project memory, runtime routing, and quality gates for Codex.",
    "longDescription": "A Codex workflow plugin that routes requests through project profile, context, specs, role docs, planning, implementation, verification, and handoff.",
    "developerName": "Bang Isme",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Turn this request into a spec-first implementation plan.",
      "Run CodexAI preflight and recommend the right workflow.",
      "Verify this change with the CodexAI quality gate."
    ],
    "brandColor": "#0F172A"
  },
  "requirements": {
    "tools": [
      {
        "name": "GitHub CLI",
        "binary": "gh",
        "minimumVersion": "2.0.0",
        "requiredFor": [
          "pull_request_automation",
          "release_gate_handoff",
          "future_project_cli_wrapper"
        ],
        "install": {
          "windows": "winget install --id GitHub.cli -e",
          "macos": "brew install gh",
          "linux": "See https://github.com/cli/cli#installation"
        },
        "auth": {
          "command": "gh auth login",
          "scopes": [
            "repo"
          ],
          "credentialPolicy": "Never commit tokens; use GitHub CLI credential storage or environment-provided tokens."
        }
      }
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "codexai-agentic-workflow",
  "description": "Spec-first, quality-gated workflow skills for Claude Code and Codex.",
  "version": "17.0.0",
  "author": {
    "name": "Bang Isme",
    "url": "https://github.com/Bang-isme"
  },
  "homepage": "https://github.com/Bang-isme/CodexAI---Skills",
  "repository": "https://github.com/Bang-isme/CodexAI---Skills",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "codex",
    "agentic-development",
    "spec-driven-development",
    "quality-gate",
    "project-memory"
  ],
  "requirements": {
    "tools": [
      {
        "name": "GitHub CLI",
        "binary": "gh",
        "minimumVersion": "2.0.0",
        "requiredFor": [
          "pull_request_automation",
          "release_gate_handoff",
          "future_project_cli_wrapper"
        ],
        "install": {
          "windows": "winget install --id GitHub.cli -e",
          "macos": "brew install gh",
          "linux": "See https://github.com/cli/cli#installation"
        },
        "auth": {
          "command": "gh auth login",
          "scopes": [
            "repo"
          ],
          "credentialPolicy": "Never commit tokens; use GitHub CLI credential storage or environment-provided tokens."
        }
      }
    ]
  }
}

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

[codexai-agentic-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codexai-agentic-workflow)