incubator-build
v0.21.0Curated skills for planning, code review, debugging, and shipping pull requests with coding agents.
By The Incubator0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 18, 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 incubator-build for Codex and Claude Code
codex plugin marketplace add the-incubator/incubator-build-plugin
codex plugin marketplace upgrade incubator
codex plugin add incubator-build@incubatorPaste and run these commands in a terminal with Codex. They add and refresh the incubator catalog, then install this plugin.
Compatibility: the page URL and API slug “incubator-build” remain stable.
- Codex:
incubator-build@agent-plugin-marketplace→incubator-build@incubator
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/the-incubator/incubator-build-pluginClone 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/demo-reel/SKILL.md├── skills/git-merge-expert/SKILL.md└── skills/pr-description/SKILL.md
Included Skills3
Capture a visual demo reel (GIF, terminal recording, screenshots) for PR descriptions. Use when shipping UI changes, CLI features, or any work with observable behavior that benefits from visual proof. Also use when asked to add a demo, record a GIF, screenshot a feature, show what changed visually, create a demo reel, capture evidence, add proof to a PR, or create a before/after comparison.
User-only git merge workflow for branch merges, PR merges, conflict resolution, validation, rollback, and branch cleanup. Handles standard merges directly and routes to the worktree specialist when isolated merge execution is the safer choice.
Write or regenerate a value-first pull-request description (title + body) for the current branch's commits or for a specified PR. Use when the user says 'write a PR description', 'refresh the PR description', 'regenerate the PR body', 'rewrite this PR', 'freshen the PR', 'update the PR description', 'draft a PR body for this diff', 'describe this PR properly', 'generate the PR title', or pastes a GitHub PR URL / #NN / number. Also used internally by inc:commit-push-pr-4 (single-PR flow) and pr-stack (per-layer stack descriptions) so all callers share one writing voice. Input is a natural-language prompt. A PR reference (a full GitHub PR URL, `pr:561`, `#561`, or a bare number alone) picks a specific PR; anything else is treated as optional steering for the default 'describe my current branch' mode. Returns structured {title, body_file} (body written to an OS temp file) for the caller to apply via gh pr edit or gh pr create — this skill never edits the PR itself and never prompts for confirmation.
Plugin manifests2
{
"name": "incubator-build",
"version": "0.21.0",
"description": "Curated skills for planning, code review, debugging, and shipping pull requests with coding agents.",
"author": {
"name": "The Incubator",
"email": "[email protected]"
},
"homepage": "https://github.com/the-incubator/incubator-build-plugin",
"repository": "https://github.com/the-incubator/incubator-build-plugin",
"keywords": [
"code-review",
"pull-request",
"debugging",
"planning",
"developer-tools"
],
"skills": "./skills/",
"interface": {
"displayName": "Incubator Build",
"shortDescription": "Curated skills for planning, code review, debugging, and shipping PRs.",
"longDescription": "Curated skills for planning, code review, debugging, and shipping pull requests with coding agents.",
"developerName": "The Incubator",
"websiteURL": "https://github.com/the-incubator/incubator-build-plugin",
"category": "Development",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Use Incubator Build to plan this change",
"Review this PR with Incubator Build",
"Ship this PR with Incubator Build"
]
}
}{
"name": "incubator-build",
"version": "0.21.0",
"description": "Curated skills for planning, code review, debugging, and shipping pull requests with coding agents.",
"author": {
"name": "The Incubator",
"email": "[email protected]"
},
"homepage": "https://github.com/the-incubator/incubator-build-plugin",
"repository": "https://github.com/the-incubator/incubator-build-plugin",
"keywords": [
"code-review",
"pull-request",
"debugging",
"planning",
"developer-tools"
]
}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.
[incubator-build on Agent Plugins Marketplace](https://pluginsmp.com/plugins/incubator-build)