Agent Plugins Marketplace
All plugins

agentic-engineering

v0.5.1

Minimal engineering policy for Codex that proactively uses native delegation and context isolation while automatically managing durable state, verification, and review topology.

CodexClaude CodeAgent Plugins2 Skills

By Agentic Engineering Maintainers0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 21, 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 agentic-engineering for Codex and Claude Code

Installs for the current user
codex plugin marketplace add calorie/agentic-engineering
codex plugin marketplace upgrade agentic-engineering
codex plugin add agentic-engineering@agentic-engineering

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

Compatibility: the page URL and API slug “agentic-engineering” remain stable.

  • Codex: agentic-engineering@agent-plugin-marketplaceagentic-engineering@agentic-engineering

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/calorie/agentic-engineering

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

Plugin files

plugins/agentic-engineering/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/orchestrate/SKILL.md
└── skills/stacked-pr/SKILL.md

Included Skills2

orchestrateskills/orchestrate/SKILL.md

Automatically optimize substantive software work using runtime-native capabilities. Proactively protect context, delegate and parallelize beneficial work, persist durable state for long-running tasks, deduplicate verification, and choose review topology without making the user manage orchestration.

stacked-prskills/stacked-pr/SKILL.md

Use GitHub native stacked pull requests when changes are dependent but independently reviewable. Do not stack independent work or a single focused change.

Plugin manifests3

plugins/agentic-engineering/.codex-plugin/plugin.json
{
  "name": "agentic-engineering",
  "version": "0.5.1",
  "description": "Minimal engineering policy for Codex that proactively uses native delegation and context isolation while automatically managing durable state, verification, and review topology.",
  "author": {
    "name": "Agentic Engineering Maintainers"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Agentic Engineering",
    "shortDescription": "Minimal native-first engineering policy",
    "longDescription": "Keep scheduling native to Codex while standardizing write isolation, durable state, verification, methodology-plugin coexistence, and Git/PR topology.",
    "developerName": "Agentic Engineering Maintainers",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ]
  }
}
plugins/agentic-engineering/.claude-plugin/plugin.json
{
  "name": "agentic-engineering",
  "displayName": "Agentic Engineering",
  "version": "0.5.1",
  "description": "Minimal engineering policy for Claude Code that proactively optimizes context, delegation, parallelism, durable state, verification, and review topology without a custom scheduler.",
  "author": {
    "name": "Agentic Engineering Maintainers"
  },
  "homepage": "https://github.com/calorie/agentic-engineering"
}
plugins/agentic-engineering/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agentic-engineering",
  "version": "0.5.1",
  "description": "Minimal runtime-neutral engineering policy that proactively optimizes effort, context, delegation, parallelism, durable state, verification, and GitHub review topology.",
  "author": {
    "name": "Agentic Engineering Maintainers",
    "url": "https://github.com/calorie"
  },
  "homepage": "https://github.com/calorie/agentic-engineering",
  "repository": "https://github.com/calorie/agentic-engineering",
  "keywords": [
    "software-engineering",
    "orchestration",
    "dynamic-workflows",
    "codex",
    "worktree",
    "stacked-pr",
    "superpowers",
    "ponytail"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Agentic Engineering",
        "shortDescription": "Minimal native-first engineering policy",
        "longDescription": "Keep execution native to the runtime while standardizing engineering constraints and review topology.",
        "developerName": "Agentic Engineering Maintainers",
        "category": "Productivity",
        "capabilities": [
          "Read",
          "Write"
        ]
      }
    }
  }
}

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

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