Agent Plugins Marketplace
All plugins

efficient-codex-execution

v0.1.0

Concise, decisive execution guidance for coding agents.

Codex1 Skill

By zzXavier1 GitHub starsUpdated 43 minutes ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 3, 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 efficient-codex-execution 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 efficient-codex-execution@agent-plugin-marketplace

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

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/zzXavier/efficient-codex-execution

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

efficient-codex-execution/
├── .codex-plugin/plugin.json
└── skills/efficient-codex-execution/SKILL.md

Included Skills1

efficient-codex-executionskills/efficient-codex-execution/SKILL.md

Use when coding tasks involve routine reversible work, implementation-only constraints, repetitive progress narration, unnecessary confirmation, instruction restatement, or continued discussion of excluded approaches. Do not use to suppress required approvals, material ambiguity, or significant risks.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "efficient-codex-execution",
  "version": "0.1.0",
  "description": "Concise, decisive execution guidance for coding agents.",
  "author": {
    "name": "zzXavier",
    "url": "https://github.com/zzXavier"
  },
  "homepage": "https://github.com/zzXavier/efficient-codex-execution#readme",
  "repository": "https://github.com/zzXavier/efficient-codex-execution",
  "keywords": [
    "codex",
    "agent-skill",
    "developer-productivity",
    "workflow"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Efficient Codex Execution",
    "shortDescription": "Keep coding-agent execution concise and decisive.",
    "longDescription": "Guides coding agents to act on routine reversible work, apply implementation constraints without repetition, and surface meaningful decisions, risks, blockers, and verification results.",
    "developerName": "zzXavier",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Apply concise execution guidance to this coding task."
    ]
  }
}

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

[efficient-codex-execution on Agent Plugins Marketplace](https://pluginsmp.com/plugins/efficient-codex-execution)