diff --git a/README.md b/README.md index 10b242df..28873fb1 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! - [Sealos](https://github.com/labring/sealos-skills) - Deploy apps to Sealos Cloud from Codex with readiness checks, Dockerfile generation, Compose conversion, image builds, and rollout updates. - [Secret Guard](./plugins/mturac/secret-guard) - Pre-commit secret scanner using pattern and entropy detection. - [Session Orchestrator](https://github.com/Kanevry/session-orchestrator) - Session orchestration for Claude Code, Codex, and Cursor IDE — structured planning, wave-based execution, VCS integration (GitLab + GitHub), quality gates, and clean session close-out with issue tracking. +- [Ship](https://github.com/heliohq/ship) - Agent-routed harness that drives a change from raw spec through design, implementation, E2E, review, QA, and handoff to a green PR. - [Simple Man](https://github.com/Maksim-Burtsev/simple-man) - High-compression communication mode for Codex agents that removes filler while preserving search, validation, and implementation effort. - [Spec-Driven Development](https://github.com/Habib0x0/spec-driven-plugin) - Three-phase Requirements → Design → Tasks workflow for Claude Code and Codex — EARS notation acceptance criteria, autonomous execution loop, cross-spec dependencies, and post-implementation acceptance testing. - [Staff Engineer Mode](https://github.com/sirmarkz/staff-engineer-mode) - Routes engineering design, delivery, reliability, security, operations, and maintenance prompts to focused staff-level specialist guidance for AI coding agents. diff --git a/plugins/heliohq/ship/.codex-plugin/plugin.json b/plugins/heliohq/ship/.codex-plugin/plugin.json new file mode 100644 index 00000000..0919d220 --- /dev/null +++ b/plugins/heliohq/ship/.codex-plugin/plugin.json @@ -0,0 +1,49 @@ +{ + "name": "ship", + "version": "0.2.0", + "description": "An agent-routed harness for end-to-end software product development.", + "author": { + "name": "Helio", + "url": "https://www.helio.im/" + }, + "homepage": "https://www.helio.im/", + "repository": "https://github.com/heliohq/ship", + "license": "MIT", + "keywords": [ + "agent", + "coding", + "planning", + "qa", + "debugging", + "refactoring", + "orchestrator", + "workflows", + "ship", + "software-delivery" + ], + "skills": "./skills/", + "mcpServers": "./.mcp.json", + "interface": { + "displayName": "Ship", + "shortDescription": "Agent-routed software delivery workflows for coding agents", + "composerIcon": "./assets/icon.svg", + "longDescription": "Use Ship to choose the right delivery route for a task: standalone skills, grouped quality/build phases, or the full raw-requirement-to-PR flow with design, implementation, E2E, review, QA, refactor, and handoff.", + "developerName": "Helio", + "category": "Coding", + "capabilities": [ + "Interactive", + "Read", + "Write" + ], + "websiteURL": "https://www.helio.im/", + "privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement", + "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service", + "defaultPrompt": [ + "Choose a Ship route with /ship:use-ship", + "Plan this change with /ship:design", + "Review my current diff with /ship:review" + ], + "brandColor": "#0F766E", + "screenshots": [] + } +} diff --git a/plugins/heliohq/ship/.codexignore b/plugins/heliohq/ship/.codexignore new file mode 100644 index 00000000..9dcb6848 --- /dev/null +++ b/plugins/heliohq/ship/.codexignore @@ -0,0 +1,6 @@ +# Files excluded from the installable Codex plugin bundle +.git/ +.github/ +node_modules/ +*.log +.DS_Store diff --git a/plugins/heliohq/ship/assets/icon.svg b/plugins/heliohq/ship/assets/icon.svg new file mode 100644 index 00000000..74909f5c --- /dev/null +++ b/plugins/heliohq/ship/assets/icon.svg @@ -0,0 +1,6 @@ + + + + + +