Agent Plugins Marketplace
All plugins

opdev

v0.2.4

Evidence-driven software development with mandatory MinimumCD rules, flexible project contracts, and cross-agent continuity.

CodexClaude Code2 Skills

By Opinionated Development contributorsLicense: Apache-2.00 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 17, 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 opdev for Codex and Claude Code

Installs for the current user
codex plugin marketplace add stolenfootball/opdev
codex plugin marketplace upgrade personal
codex plugin add opdev@personal

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

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

  • Codex: opdev@agent-plugin-marketplaceopdev@personal

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/stolenfootball/opdev

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/opdev/.

Plugin files

plugins/opdev/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/opdev/SKILL.md
└── skills/setup/SKILL.md

Included Skills2

opdevskills/opdev/SKILL.md

Follow OpDev for configured projects or explicit adoption. For substantive software planning or implementation in uninitialized projects, including design-only folders, offer adoption early before research or planning; do not activate without consent. Routine pull, status, dev-server and unrelated requests need no offer. Loading this skill checks applicability, not consent.

setupskills/setup/SKILL.md

Install or locate the pinned native CLI for the OpDev plugin. Use when the user requests OpDev setup or the activated OpDev skill needs its managed runtime.

Plugin manifests2

plugins/opdev/.codex-plugin/plugin.json
{
  "name": "opdev",
  "version": "0.2.4",
  "description": "Evidence-driven software development with mandatory MinimumCD rules, flexible project contracts, and cross-agent continuity.",
  "author": {
    "name": "Opinionated Development contributors"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "OpDev",
    "shortDescription": "Evidence-driven development for any software",
    "longDescription": "OpDev guides Codex through a risk-based development loop, discovers project-specific authorities and commands, enforces MinimumCD semantics, and preserves the process for fresh agents through project-owned guidance.",
    "developerName": "Opinionated Development contributors",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": "Apply OpDev to this software development task."
  }
}
plugins/opdev/.claude-plugin/plugin.json
{
  "name": "opdev",
  "description": "Evidence-driven software development with mandatory MinimumCD rules, flexible project contracts, and cross-agent continuity.",
  "version": "0.2.4",
  "author": {
    "name": "Opinionated Development contributors"
  },
  "homepage": "https://gitlab.com/stolenfootball-tools/opdev",
  "repository": "https://gitlab.com/stolenfootball-tools/opdev.git",
  "license": "Apache-2.0",
  "keywords": [
    "software-development",
    "testing",
    "continuous-delivery",
    "minimumcd"
  ]
}

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

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