plugins marketplace
← All plugins

codexai-agentic-workflow

v15.2.0

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

CodexClaude Code28 skills

by Bang IsmeMIT6updated 1 week ago

Source

git clone https://github.com/Bang-isme/CodexAI---Skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

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-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-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-verification-discipline/SKILL.md
└── skills/codex-workflow-autopilot/SKILL.md

Skills28

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-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 for UI, frontend, styling, landing page, or component creation; injects palettes, typography, layouts, motion, and anti-generic design rules.

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 for frontend, backend, mobile, debugging, security, or specialized engineering work that needs focused domain references and strict boundaries.

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-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 as the top-priority baseline for Codex request classification, coding quality, dependency awareness, and completion checks.

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-verification-disciplineskills/codex-verification-discipline/SKILL.md

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs — requires running verification commands and confirming output before making any success claims; evidence before assertions always

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.

Manifests2

.codex-plugin/plugin.json
{
  "name": "codexai-agentic-workflow",
  "version": "15.2.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": "15.2.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."
        }
      }
    ]
  }
}