ai-workflow
v1.0.0用于设计和维护 AI Skill Runtime、Skill 路由与组合规则,以及为 Codex、Browser/Test Agent、Research Agent 等自主执行模型编写可执行、可审计的目标提示词。当前包含 skill-system-design 与 agent-prompt-design;研发需求/计划/测试设计进入 development,真实 Coding/Test 执行由下游 Agent 完成,普通文字润色进入 writing。
By trojanbox0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- 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 ai-workflow for Codex and Claude Code
codex plugin marketplace add trojanbox/agent-plugin-marketplace
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ai-workflow@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the agent-plugin-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “ai-workflow-2” remain stable.
- Codex:
ai-workflow-2@agent-plugin-marketplace→ai-workflow@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/trojanbox/agent-plugin-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ai-workflow/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/agent-prompt-design/SKILL.md└── skills/skill-system-design/SKILL.md
Included Skills2
用于为 Codex、Browser/Test Agent、Research Agent 或其它可自主执行多步任务的模型设计可直接投喂的目标提示词/执行合同。适合‘给我一个 Codex 目标提示词/让另一个 Agent 按这个计划执行/把这些要求整理成自主执行 Prompt/加上持续进度汇报和验收条件’。重点定义 Goal、事实源、范围、执行顺序、工具/环境边界、进度汇报、证据、停止条件、完成标准和交付物;普通聊天提示词、单句润色或开发计划本身不使用本 Skill。
用于设计、创建、修改、拆分、合并、删除或审计 AI Skill Runtime 中的 Marketplace / Plugin / Group metadata / Skill / 路由 / 组合规则。适合‘缺不缺一个 Skill/一个 Plugin 该不该拆/这个 Skill 为什么触发不到/多个 Skill 会不会冲突/帮我新增或优化 Skill/整理 Plugin 与 Marketplace/打包最新版 Runtime’。执行时先盘点 Catalog 和现有回归样本,优先修路由/组合而非新增能力;涉及路由、Gate 或 Composition 的修改必须做语义路由 Eval,再运行 Runtime doctor 并交付可用产物。
Plugin manifests2
{
"name": "ai-workflow",
"version": "1.0.0",
"description": "用于设计和维护 AI Skill Runtime、Skill 路由与组合规则,以及为 Codex、Browser/Test Agent、Research Agent 等自主执行模型编写可执行、可审计的目标提示词。当前包含 skill-system-design 与 agent-prompt-design;研发需求/计划/测试设计进入 development,真实 Coding/Test 执行由下游 Agent 完成,普通文字润色进入 writing。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace",
"skills": "./skills/",
"interface": {
"displayName": "AI Workflow",
"shortDescription": "用于设计和维护 AI Skill Runtime、Skill 路由与组合规则,以及为 Codex、Browser/Test Agent、Research Agent 等自主执行模型编写可执行…",
"longDescription": "用于设计和维护 AI Skill Runtime、Skill 路由与组合规则,以及为 Codex、Browser/Test Agent、Research Agent 等自主执行模型编写可执行、可审计的目标提示词。当前包含 skill-system-design 与 agent-prompt-design;研发需求/计划/测试设计进入 development,真实 Coding/Test 执行由下游 Agent 完成,普通文字润色进入 writing。",
"developerName": "trojanbox",
"category": "Development",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"使用 AI Workflow 插件帮助我完成当前任务。"
]
}
}{
"name": "ai-workflow",
"displayName": "AI Workflow",
"version": "1.0.0",
"description": "用于设计和维护 AI Skill Runtime、Skill 路由与组合规则,以及为 Codex、Browser/Test Agent、Research Agent 等自主执行模型编写可执行、可审计的目标提示词。当前包含 skill-system-design 与 agent-prompt-design;研发需求/计划/测试设计进入 development,真实 Coding/Test 执行由下游 Agent 完成,普通文字润色进入 writing。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ai-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ai-workflow-2)