delivery-mentor
v0.2.0Delivery and collaboration discipline for fast builders and their coding agents, for Codex.
By Rob CherryLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 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 delivery-mentor for Codex and Claude Code
codex plugin marketplace add onetinov/vibe-mentor
codex plugin marketplace upgrade vibe-mentor
codex plugin add delivery-mentor@vibe-mentorPaste and run these commands in a terminal with Codex. They add and refresh the vibe-mentor catalog, then install this plugin.
Compatibility: the page URL and API slug “delivery-mentor” remain stable.
- Codex:
delivery-mentor@agent-plugin-marketplace→delivery-mentor@vibe-mentor
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/onetinov/vibe-mentorClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/delivery-mentor/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/delivery-mentor/SKILL.md
Included Skills1
Rules for how a coding agent does work in a shared repository: turn direction into a plan a human approves, work only inside that plan, land what it opens, escalate blockers to a named owner, never build gates on infrastructure that does not exist, no self-merge on green CI, reproducible claims. Use at the start of any piece of work, before opening, stacking or merging a PR, before adding CI workflows or scheduled jobs, when blocked on something only a person can fix, at session end, and when someone asks why work is piling up or reviews an agent brief.
Plugin manifests2
{
"name": "delivery-mentor",
"version": "0.2.0",
"description": "Delivery and collaboration discipline for fast builders and their coding agents, for Codex.",
"author": {
"name": "Rob Cherry"
},
"homepage": "https://github.com/onetinov/vibe-mentor",
"repository": "https://github.com/onetinov/vibe-mentor.git",
"license": "MIT",
"keywords": [
"delivery",
"collaboration",
"pull requests",
"code review",
"mentoring"
],
"skills": "./skills/",
"interface": {
"displayName": "Delivery Mentor",
"shortDescription": "Land work like a professional team.",
"longDescription": "Keep momentum while making sure work lands, blockers reach the person who can clear them, gates only exist when they can run, and every claim can be re-run.",
"developerName": "Rob Cherry",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/onetinov/vibe-mentor",
"defaultPrompt": [
"Use Delivery Mentor before I open this PR.",
"Why is everything stuck? Review how we are landing work.",
"I hit a blocker I cannot clear. Who needs to know, and how?",
"Review my agent's standing brief for delivery problems.",
"Close out this session: what landed, what is open, what is escalated?"
]
}
}{
"name": "delivery-mentor",
"version": "0.2.0",
"description": "Delivery and collaboration discipline for fast builders and their coding agents, for Claude Code.",
"author": {
"name": "Rob Cherry"
},
"homepage": "https://github.com/onetinov/vibe-mentor",
"repository": "https://github.com/onetinov/vibe-mentor.git",
"license": "MIT",
"skills": "./skills/"
}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.
[delivery-mentor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/delivery-mentor)