Skills
Give your coding agent the Morpho skills to build and review Earn and Borrow products.
Use Morpho builder skills to apply best practices when integrating Morpho Vaults and Markets, including recommended SDKs, user flows, terminology, disclosures, and pre-launch reviews.
Install
Add every skill with the skills CLI:
npx skills add morpho-org/morpho-skillsOr pick individual skills:
npx skills add morpho-org/morpho-skills --skill earn-integration
npx skills add morpho-org/morpho-skills --skill borrow-integrationClaude Code can instead install them as plugins from the Morpho marketplace, which also hosts morpho-mcp, a plugin that registers the hosted MCP server:
/plugin marketplace add morpho-org/morpho-skills
/plugin install morpho-integration@morpho-agentAvailable skills
| Plugin | Skill |
|---|---|
morpho-integration | earn-integration |
morpho-integration | borrow-integration |
morpho-integration | earn-integration-review |
morpho-integration | borrow-integration-review |
Pick by intent. If you are asking an agent to build a deposit flow, a borrow screen, or the copy around them, use the integration skill for the product. If you are asking it to check an integration before shipping, use the matching review skill.
Integration skills
The integration skills distill Morpho's Integrator UX Playbook into guidance an agent applies while it works, one skill pair per product:
| Product | Build skill | Review skill |
|---|---|---|
| Earn (Vaults) | earn-integration | earn-integration-review |
| Borrow — variable (Blue) & fixed (Midnight) | borrow-integration | borrow-integration-review |
Build skills guide the agent surface by surface — from entry screen through detail, configuration, review, confirm, and position management. They ground every screen in the playbook's seven shared foundations — vocabulary, attribution, disclosures, and rate transparency (all critical), plus conversion mechanics, clarity & safety, and discoverability — and fold in the product-specific work: APY splits and vault transparency for Earn; health, LTV, and liquidation display for variable-rate borrow; orderbook quoting and maturity obligations for fixed-rate borrow.
Review skills run the orchestrated compliance pass. The plugin ships seven compliance agents, one per foundation; the review skill spawns all of them in parallel over your codebase, screenshots, or flow description, aggregates their verdicts into the playbook's rubric checklist, then adds a red-flag pass and a launch self-review. The same agents also work one at a time during a build — finish a screen, then verify it against the relevant foundation.
Use Cases
Building an Earn or Borrow product. With earn-integration or borrow-integration, the agent scaffolds deposit and borrow flows that are compliant by construction — correct vocabulary, Powered by Morpho attribution, the disclosure gate, and honest rate display from the first commit.
Pre-launch audit. Run the review skill for your product and get a checklist-backed report — every rubric row cited, red flags called out — before the integration ships.