Agent Plugins Marketplace
← All plugins

oh-my-stack

v0.2.0-beta.2

Portable, verifiable engineering workflows for Codex.

CodexAgent Plugins50 Skills

By Oh My Stack contributorsLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
50 skill or MCP entries
Source updated
Sep 25, 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 oh-my-stack 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 oh-my-stack@agent-plugin-marketplace

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

Compatibility: the page URL and API slug “oh-my-stack-2” remain stable.

  • Codex: oh-my-stack-2@agent-plugin-marketplace → oh-my-stack@agent-plugin-marketplace

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/williamwue/oh-my-stack

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

Plugin files

packages/codex/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/architect/SKILL.md
├── skills/arena/SKILL.md
├── skills/authoring-a-skill/SKILL.md
├── skills/automate-me/SKILL.md
├── skills/autonomous-run/SKILL.md
├── skills/autopilot-full/SKILL.md
├── skills/autopilot-stack/SKILL.md
├── skills/babysit/SKILL.md
├── skills/blast-radius/SKILL.md
├── skills/bro/SKILL.md
├── skills/bug-fix/SKILL.md
├── skills/create-verification-skill/SKILL.md
├── skills/eval/SKILL.md
├── skills/feature/SKILL.md
├── skills/figure-it-out/SKILL.md
├── skills/hillclimb/SKILL.md
├── skills/how/SKILL.md
├── skills/interrogate/SKILL.md
├── skills/investigation/SKILL.md
├── skills/maintain-verification-skill/SKILL.md
├── skills/make-bot-ui/SKILL.md
├── skills/multi-phase-plan/SKILL.md
├── skills/no-comments/SKILL.md
├── skills/opening-a-pr/SKILL.md
├── skills/orchestrate/SKILL.md
├── skills/pause-safely/SKILL.md
├── skills/perf-issue/SKILL.md
├── skills/poteto-mode/SKILL.md
├── skills/principle-attack-the-premise/SKILL.md
├── skills/principle-boundary-discipline/SKILL.md
├── skills/principle-build-the-lever/SKILL.md
├── skills/principle-encode-lessons-in-structure/SKILL.md
├── skills/principle-exhaust-the-design-space/SKILL.md
├── skills/principle-experience-first/SKILL.md
├── skills/principle-fix-root-causes/SKILL.md
├── skills/principle-foundational-thinking/SKILL.md
├── skills/principle-guard-the-context-window/SKILL.md
├── skills/principle-laziness-protocol/SKILL.md
├── skills/principle-make-operations-idempotent/SKILL.md
├── skills/principle-migrate-callers-then-delete-legacy-apis/SKILL.md
├── skills/principle-minimize-reader-load/SKILL.md
├── skills/principle-model-the-domain/SKILL.md
├── skills/principle-never-block-on-the-human/SKILL.md
├── skills/principle-outcome-oriented-execution/SKILL.md
├── skills/principle-prove-it-works/SKILL.md
├── skills/principle-redesign-from-first-principles/SKILL.md
├── skills/principle-separate-before-serializing-shared-state/SKILL.md
├── skills/principle-sequence-verifiable-units/SKILL.md
├── skills/principle-subtract-before-you-add/SKILL.md
└── skills/principle-test-behavior-not-implementation/SKILL.md

Included Skills50

architectskills/architect/SKILL.md

Design caller-first types and modules, compare alternatives, then implement within scope.

arenaskills/arena/SKILL.md

Compare independent candidates, select a base, graft stronger ideas, and verify.

authoring-a-skillskills/authoring-a-skill/SKILL.md

Create or revise a scoped Skill and check its behavior.

automate-meskills/automate-me/SKILL.md

Capture a user's recurring work conventions in a personal Skill.

autonomous-runskills/autonomous-run/SKILL.md

Run a bounded task until its completion condition is verified.

autopilot-fullskills/autopilot-full/SKILL.md

Build, review, and land a queue only with explicit authorization.

autopilot-stackskills/autopilot-stack/SKILL.md

Build and review a linear change stack; leave landing to the operator.

babysitskills/babysit/SKILL.md

Check or repair a pull request; require separate merge authorization.

blast-radiusskills/blast-radius/SKILL.md

Prove the safety assumptions and downstream risks of a change.

broskills/bro/SKILL.md

Restate the last answer plainly without changing its meaning.

bug-fixskills/bug-fix/SKILL.md

Reproduce, fix, and independently verify a software defect.

create-verification-skillskills/create-verification-skill/SKILL.md

Create and exercise a project-local user-path verification Skill.

evalskills/eval/SKILL.md

Compare workflow variants with blinded outputs and a frozen rubric.

featureskills/feature/SKILL.md

Add or change behavior with design and end-to-end verification.

figure-it-outskills/figure-it-out/SKILL.md

Plan and verify a complex task with an auditable decision trail.

hillclimbskills/hillclimb/SKILL.md

Improve one metric through bounded measured attempts.

howskills/how/SKILL.md

Explain a code path or subsystem using verified repository evidence.

interrogateskills/interrogate/SKILL.md

Review frozen inputs with independent reviewers and root judgment.

investigationskills/investigation/SKILL.md

Answer an engineering question from evidence without changing code.

maintain-verification-skillskills/maintain-verification-skill/SKILL.md

Audit and update a verification Skill using source and live behavior.

make-bot-uiskills/make-bot-ui/SKILL.md

Build a local control page for an authenticated webhook.

multi-phase-planskills/multi-phase-plan/SKILL.md

Write a dependency plan with verifiable units and live checks.

no-commentsskills/no-comments/SKILL.md

Review comments, remove redundancy, and encode real constraints.

opening-a-prskills/opening-a-pr/SKILL.md

Prepare a reviewed pull request; publish only when explicitly requested.

orchestrateskills/orchestrate/SKILL.md

Coordinate ongoing engineering work with bounded tasks and independent checks.

pause-safelyskills/pause-safely/SKILL.md

Checkpoint in-flight work when the user requests a pause.

perf-issueskills/perf-issue/SKILL.md

Fix one performance issue with before and after traces.

poteto-modeskills/poteto-mode/SKILL.md

Route an engineering request to the appropriate Oh My Stack workflow.

principle-attack-the-premiseskills/principle-attack-the-premise/SKILL.md

Question a shared premise after multiple fixes fail the same check.

principle-boundary-disciplineskills/principle-boundary-discipline/SKILL.md

Validate external boundaries and keep internal logic simple.

principle-build-the-leverskills/principle-build-the-lever/SKILL.md

Use reusable tools for nontrivial edits, migrations, and checks.

principle-encode-lessons-in-structureskills/principle-encode-lessons-in-structure/SKILL.md

Turn recurring corrections into executable rules.

principle-exhaust-the-design-spaceskills/principle-exhaust-the-design-space/SKILL.md

Compare prototypes for unfamiliar UI or architecture decisions.

principle-experience-firstskills/principle-experience-first/SKILL.md

Prioritize polished user experience in product and scope decisions.

principle-fix-root-causesskills/principle-fix-root-causes/SKILL.md

Reproduce a defect and repair its cause instead of hiding symptoms.

principle-foundational-thinkingskills/principle-foundational-thinking/SKILL.md

Choose core data structures and shared-state ownership before logic.

principle-guard-the-context-windowskills/principle-guard-the-context-window/SKILL.md

Manage context growth from large outputs, repeated reads, and fan-out.

principle-laziness-protocolskills/principle-laziness-protocol/SKILL.md

Prefer deletion and small changes when considering abstractions.

principle-make-operations-idempotentskills/principle-make-operations-idempotent/SKILL.md

Make retries and partial runs converge on the same result.

principle-migrate-callers-then-delete-legacy-apisskills/principle-migrate-callers-then-delete-legacy-apis/SKILL.md

Migrate callers and remove the old internal API in the same change.

principle-minimize-reader-loadskills/principle-minimize-reader-load/SKILL.md

Reduce indirection and hidden state in hard-to-follow code.

principle-model-the-domainskills/principle-model-the-domain/SKILL.md

Model state and repeated assumptions in explicit data structures.

principle-never-block-on-the-humanskills/principle-never-block-on-the-human/SKILL.md

Proceed with authorized reversible work; ask when authority is needed.

principle-outcome-oriented-executionskills/principle-outcome-oriented-execution/SKILL.md

Keep phased migrations focused on the target architecture.

principle-prove-it-worksskills/principle-prove-it-works/SKILL.md

Verify the actual result before declaring a task complete.

principle-redesign-from-first-principlesskills/principle-redesign-from-first-principles/SKILL.md

Reconsider the design around a new requirement.

principle-separate-before-serializing-shared-stateskills/principle-separate-before-serializing-shared-state/SKILL.md

Separate concurrent writers before serializing shared state.

principle-sequence-verifiable-unitsskills/principle-sequence-verifiable-units/SKILL.md

Order multi-step work into small, independently verified units.

principle-subtract-before-you-addskills/principle-subtract-before-you-add/SKILL.md

Remove dead code and redundant structure before adding behavior.

principle-test-behavior-not-implementationskills/principle-test-behavior-not-implementation/SKILL.md

Test observable behavior through the user's interface.

Plugin manifests2

packages/codex/.codex-plugin/plugin.json
{
  "name": "oh-my-stack",
  "description": "Portable, verifiable engineering workflows for Codex.",
  "author": {
    "name": "Oh My Stack contributors",
    "url": "https://github.com/williamwue/oh-my-stack"
  },
  "homepage": "https://github.com/williamwue/oh-my-stack#readme",
  "repository": "https://github.com/williamwue/oh-my-stack",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "engineering-workflows",
    "verification"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Oh My Stack",
    "shortDescription": "Portable engineering workflows for Codex.",
    "longDescription": "Generate and verify portable engineering workflows with native Codex packaging.",
    "developerName": "Oh My Stack contributors",
    "category": "Productivity",
    "capabilities": [],
    "websiteURL": "https://github.com/williamwue/oh-my-stack",
    "defaultPrompt": [
      "Use $prove-it-works to verify this installation."
    ]
  },
  "version": "0.2.0-beta.2"
}
packages/codex/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "oh-my-stack",
  "description": "Portable, verifiable engineering workflows for Codex.",
  "license": "MIT",
  "author": {
    "name": "Oh My Stack contributors",
    "url": "https://github.com/williamwue/oh-my-stack"
  },
  "homepage": "https://github.com/williamwue/oh-my-stack#readme",
  "repository": "https://github.com/williamwue/oh-my-stack",
  "version": "0.2.0-beta.2"
}

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

[oh-my-stack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/oh-my-stack-2)