Juicebox Skills
Description
claude code skills for Juicebox ecosystem development
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Juicebox V6 Skills
Portable skills for AI agents working with Juicebox V6. The hosted MCP works with any agent or client that supports MCP over Streamable HTTP.
Every skill is written against V6 source (`nana-*-v6`, `revnet-core-v6`, `croptop-core-v6`, `bendystraw-v6`) with addresses generated from `deploy-all-v6` deployment artifacts. One contract set, one address per contract on every supported chain (Ethereum, Optimism, Base, Arbitrum + Sepolia testnets).
Quick Start
Use the skills in your agent
Each skill is a directory with a `SKILL.md` entry point using the open [Agent Skills format](https://agentskills.io/specification). Extract the desired archive from `plugins/juicebox-v6/dist/` into your agent's skill directory, keeping the inner skill folder and its bundled files together. Each archive contains the shared addresses, ABIs, and helpers referenced by that skill.
Agents without native skill discovery can read `SKILL.md` and its referenced files as task context. Skill names in the tables below identify directories; invocation syntax and installation locations depend on the agent. The MCP can also be used independently of the skills.
**Optional Claude packaging:** Claude Code users can install the existing plugin with `/plugin marketplace add mejango/juicebox-skills` followed by `/plugin install juicebox-v6@juicebox`. Claude Console users can upload a ZIP. These are client-specific packaging options for the same skill content.
V6 identity and hosted MCP
These skills operate on V6 only. Keep `{ version: 6, chainId, projectId }` together; reject explicit unsupported versions and never use a name or ID alone as a transaction target. The hosted MCP at `https://juicebox.center/mcp` provides project resolution, live reads, unsigned plans, and reviewed project metadata publishing. Wallet signatures remain external.
Connect the hosted MCP
The skills provide instructions and examples; the MCP provides callable V6 tools. Add a remote MCP serve
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11