Slash commands /ship-pr and /fix-ci for the full PR ship pipeline (simplify → gates → push → PR → watch CI → squash-merge) with auto-recovery via the pr-ci-fixer agent.
Private Claude Code plugin marketplace — reusable agents, skills, and hooks extracted from real project experience.
| Name | Purpose | Status |
|---|---|---|
engineering-guardrails | PreToolUse hooks that block code violating load-bearing conventions | v0.1 |
ship-pipeline | /ship-pr skill running simplify → gates → push → PR → watch → merge | planned |
batch-resolve-conflicts | Spawn rebase agents for N conflicting PRs in parallel | planned |
phased-rollout-template | Scaffold a new phased-rollout project (CLAUDE.md + ACCOUNTS + DEPLOY + CI) | planned |
Clone the toolbox:
git clone [email protected]:<your-gh-user>/claude-code-toolbox.git ~/claude-code-toolbox
Register the marketplace in user-global settings. Edit
~/.claude/settings.json and merge in:
{
"extraKnownMarketplaces": {
"toolbox": {
"source": {
"source": "directory",
"path": "~/claude-code-toolbox"
}
}
}
}
(If ~/.claude/settings.json already exists, merge the
extraKnownMarketplaces key into the existing object — do not replace the
whole file.)
Per-project, in .claude/settings.local.json (or user-global for all
projects, in ~/.claude/settings.json):
{
"enabledPlugins": {
"engineering-guardrails@toolbox": true
}
}
cd ~/claude-code-toolbox && git pull
Plugins are loaded fresh each Claude Code session — restart Claude Code
or open /permissions to reload.
PATH (the hooks invoke python directly)mkdir plugins/<name>/{scripts,skills,agents} as neededplugins/<name>/plugin.json (manifest with hooks/skills/etc.)plugins/<name>/README.md (what it does, install, examples).claude-plugin/marketplace.jsongit pull on every device that needs itclaude-code-toolbox/
├── .claude-plugin/
│ └── marketplace.json (lists every plugin in this repo)
├── plugins/
│ └── <name>/
│ ├── plugin.json (manifest — hooks, skills, agents)
│ ├── README.md (what it does + how to use)
│ ├── scripts/ (executables invoked by hooks/skills)
│ ├── skills/ (.md skill files — optional)
│ └── agents/ (.md agent definitions — optional)
└── README.md (this file)
Keep the GitHub repo private. Clone over SSH so secrets never live in
HTTPS URLs. Nothing in this repo should contain credentials — but treat it
as you would ~/.ssh/.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub armanavanesyan/claude-code-toolbox --plugin ship-pipelineComprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Use this agent when creating user interfaces, designing components, building design systems, or improving visual aesthetics. This agent specializes in creating beautiful, functional interfaces that can be implemented quickly within 6-day sprints. Examples:\n\n<example>\nContext: Starting a new app or feature design
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.