vibe-architect
v0.1.0Portable issue-to-PR pipeline skills: ship, auto, clean, plus graph-powered navigation helpers
By Kunjan DalalLicense: MIT0 GitHub starsUpdated 38 minutes ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 2, 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 vibe-architect for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add vibe-architect@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/kunjee17/vibe-architectClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/auto/SKILL.md├── skills/clean/SKILL.md├── skills/debug-issue/SKILL.md├── skills/explore-codebase/SKILL.md├── skills/refactor-safely/SKILL.md├── skills/review-changes/SKILL.md└── skills/ship/SKILL.md
Included Skills7
Use when no specific issue has been chosen yet and the next piece of work needs picking out of an open GitHub issue backlog — "what should I work on", "pick something easy", or /auto with optional label filters.
Use when a pull request has just been merged and the local feature branch, the main checkout and stale remote tracking refs still need tidying up.
Use when tracing the cause of a bug, test failure or unexpected behaviour and the responsible code path is not yet known.
Use when orienting in an unfamiliar codebase, mapping its architecture or module structure, or locating a function or class whose file you do not already know.
Use when renaming a symbol across a codebase, removing dead code, or restructuring a module and the full set of affected call sites is not yet known.
Use when assessing a diff, branch or pull request for risk and test coverage before it merges.
Use when taking a numbered GitHub issue through to an open pull request — invoked as /ship <issue-number>, or when asked to implement, fix, or ship a specific issue in any repository.
Plugin manifests2
{
"name": "vibe-architect",
"version": "0.1.0",
"description": "Portable issue-to-PR pipeline skills: ship, auto, clean, plus graph-powered navigation helpers",
"author": {
"name": "Kunjan Dalal",
"email": "[email protected]",
"url": "https://github.com/kunjee17"
},
"homepage": "https://github.com/kunjee17/vibe-architect",
"repository": "https://github.com/kunjee17/vibe-architect",
"license": "MIT",
"keywords": [
"workflow",
"issue-to-pr",
"tdd",
"code-review",
"github",
"skills"
],
"skills": "./skills/",
"hooks": {},
"interface": {
"displayName": "Vibe Architect",
"shortDescription": "Issue-to-PR pipeline: ship, auto, clean",
"longDescription": "Takes a numbered GitHub issue through investigate, build (test-first), verify, deploy and learn, stopping at an open pull request. Project rules stay in the repo; the workflow travels.",
"developerName": "Kunjan Dalal",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Ship issue #123.",
"Pick the next easy issue and start on it."
],
"websiteURL": "https://github.com/kunjee17/vibe-architect"
}
}{
"name": "vibe-architect",
"description": "Portable issue-to-PR pipeline skills: ship, auto, clean, plus graph-powered navigation helpers",
"version": "0.1.0",
"author": {
"name": "Kunjan Dalal",
"email": "[email protected]"
},
"homepage": "https://github.com/kunjee17/vibe-architect",
"repository": "https://github.com/kunjee17/vibe-architect",
"license": "MIT",
"keywords": [
"workflow",
"issue-to-pr",
"tdd",
"code-review",
"github",
"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.
[vibe-architect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vibe-architect)