omp
v2.5.1Oh my pi (omp) CLI 工具集成 - 在 Claude Code/Codex 中调用 omp 实现编码、审查、搜索等任务(1个技能 + 3个子代理)
By zhangq0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- 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 omp for Codex and Claude Code
codex plugin marketplace add ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add omp@claude-devkit-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the claude-devkit-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “omp” remain stable.
- Codex:
omp@agent-plugin-marketplace→omp@claude-devkit-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/ibootz/claude-devkit-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/omp/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/ompi/SKILL.md
Included Skills1
指挥 omp 命名子代理(omp-explore / omp-plan / omp-task)执行实际工作。 你作为 Orchestrator 只负责理解需求、拆解任务、派发子代理、审阅结果; 所有读文件、写代码、搜索、分析、规划等动手工作必须通过 Agent 工具委托给对应命名子代理。
Plugin manifests2
{
"name": "omp",
"version": "2.5.1",
"description": "Oh my pi (omp) CLI 工具集成 - 在 Claude Code/Codex 中调用 omp 实现编码、审查、搜索等任务(1个技能 + 3个子代理)",
"author": {
"name": "zhangq"
},
"skills": "./skills/",
"interface": {
"displayName": "Oh My Pi (omp)",
"shortDescription": "omp CLI 工具集成",
"category": "Development"
}
}{
"name": "omp",
"version": "2.5.1",
"description": "Oh my pi (omp) CLI 集成 - 1 技能 + 3 子代理 + 2 个可选注入 hook(默认关闭,需 OMP_PROTOCOL_ENABLED 显式开启)",
"author": {
"name": "zhangq"
},
"hooks": {
"SessionStart": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/orchestrator-protocol-init.js"
}
]
}
],
"UserPromptSubmit": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/orchestrator-protocol-remind.js"
}
]
}
]
}
}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.
[omp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/omp)