KeeperHub

106 mods across 1 repository, 17 stars between them.

blueprint-pipeline

01

KeeperHub/keeperhub

Agent Claude Code

The Blueprint pipeline is the deterministic stage contract that governs all agent-mediated development work in KeeperHub. Every task flows through 5 sequential stages: DECOMPOSE, RESEARCH, IMPLEMENT, VERIFY, PR. Each stage has a defined owner, input contract, output contract, and error handling path.

not rated 17 yesterday A 0 tokens

builder

02

KeeperHub/keeperhub

Agent Claude Code

Implements code changes for the KeeperHub agent pipeline. Creates plugins, protocols, features, and tests following project conventions. Use when the Orchestrator delegates an IMPLEMENT stage task.

not rated 17 yesterday A 38 tokens

debugger

03

KeeperHub/keeperhub

Agent Claude Code

Investigates and fixes build failures, test failures, and lint errors in the KeeperHub agent pipeline. Uses scientific method with hypothesis-driven debugging. Use when the Builder fails to resolve issues after 2 attempts.

not rated 17 yesterday A 44 tokens

orchestrator

04

KeeperHub/keeperhub

Agent Claude Code

Coordinates the KeeperHub agent team through the Blueprint pipeline. Use when executing /add-protocol, /add-plugin, or /add-feature commands that require multi-agent coordination. Decomposes tasks, delegates to specialized agents, and manages the full pipeline from task intake to PR creation.

not rated 17 yesterday A 60 tokens

plugin-domain

05

KeeperHub/keeperhub

Agent Claude Code

Custom workflow plugins provide integrations with external services and internal infrastructure for the KeeperHub workflow builder.

not rated 17 yesterday A 0 tokens

protocol-domain

06

KeeperHub/keeperhub

Agent Claude Code

Protocol plugins are "meta-plugins" that define DeFi protocol interactions declaratively.

not rated 17 yesterday A 0 tokens

researcher

07

KeeperHub/keeperhub

Agent Claude Code

Explores the KeeperHub codebase to gather implementation context. Use when the Orchestrator needs to understand existing patterns, discover type signatures, or answer technical questions before implementation.

not rated 17 yesterday A 38 tokens

verifier

08

KeeperHub/keeperhub

Agent Claude Code

Reviews code changes for quality and correctness in the KeeperHub agent pipeline. Runs tests, validates against success criteria, and gates PR creation with explicit approval. Use when the Orchestrator delegates a VERIFY stage task.

not rated 17 yesterday A 45 tokens

add-chain

09

KeeperHub/keeperhub

Command Claude Code

Add a new blockchain and its stablecoins to the wallet modal end-to-end.

not rated 17 yesterday A 15 tokens

add-feature

10

KeeperHub/keeperhub

Command Claude Code

Implement a KeeperHub feature via the agent pipeline.

not rated 17 yesterday A 9 tokens

add-plugin

11

KeeperHub/keeperhub

Command Claude Code

Add a new plugin to KeeperHub via the agent pipeline.

not rated 17 yesterday A 11 tokens

add-protocol

12

KeeperHub/keeperhub

Command Claude Code

Add a new protocol plugin to KeeperHub via an iterative agent pipeline.

not rated 17 yesterday A 13 tokens

commit

13

KeeperHub/keeperhub

Command Claude Code

Create a new commit message following best practices and patterns outlined inside the skill.

not rated 17 yesterday A 14 tokens

dev-login

15

KeeperHub/keeperhub

Command Claude Code

Bootstrap the local DB, mint a session cookie, and open a signed-in Chromium window at localhost:3000 -- one command, no manual paste.

not rated 17 yesterday A 30 tokens

develop-plugin

16

KeeperHub/keeperhub

Command Claude Code

Create a new KeeperHub workflow plugin with full architecture knowledge. Builds production-ready plugins following exact codebase conventions.

not rated 17 yesterday A 0 tokens

fix-issue

17

KeeperHub/keeperhub

Command Claude Code

Fix Linear issues end-to-end -- fetch, research, implement, test, and PR.

not rated 17 yesterday A 17 tokens

heal-skill

18

KeeperHub/keeperhub

Command Claude Code

Heal skill documentation by applying corrections discovered during execution with approval workflow.

not rated 17 yesterday A 12 tokens

pr

19

KeeperHub/keeperhub

Command Claude Code

Create a pull request for the current branch targeting staging.

not rated 17 yesterday A 10 tokens

release

20

KeeperHub/keeperhub

Command Claude Code

Cut a release PR from staging to prod with auto-generated description.

not rated 17 yesterday A 12 tokens

review

21

KeeperHub/keeperhub

Command Claude Code

Code review a pull request.

not rated 17 yesterday A 5 tokens

review-plan

22

KeeperHub/keeperhub

Command Claude Code

Review the last response in your editor -- leave inline comments, save, and discuss.

not rated 17 yesterday A 16 tokens

setup-repo

23

KeeperHub/keeperhub

Command Claude Code

Configure standard GitHub repo settings (branch rules, security, team access).

not rated 17 yesterday A 15 tokens

suggest-workflows

24

KeeperHub/keeperhub

Command Claude Code

Analyze a protocol, contract, or case study to find automation gaps and suggest high-value KeeperHub workflows.

not rated 17 yesterday A 20 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: