← All plugins
operating-kit
v1.0.0Portable operating method: session lifecycle agents (session-start/end), pre-ship code review, deploy with live verification, and production log health check. All agents use {{placeholders}} that adapt to your project.
CodexClaude Code
by SharrmavishalMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/operating-kit/ inside the repository.
Layout
plugins/operating-kit/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/operating-kit/.codex-plugin/plugin.json
{
"name": "operating-kit",
"version": "1.0.0",
"description": "Portable operating method: session lifecycle agents (session-start/end), pre-ship code review, deploy with live verification, and production log health check. All agents use {{placeholders}} that adapt to your project.",
"skills": "./skills/",
"author": {
"name": "Sharrmavishal",
"url": "https://github.com/Sharrmavishal"
},
"homepage": "https://github.com/Sharrmavishal/operating-kit",
"license": "MIT",
"interface": {
"displayName": "Operating Kit",
"shortDescription": "Portable operating method: session lifecycle agents (session-start/end), pre-ship code review, deploy with live…",
"category": "Coding"
}
}plugins/operating-kit/.claude-plugin/plugin.json
{
"name": "operating-kit",
"version": "1.0.0",
"description": "Portable operating method: session lifecycle agents (session-start/end), pre-ship code review, deploy with live verification, and production log health check. All agents use {{placeholders}} that adapt to your project.",
"author": {
"name": "Sharrmavishal",
"url": "https://github.com/Sharrmavishal"
},
"homepage": "https://github.com/Sharrmavishal/operating-kit",
"license": "MIT",
"category": "Coding"
}