Agent Plugins Marketplace
All plugins

frontend-workbench

v0.11.0

Task-specific frontend workflows with typed product structure, capability-first implementation plans, and SHA-bound design/runtime evidence.

CodexAgent Plugins6 Skills

By akenoowwwLicense: MIT3 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
6 skill or MCP entries
Source updated
Sep 10, 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 frontend-workbench for Codex

Installs for the current user
codex plugin marketplace add akenoowww/frontend-workbench
codex plugin marketplace upgrade frontend-workbench
codex plugin add frontend-workbench@frontend-workbench

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

Compatibility: the page URL and API slug “frontend-workbench” remain stable.

  • Codex: frontend-workbench@agent-plugin-marketplacefrontend-workbench@frontend-workbench

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/akenoowww/frontend-workbench

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

frontend-workbench/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/art-direct-imagegen/SKILL.md
├── skills/frontend-copy-guard/SKILL.md
├── skills/frontend-information-architecture/SKILL.md
├── skills/frontend-product-design/SKILL.md
├── skills/frontend-project-fit/SKILL.md
└── skills/frontend-runtime-qa/SKILL.md

Included Skills6

art-direct-imagegenskills/art-direct-imagegen/SKILL.md

Render locked frontend visual directions as one bitmap or a coherent set, with a standalone bitmap-only fallback. Not for design-only analysis, code/Figma/vector work, or surgical edits.

frontend-copy-guardskills/frontend-copy-guard/SKILL.md

Review or change user-visible UI text, localization, labels, validation, and errors. Not for unrelated copy audits or backend-only work.

frontend-information-architectureskills/frontend-information-architecture/SKILL.md

Define routes, navigation, page families, and state coverage for multi-page products or flows. Not for styling, code, or a locked single page.

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

Design or critique UI/UX and own renderer-neutral visual direction after structure is known. Not for specified implementation, small styling/copy fixes, tests, performance, or backend work.

frontend-project-fitskills/frontend-project-fit/SKILL.md

Fit scoped frontend implementation to an existing repository. Not for design-only or backend-only work, or when project source is unavailable.

frontend-runtime-qaskills/frontend-runtime-qa/SKILL.md

Test or debug rendered frontend flows, responsive layout, accessibility, console health, or design fidelity. Not for source-only review or implementation.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "frontend-workbench",
  "version": "0.11.0",
  "description": "Task-specific frontend workflows with typed product structure, capability-first implementation plans, and SHA-bound design/runtime evidence.",
  "author": {
    "name": "akenoowww",
    "url": "https://github.com/akenoowww"
  },
  "homepage": "https://github.com/akenoowww/frontend-workbench#readme",
  "repository": "https://github.com/akenoowww/frontend-workbench",
  "license": "MIT",
  "keywords": [
    "agent-skill",
    "frontend",
    "component-reuse",
    "dependency-selection",
    "multi-page-design",
    "information-architecture",
    "sitemap",
    "workflow-state",
    "frontend-qa",
    "browser-testing",
    "ux-writing",
    "product-design",
    "ux-research",
    "ui-design",
    "visual-direction",
    "design-evaluation",
    "image-generation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Frontend Workbench",
    "shortDescription": "Task-specific frontend lifecycle and QA",
    "longDescription": "Model the task's product objects, scenarios, shells, references, and capability needs; choose proven project or library owners before custom code; then bind design anchors, implementation, runtime QA, and user acceptance to exact identities.",
    "developerName": "akenoowww",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Freeze task-specific objects, scenarios, shells, and runtime coverage.",
      "Choose proven project or library capabilities before custom UI code.",
      "Bind design anchors and runtime evidence separately through delivery."
    ]
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "frontend-workbench",
  "version": "0.11.0",
  "description": "Task-specific frontend workflows with typed product structure, capability-first implementation plans, and SHA-bound design/runtime evidence.",
  "author": {
    "name": "akenoowww",
    "url": "https://github.com/akenoowww"
  },
  "homepage": "https://github.com/akenoowww/frontend-workbench#readme",
  "repository": "https://github.com/akenoowww/frontend-workbench",
  "license": "MIT",
  "keywords": [
    "agent-skill",
    "frontend",
    "component-reuse",
    "dependency-selection",
    "multi-page-design",
    "information-architecture",
    "sitemap",
    "workflow-state",
    "frontend-qa",
    "browser-testing",
    "ux-writing",
    "product-design",
    "ux-research",
    "ui-design",
    "visual-direction",
    "design-evaluation",
    "image-generation"
  ]
}

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

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