quiver
v1.25.0Composable development lifecycle -- brainstorm, plan, execute, review, and hand over from idea to merged PR
By Yilmaz Yagiz DokumaciLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 21 skill or MCP entries
- Source updated
- Sep 22, 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 quiver for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add quiver@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “quiver-2” remain stable.
- Codex:
quiver-2@agent-plugin-marketplace→quiver@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/yagizdo/quiver/.
Plugin files
├── .codex-plugin/plugin.json├── skills/advise/SKILL.md├── skills/brainstorm/SKILL.md├── skills/code-navigation/SKILL.md├── skills/commit/SKILL.md├── skills/create-agents-md/SKILL.md├── skills/create-pr/SKILL.md├── skills/design/SKILL.md├── skills/design-build/SKILL.md├── skills/design-fix/SKILL.md├── skills/handover/SKILL.md├── skills/hypothesis-debugging/SKILL.md├── skills/load-handover/SKILL.md├── skills/plan/SKILL.md├── skills/review/SKILL.md├── skills/senior-review/SKILL.md├── skills/ship/SKILL.md├── skills/tdd/SKILL.md├── skills/verification/SKILL.md├── skills/visual-companion/SKILL.md├── skills/work/SKILL.md└── .mcp.json
Included Skills20
Get a senior-style review of code, a planned change, a library choice, or a fix idea -- without writing a spec document. Multi-turn chat, grounded in your actual code. Use when you want a quick second opinion, not a plan.
Explore ideas, compare approaches, and produce a validated spec before planning. Use when the user describes what to build, asks how to approach something, proposes a new feature or design change, or needs to explore options before implementation.
CodeGraph-first code navigation with LSP and grep fallback. Provides agents with a reusable strategy for semantic code exploration -- codegraph tools when available, LSP goToDefinition/findReferences/documentSymbol otherwise, grep as last resort.
Generate a Conventional Commits message, commit, and optionally push to remote.
Generate or rewrite an AGENTS.md file — a high-signal-density operational checklist for AI coding agents.
Create a GitHub pull request from the current branch. Use when the user says 'create a pr', 'open pr', 'push and open a pr', 'create pull request', or wants to open a PR from their branch.
Extract a Figma design into a pixel-exact implementation plan -- reads the selected nodes through the figma-bridge MCP, maps Figma variables onto the project's existing theme tokens, and writes a self-contained plan to .claude/plans/ that /design-build executes without touching Figma again. --auto carries the same run through the build without a further prompt.
Execute a design plan produced by /design -- implements each node against its embedded measurement spec and gates every task on the project's build or tests under a bounded retry budget. Runs with Figma disconnected; the plan carries every number it needs. --auto runs the whole loop without a prompt.
Compare one already-implemented screen or component against its Figma source and fix the deviations you pick -- reads the node live through the figma-bridge MCP, or from the Node Specs of an existing /design plan, then diffs box, layout, typography, fill, stroke, radius, effects, and content against the code that renders it. Reports first, fixes only what you select, and never touches Figma.
Summarize the current work state and prepare a handover note for the next session.
Hypothesis-first debugging -- collects symptoms, generates and tests hypotheses with conditional agent dispatch, falls back to adaptive exploration, and proposes reviewed fixes.
Load the most recent handover note from the previous session into context.
Create a structured implementation plan with parallel agent research before coding.
Run a multi-agent code review. Default fast mode (5 agents); pass --deep for full pipeline (all agents + quality check + senior review). Pass --with-codex for cross-model coverage.
Pragmatic senior developer code review -- evaluates code quality, risks, and conventions through a team lead lens. Standalone or integrated into /review pipeline.
Take a project from description to working app in one run -- conduct a deep planning Q&A session (outcomes, scope, constraints, prior decisions, task breakdown, verification criteria), write the answers as a plan at .claude/plans/<date>-<project>-ship-plan.md in the format /plan produces, hand that plan to /work --auto for a build that stops only for a genuine blocker, then verify the result with the build command, the test suite, and a smoke launch when the plan carries a run command, and name the /review command to run before merging. /ship --execute and /ship --verify re-enter a run that was paused or deferred.
Test-first cycle and red-step evidence rule for skills that implement behavior a test can assert. Binds when the verification skill resolves a test command; defines what the red run must quote and when the cycle is skipped with a reason.
Verification command resolution and evidence rule for skills that run a project's tests or build before calling work done. Resolves the test and build command from project instructions, then from the stack, then to none; defines what a pass, fail, or skipped claim must quote.
Browser-based visual brainstorming companion for showing mockups, diagrams, and visual options. Use when brainstorm topics involve UI/UX, layout, architecture diagrams, or any content better understood visually.
Execute a work plan or specification systematically -- read the plan, set up a branch, implement tasks with continuous testing, commit incrementally, and ship a PR. Use when you have a plan file, spec, or task list ready to execute. --auto answers the routine gates (branch, final commit, PR handoff, workspace cleanup, third failed fix attempt) in advance and stops only for a blocker, a Critical finding, or a merge conflict.
MCP servers1
- url
- https://mcp.context7.com/mcp
Plugin manifests1
{
"name": "quiver",
"version": "1.25.0",
"description": "Composable development lifecycle -- brainstorm, plan, execute, review, and hand over from idea to merged PR",
"author": {
"name": "Yilmaz Yagiz Dokumaci"
},
"homepage": "https://github.com/yagizdo/quiver",
"repository": "https://github.com/yagizdo/quiver",
"license": "MIT",
"skills": "./skills/",
"rules": "./.codex-plugin/rules/",
"mcpServers": "./.codex-plugin/mcp.json",
"interface": {
"displayName": "Quiver",
"shortDescription": "Composable development lifecycle -- brainstorm, plan, execute, review, and hand over",
"category": "Productivity"
}
}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.
[quiver on Agent Plugins Marketplace](https://pluginsmp.com/plugins/quiver-2)