Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
49 changes: 49 additions & 0 deletions plugins/heliohq/ship/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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": []
}
}
6 changes: 6 additions & 0 deletions plugins/heliohq/ship/.codexignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Files excluded from the installable Codex plugin bundle
.git/
.github/
node_modules/
*.log
.DS_Store
6 changes: 6 additions & 0 deletions plugins/heliohq/ship/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.