quiver
v0.4.1One arrow, one skill. Design-first brainstorming + multilingual session handovers + relay ignition + catch-up briefs, across AI coding agents.
By dudupiiLicense: MIT1 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 21, 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 and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add quiver@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/dudupii/quiverClone 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/brainstorm/SKILL.md├── skills/catchup/SKILL.md├── skills/grilling/SKILL.md├── skills/handover/SKILL.md└── skills/relay/SKILL.md
Included Skills5
Turn a rough idea into an agreed design BEFORE any implementation. Use at the start of any creative work - new feature, new component, new module - or when the user says "brainstorm", "先对齐", "出个方案", "帮我想想这个功能".
Read the latest handover notes and reply with a four-section catch-up brief — current state, open threads, gotchas, suggested actions. Use when starting or taking over work in a project that has handover notes, or when the user says "catchup", "catch me up", "接班".
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
Write a session handover note at the end of a session or milestone — what was done, decisions, discarded options and why, gotchas, learnings, next steps, suggested skills. User-requested only - invoke when the user explicitly says "handover", "交接", "引き継ぎ", or clearly asks for a handover note; a session merely ending is NOT a trigger. Never invoke on your own initiative.
Ignite a fresh background agent seeded by the latest handover note — it restores context from the note and continues the work unattended. User-requested only - invoke when the user explicitly says "relay", "点火", or clearly asks for the latest note to be handed to a new background agent. Never invoke on your own initiative.
Plugin manifests2
{
"name": "quiver",
"version": "0.4.1",
"description": "One arrow, one skill. Design-first brainstorming + multilingual session handovers + relay ignition + catch-up briefs, across AI coding agents.",
"author": {
"name": "dudupii",
"url": "https://github.com/dudupii"
},
"repository": "https://github.com/dudupii/quiver",
"homepage": "https://github.com/dudupii/quiver",
"license": "MIT",
"keywords": [
"handover",
"catchup",
"relay",
"brainstorm",
"grilling"
],
"skills": "./skills/"
}{
"name": "quiver",
"description": "One arrow, one skill. Design-first brainstorming + multilingual session handovers + relay ignition + catch-up briefs, across AI coding agents.",
"version": "0.4.1",
"experimental": {
"evals": "evals"
},
"author": {
"name": "dudupii",
"url": "https://github.com/dudupii"
}
}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)