Agent Plugins Marketplace
All plugins

aegis-delivery

v0.2.0

Lightweight, evidence-first software delivery for Codex. 中文优先的 AI 软件交付工作流。

CodexAgent Plugins1 Skill

By LongLicense: MIT1 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Agent Plugins
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 aegis-delivery 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 aegis-delivery@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/longzhang2026-sudo/aegis-delivery

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

aegis-delivery/
├── .codex-plugin/plugin.json
├── plugin.json
└── skills/aegis-delivery/SKILL.md

Included Skills1

aegis-deliveryskills/aegis-delivery/SKILL.md

Lightweight software delivery with a task contract, impact analysis, independent verification, bounded repair, and reproducible handoff. Use when the user asks to initialize this workflow, deliver a software task with acceptance evidence, independently verify a delivery, or resume a recorded task; also for 轻量研发工作流、初始化交付流程、按验收交付、独立验收、恢复任务. Do not impose it on simple questions or one-line edits unless requested.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "aegis-delivery",
  "version": "0.2.0",
  "description": "Lightweight, evidence-first software delivery for Codex. 中文优先的 AI 软件交付工作流。",
  "author": {
    "name": "Long",
    "url": "https://github.com/longzhang2026-sudo"
  },
  "homepage": "https://github.com/longzhang2026-sudo/aegis-delivery",
  "repository": "https://github.com/longzhang2026-sudo/aegis-delivery",
  "license": "MIT",
  "keywords": [
    "codex",
    "skills",
    "software-delivery",
    "verification",
    "workflow"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Aegis Delivery",
    "shortDescription": "从需求到可复现交付:轻量流程、独立验证、可追溯证据。",
    "longDescription": "将软件需求整理成任务契约,按影响范围实现,以独立上下文和可追溯证据验收,最终交付可复现产物并同步项目知识。支持项目内初始化与任务恢复。",
    "developerName": "Long",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": "使用 $aegis-delivery 检查当前项目初始化状态,并推进我的软件交付任务。"
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "aegis-delivery",
  "version": "0.2.0",
  "description": "Lightweight, evidence-first software delivery for Codex. 中文优先的 AI 软件交付工作流。",
  "author": {
    "name": "Long",
    "url": "https://github.com/longzhang2026-sudo"
  },
  "homepage": "https://github.com/longzhang2026-sudo/aegis-delivery",
  "repository": "https://github.com/longzhang2026-sudo/aegis-delivery",
  "license": "MIT",
  "keywords": [
    "codex",
    "skills",
    "software-delivery",
    "verification",
    "workflow"
  ]
}

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

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