Files
wshobson__agents/plugins/operating-kit/.codex-plugin/plugin.json
T
Vishal Sharma 2f9990dd53 Add operating-kit plugin: session lifecycle, code-review, deploy, prod-logs (#596)
* Add operating-kit plugin: session lifecycle + code-review + deploy + prod-logs

Five project-agnostic agents with {{placeholders}} that adapt to any project:

- session-start: reads state doc + verifies live state at session open
- session-end: updates state doc and memory index at session close
- code-review-preshipment: 10-section pre-ship review with SHIP verdict
- deploy-with-verification: test > build > deploy > verify-live, never reports
  shipped until the live system confirms
- prod-logs-health-check: pulls real logs, distinguishes failures from retries

Closes #595
Source: https://github.com/Sharrmavishal/operating-kit

Co-authored-by: Cursor <cursoragent@cursor.com>

* Address CodeRabbit review

- Revert .claude-plugin/marketplace.json to upstream — registry updates
  must go through a separate flow, not inside plugin PRs
- code-review-preshipment: replace 'in a hurry' with 'rushed' (wordiness)
- session-start: replace Read: tool-name syntax with action-verb prose
- session-end: replace Read: tool-name syntax with action-verb prose

Co-authored-by: Cursor <cursoragent@cursor.com>

* Address maintainer review: register plugin and sync agents

- Add operating-kit to marketplace.json and run make generate-all
- Fix plugin category workflow -> workflows
- Add deploy trigger phrase; sync deploy/session agents with operating-kit
  (deploy updates state doc after verify-live; session-end is finalization)
- Bump catalog counts in AGENTS.md and docs/plugins.md

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Sharrmavishal <sharrmavishal@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 16:10:46 -04:00

18 lines
722 B
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\u2026",
"category": "Coding"
}
}