Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

hyperlane-monorepo

hyperlane-monorepo에는 hyperlane-xyz에서 수집한 skills 31개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
31
Stars
66
업데이트
2026-07-03
Forks
597
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

set-moonpay-standing-quotes
소프트웨어 개발자

Update standing fee quotes for the CROSS/moonpay warp route. Use when asked to set, update, or change fees/bps for specific chains, tokens, or directions in the MoonPay route. Also use when asked to show or read current standing quotes.

2026-07-03
hyperlane-message-utils
소프트웨어 개발자

Encode and decode raw Hyperlane messages to/from packed hex bytes using the CLI. Use when you need to construct a message for testing, inspect a raw message from logs or a transaction, or decode a warp transfer body.

2026-06-29
hyperlane-utils
소프트웨어 개발자

Helper skill for using Hyperlane CLI address conversion utilities (addressToBytes32 and bytes32ToAddress) for cross-chain message formatting

2026-06-29
warp-route-check
소프트웨어 개발자

A skill that allows a user to validate that a warp route deployment will be in the expected state after applying some configuration

2026-06-29
warp-simulate-safe-txs
소프트웨어 개발자

Simulate pending Safe (multisig) governance txs for a warp route by replaying the literal calldata onto anvil forks, self-relaying any ICA messages, then running warp check against the desired registry config. Use to verify that a not-yet-signed Safe batch produces the intended warp route config before signing.

2026-06-09
warp-deploy-extend-route
소프트웨어 개발자

Add a new chain to an existing warp route owned by a customer. Reads a Linear ticket, adds the new chain to the deploy.yaml, builds a customer-specific strategy file for existing chains, runs warp apply, and outputs transaction files for the customer to sign via their multisig.

2026-06-08
claude-review
소프트웨어 품질 보증 분석가·테스터

Review code changes using Hyperlane monorepo coding standards. Use when reviewing PRs, checking your own changes, or doing self-review before committing.

2026-06-02
inline-pr-comments
소프트웨어 품질 보증 분석가·테스터

Post a single consolidated PR review with summary and inline comments. Use this skill to deliver code review feedback as one unified review per run.

2026-06-02
warp-balances
소프트웨어 개발자

Check token balances for each leg of a warp route. Shows collateral locked (for collateral/native legs) and total circulating supply (for synthetic legs). Use when you want to inspect the current state of a warp route's liquidity.

2026-05-20
warp-deploy-init-route
소프트웨어 개발자

First step of deploying a new warp route (steps 1–9). Reads a Linear ticket to extract token details and chain configuration, looks up mailbox addresses from the local registry, generates the deploy.yaml, runs the deploy, and optionally runs a send test. Follow up with /warp-deploy-update-owners.

2026-05-19
warp-deploy-update-owners
소프트웨어 개발자

Post-deployment ownership transfer and registry PR for a warp route. Transfers ownership from the temporary deployer address to real owners, adds CoinGecko ID, commits, and opens a registry PR. Run after warp-deploy-init completes deployment.

2026-05-19
debug-validator-checkpoint-inconsistency
소프트웨어 개발자

Debug validator checkpoint inconsistencies where some validators are behind others. Use when alerts mention "checkpoint inconsistency", "validators behind", or "inconsistent latest checkpoints", or when asked to debug validator sets, investigate validator delays, or troubleshoot metadata fetch failures for a chain. Defaults to default_ism app context if not specified.

2026-05-04
debug-rpc-provider
네트워크·컴퓨터 시스템 관리자

Debug RPC provider health issues for a chain. Use when alerts mention RPC failures, high latency, stale blocks, or provider errors. Diagnoses the issue and recommends fixes.

2026-05-04
fix-rpc-urls
네트워크·컴퓨터 시스템 관리자

Apply RPC URL changes for a chain. Use after /debug-rpc-provider has diagnosed the issue and recommended new URLs. The user invoking this skill is the confirmation gate.

2026-05-04
warp-deploy-fund-deployer
소프트웨어 개발자

Pre-flight gas and balance check before deploying a warp route. Reads a Linear ticket, checks deployer wallet native gas balances per chain (warn if <$10), and checks collateral token balance (need ~$1 for testing).

2026-04-24
warp-deploy-nexus
소프트웨어 개발자

Add a new warp route to the Nexus UI whitelist. Checks out the nexus branch of hyperlane-warp-ui-template, adds the warp route ID to warpRouteWhitelist.ts, and opens a PR targeting the nexus branch.

2026-04-24
warp-deploy-register-route
소프트웨어 개발자

Post-registry-merge steps for a new warp route deployment. Adds the warp route ID to warpIds.ts, updates .registryrc to latest registry commit, runs update-agent-config, then guides the user through warp monitor deployment and PR creation.

2026-04-24
verify-warp-contracts
소프트웨어 개발자

Verify EVM warp route contract source code on block explorers (implementation, ProxyAdmin, TransparentUpgradeableProxy)

2026-04-08
build-docker-image
네트워크·컴퓨터 시스템 관리자

Trigger Docker image builds for Hyperlane agent, monorepo, or node service images. Use when the user wants to build new Docker images for a branch, commit, or tag.

2026-03-16
find-docker-image
네트워크·컴퓨터 시스템 관리자

Find existing Docker image tags on GHCR for Hyperlane agent, monorepo, or node service images. Use when the user wants to find a recent image, look up an image for a branch or commit, or check what's currently deployed.

2026-03-16
claude-security-review
정보 보안 분석가

Security-focused review for Hyperlane protocol code. Use for Solidity contracts, Rust agents, and infrastructure changes.

2026-03-04
claude-tob-review
소프트웨어 개발자

Trail of Bits security skills analysis for Solidity contracts. Use for deep smart contract security review with invariant suggestions.

2026-03-04
denylist-stuck-messages
소프트웨어 개발자

Add message IDs to the relayer denylist. Use after investigating stuck messages with /investigate-stuck-messages, or when you have specific message IDs to denylist.

2026-02-07
fix-merkle-root-mismatch
소프트웨어 개발자

Apply fixes for merkle root mismatch issues in the relayer database. Use after running /investigate-merkle-root-mismatch to investigate and identify the mismatched entries. Requires user confirmation before any database modifications.

2026-02-07
investigate-merkle-root-mismatch
소프트웨어 개발자

Investigate merkle root mismatch alerts between relayer and validators. Use when alerts mention "merkle root mismatch", "checkpoint root does not match canonical root", or when asked to debug relayer merkle tree issues for a chain. This skill only investigates - use /fix-merkle-root-mismatch to apply fixes.

2026-02-07
investigate-stuck-messages
소프트웨어 개발자

Investigate stuck messages in relayer queue. Use when alerts mention "queue length > 0", to diagnose why messages are stuck, or to get message IDs for denylisting.

2026-02-07
warp-fork
소프트웨어 개발자

Fork a warp route from the local HTTP registry for development and testing. Use when the goal is try to simulate transactions on a set of anvil forks.

2026-02-07
debug-message
소프트웨어 개발자

Debug why a Hyperlane message is not being processed. Use when given a message ID or explorer URL to investigate delivery failures, gas estimation errors, validator issues, or other processing problems.

2026-01-28
gcp-logs
네트워크·컴퓨터 시스템 관리자

Read and query GCP logs for Hyperlane agents using gcloud CLI. Use when investigating relayer, validator, or scraper logs, debugging message processing, or analyzing operational issues. Provides efficient filtering and context management strategies.

2026-01-28
self-relay-hyperlane-message
소프트웨어 개발자

Uses the Hyperlane CLI to manually deliver (self-relay) a message between chains that are Ethereum protocol type.

2026-01-26
start-http-registry
소프트웨어 개발자

Start the local HTTP registry server for development. Use when testing infra scripts or commands that need a Abacus work private overrides such as RPC URLS.

2026-01-26
hyperlane-monorepo GitHub Agent Skills | SkillsMP