architecture-mentor
v0.2.0Pragmatic architecture review and production-readiness mentoring workflow 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 architecture-mentor for Codex and Claude Code
codex plugin marketplace add onetinov/vibe-mentor
codex plugin marketplace upgrade vibe-mentor
codex plugin add architecture-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 “architecture-mentor” remain stable.
- Codex:
architecture-mentor@agent-plugin-marketplace→architecture-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/architecture-mentor/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/architecture-mentor/SKILL.md
Included Skills1
Review and improve software architecture with pragmatic, model-neutral engineering judgment. Use when the user wants system design review, mid-build architecture steering, post-build production-readiness advice, trade-off analysis, platform selection, incident architecture guidance, enterprise constraints considered, or a prototype/vibe-coded system reframed into the simplest production-worthy shape. Especially relevant for prompts like "do it like Rob would," "bear Rob's guidance in mind," "review this architecture," "is this still laptopware?," or "preserve the idea but fix the design."
Plugin manifests2
{
"name": "architecture-mentor",
"version": "0.2.0",
"description": "Pragmatic architecture review and production-readiness mentoring workflow for Codex.",
"author": {
"name": "Rob Cherry"
},
"homepage": "https://github.com/onetinov/vibe-mentor",
"repository": "https://github.com/onetinov/vibe-mentor.git",
"license": "MIT",
"keywords": [
"architecture",
"mentoring",
"review",
"trade-offs"
],
"skills": "./skills/",
"interface": {
"displayName": "Architecture Mentor",
"shortDescription": "Review systems with pragmatic architecture judgment.",
"longDescription": "Preserve product intent while improving boundaries, git and repo discipline, deployment shape, and operational sanity.",
"developerName": "Rob Cherry",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/onetinov/vibe-mentor",
"defaultPrompt": [
"Review this system design with Architecture Mentor.",
"Do this the way Rob would: preserve the idea, fix the architecture.",
"Help me choose the simplest production-worthy platform shape.",
"I have a working prototype. Is this still laptopware?",
"This repo feels messy. Is the git scope wrong, and what should stay vs go?"
]
}
}{
"name": "architecture-mentor",
"version": "0.2.0",
"description": "Pragmatic architecture review and production-readiness mentoring workflow 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.
[architecture-mentor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/architecture-mentor)