Agent Plugins Marketplace
All plugins

devstandard

v0.62.0

A development method for Codex and Claude Code: isolated workers, evidence-bearing PRs, clean review and green CI.

CodexClaude Code1 Skill

By LeonLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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 devstandard for Codex and Claude Code

Installs for the current user
codex plugin marketplace add LeonJoeeee/devstandard
codex plugin marketplace upgrade devstandard
codex plugin add devstandard@devstandard

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

Compatibility: the page URL and API slug “devstandard” remain stable.

  • Codex: devstandard@agent-plugin-marketplacedevstandard@devstandard

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/LeonJoeeee/devstandard

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

devstandard/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/devstandard/SKILL.md

Included Skills1

devstandardskills/devstandard/SKILL.md

Use when the user asks to use DevStandard for a repository, or when working in a project that has adopted its GitHub issue, isolated worker, PR, and acceptance workflow.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "devstandard",
  "version": "0.62.0",
  "description": "A development method for Codex and Claude Code: isolated workers, evidence-bearing PRs, clean review and green CI.",
  "author": {
    "name": "Leon"
  },
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "DevStandard",
    "shortDescription": "GitHub flow for agent teams",
    "longDescription": "Use the shared DevStandard workflow from Codex or Claude Code.",
    "developerName": "Leon",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use DevStandard for this project."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "devstandard",
  "version": "0.62.0",
  "description": "A development method for Claude Code and Codex: one orchestrator dispatches isolated workers through issues, evidence-bearing PRs, clean review and green CI. Measured static context delivery and role-bound superpowers craft.",
  "author": {
    "name": "Leon"
  },
  "license": "MIT"
}

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

[devstandard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devstandard)