一键导入
arbitrum
Arbitrum Nitro L2 stack—architecture, ADRs, gas model, BOLD dispute protocol, and repo conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Arbitrum Nitro L2 stack—architecture, ADRs, gas model, BOLD dispute protocol, and repo conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Go Ethereum (geth) — CLI, JSON-RPC, Clef, abigen, and developer workflows.
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
| name | arbitrum |
| description | Arbitrum Nitro L2 stack—architecture, ADRs, gas model, BOLD dispute protocol, and repo conventions. |
| metadata | {"author":"hairy","version":"2026.2.24","source":"Generated from https://github.com/OffchainLabs/nitro"} |
Skill is based on Arbitrum Nitro (OffchainLabs/nitro), generated from source at the listed date. Main docs live at nitro-docs and developer.arbitrum.io.
Nitro is the current Arbitrum L2 stack: Geth for execution, ArbOS for L2 chain services (bridges, batching, compression), and WASM-based interactive fraud proofs. The Nitro repo contains the node implementation, ADRs, and the BOLD dispute protocol integration; run/build and operator docs are in the external documentation.
| Topic | Description | Reference |
|---|---|---|
| Nitro overview | Stack (Geth, ArbOS, WASM proofs), where docs live, audits | core-about |
| ADRs | MADR format, templates, adding decisions under docs/decisions/ | core-decisions-adr |
| Topic | Description | Reference |
|---|---|---|
| Multi-dimensional gas | ResourceKind categories, L1/L2 calldata, WASM (Stylus) metering | features-multidimensional-gas |
| BOLD protocol | Dispute system, assertion poster/scanner, edge trackers, L2 state provider | features-bold-protocol |
| Topic | Description | Reference |
|---|---|---|
| Changelog fragments | Format, sections (Added/Changed/Configuration/Ignored), one file per PR | best-practices-changelog |
| Constraint types (Go) | Avoid primitive constraint wrappers; keep checks at call sites | best-practices-constraint-types |