Review code against CLAUDE.md standards with focus on multi-chain safety, BigInt precision, and config separation.
Run build, lint, and tests after code changes. Fix any failures before stopping.
Menú
Vista por repositorio de 8 skills recopiladas en 4 repositorios de GitHub.
Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.
Review code against CLAUDE.md standards with focus on multi-chain safety, BigInt precision, and config separation.
Run build, lint, and tests after code changes. Fix any failures before stopping.
Review code against CLAUDE.md standards with focus on config separation, BigInt precision, and strategy patterns.
Run build, lint, and tests after code changes. Fix any failures before stopping.
Drive the Morpho lending protocol from the terminal via `npx @morpho-org/cli@latest` — queries vaults/markets/positions and prepares unsigned Morpho transactions with built-in simulation across all supported chains (Ethereum, Base, Arbitrum, Optimism, Polygon, Unichain, World Chain, Katana, HyperEVM, Monad, Stable). Invoke whenever the user asks to explore Morpho vault APYs / TVL / allocations ("best USDC vault on Base"), compare Morpho Blue markets ("ETH/USDC markets on Arbitrum"), inspect positions or health factor ("what are my Morpho positions"), or prepare any Morpho operation — deposit, withdraw, supply, borrow, repay, supply/withdraw collateral — even when the user doesn't explicitly name the CLI. If the user is writing application code that integrates Morpho, prefer the morpho-builder skill instead.
Use when building applications, bots, SDKs, or integrations against the Morpho lending protocol — deposits, borrows, repays, withdrawals, vault v1/v2 integrations, V1→V2 migration flows, risk monitors, portfolio dashboards. Steers toward `@morpho-org/morpho-sdk` (`MorphoClient`) for user-facing transactions and flags uncovered flows (curator ops, market creation, liquidations, flashloans, rewards) that need lower-level SDKs. Invoke whenever a user mentions Morpho, MetaMorpho, Morpho Blue, or any on-chain integration touching these contracts — even if they don't name morpho-sdk explicitly.