Agent Plugins Marketplace
All plugins

veteran-engineer

v0.5.0

Cross-host Veteran Engineering Studio: end-to-end engineering control plane plus specialist frontend product design and rendered visual QA.

CodexAgent Plugins2 Skills1 MCP serverstdio

By Veteran Engineer Project0 GitHub starsUpdated 11 hours ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 23, 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 veteran-engineer for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add veteran-engineer@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/9529360-cpu/veteran-engineer

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

veteran-engineer/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/frontend-design-builder/SKILL.md
├── skills/runtime-regression-debugger/SKILL.md
└── .mcp.json

Included Skills2

frontend-design-builderskills/frontend-design-builder/SKILL.md

Design and implement polished frontend UI for websites, web apps, dashboards, editors, landing pages, games, and redesigns. Use when the task involves frontend visual design, UI/UX direction, building or restyling a screen, translating a visual concept into code, implementing inside an existing design system, or performing high-fidelity design-to-code work. Combine concept-first visual design, design-system discovery and reuse, prototype/production modes, technology-aware frontend architecture, responsive and accessible interaction design, generated visual assets when appropriate, and rigorous rendered visual QA.

runtime-regression-debuggerskills/runtime-regression-debugger/SKILL.md

Use when substantial software work needs end-to-end product and engineering ownership: feature delivery; UI/UX or desktop/web/mobile redesign tied to a real product, repository, or implementation; unfamiliar-repository takeover; debugging/regressions; refactors or migrations; code review; performance work; incidents/releases; cross-repo/monorepo changes; or implementation spanning frontend, backend, data, auth, jobs, runtime, or infrastructure. Do not use for general software explanations, isolated syntax questions, tiny edits, or pure visual brainstorming/moodboards/screenshot critique that does not require repository/runtime engineering; prefer a design-specific skill for that when available.

MCP servers1

veteran-engineerstdio
command
node
args
${PLUGIN_ROOT}/mcp/server.mjs
cwd
${PLUGIN_ROOT}
env.VETERAN_ENGINEER_SURFACE_PROFILE
local-stdio

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "veteran-engineer",
  "version": "0.5.0",
  "description": "Cross-host Veteran Engineering Studio: end-to-end engineering control plane plus specialist frontend product design and rendered visual QA.",
  "author": {
    "name": "Veteran Engineer Project"
  },
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Veteran Engineering Studio",
    "shortDescription": "Full-stack engineering with specialist frontend design and visual QA",
    "longDescription": "Veteran Full-Stack Engineer retains end-to-end engineering ownership across repository takeover, architecture, backend, data, debugging, migrations, release and operations. Frontend Design Builder specializes in visual direction, design systems, design-to-code, responsive interaction, motion, accessibility and rendered visual fidelity. The existing Veteran runtime and MCP control plane remain available for supported local and Codex surfaces.",
    "developerName": "Veteran Engineer Project",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Take over this repository and finish the requested engineering change, using the frontend design specialist when visual UI quality or design-system work is material.",
      "Build this feature as a production-quality vertical slice, including polished frontend behavior and rendered QA when applicable.",
      "Audit this product across engineering and UI quality, implement the highest-value fixes, and verify the real runtime result."
    ]
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "veteran-engineering-studio",
  "version": "1.6.0",
  "description": "End-to-end software engineering plus a product-design specialist spanning UX audit/research, concept exploration, Figma/Code Connect, cross-tool design-system sync, component labs, progressive context routing, responsive implementation, accessibility, and rendered QA.",
  "keywords": [
    "full-stack",
    "software-engineering",
    "frontend",
    "ui",
    "ux",
    "debugging",
    "architecture",
    "design-system",
    "release",
    "visual-qa",
    "figma",
    "design-to-code",
    "responsive",
    "accessibility",
    "code-connect",
    "storybook",
    "visual-regression",
    "mobbin",
    "design-research",
    "design-tokens",
    "component-library",
    "ux-audit",
    "ux-research",
    "prototyping",
    "design-qa",
    "design-system-sync",
    "token-sync",
    "component-api",
    "context-routing",
    "progressive-loading"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Veteran Engineering Studio",
        "shortDescription": "Full-stack engineering with product design systems, Figma, and visual QA",
        "longDescription": "A two-skill engineering plugin with one accountable delivery path. Veteran Full-Stack Engineer owns repository-wide engineering. Frontend Design Builder adds evidence-first product design, Figma/Code Connect, cross-tool design-system synchronization, external pattern research, component labs, context-budgeted progressive routing, responsive implementation, accessibility, and blocking rendered design QA.",
        "developerName": "Veteran Engineer Project",
        "category": "Developer Tools",
        "capabilities": [
          "Read",
          "Write"
        ],
        "defaultPrompt": [
          "Take ownership of this software task end to end, using the frontend design specialist whenever visual UI quality or design-system work is material.",
          "Audit this product across engineering and UI quality, implement the highest-value fixes, and verify the real runtime result.",
          "Build this feature as a production-quality vertical slice, including polished frontend behavior and rendered QA when applicable."
        ],
        "brandColor": "#4F46E5"
      }
    }
  }
}

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

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