Skills
Skill 3 of 5
Complete Base development playbook.
1 minute · 244 words · 7 sections
Install
npx skills add base/skills --skill build-on-basenpx skills add base/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Complete playbook for building on Base L2 — network setup, smart contracts, developer tool attribution, agent registration, and node operation.
| Layer | Default |
|---|---|
| Network | Base Mainnet (8453) / Base Sepolia testnet (84532) |
| Contracts | Foundry (forge create + BaseScan verification) |
| Transactions | wagmi + viem |
| Attribution | Builder Codes — ERC-8021 via ox/erc8021 |
| RPC (prod) | Dedicated node provider or self-hosted Reth |
cast wallet import for Foundry keystoresRead the reference for your task:
| Task | When to Use | Reference |
|---|---|---|
| Network config | RPC URLs, chain IDs, explorer links, testnet setup | references/network.md (opens in a new tab) |
| Deploy contracts | Foundry deployment, BaseScan verification, faucet | references/deploy-contracts.md (opens in a new tab) |
| Run a Base node | Self-hosted RPC, Reth, hardware requirements | references/run-node.md (opens in a new tab) |
| Builder Codes | Add ERC-8021 attribution to transactions | references/builder-codes/overview.md (opens in a new tab) |
| Register AI agent/bot | Register wallet, get builder code, wire attribution | references/agents/register.md (opens in a new tab) |
npx skills add base/skills --skill build-on-baseComplete Base development playbook. Covers: (1) Network — Base RPC URLs, chain IDs (8453/84532), explorer config, testnet setup, connect to Base, Base Sepolia; (2) Contracts — Foundry deployment, forge create, BaseScan verification, CDP faucet, testnet ETH, deploy contract to Base; (3) Builder Codes — ERC-8021 attribution suffix, referral fees, dataSuffix for Wagmi/Viem/Privy/ ethers.js/window.ethereum, transaction attribution, earn referral fees, append builder code; (4) Agent registration — trading bots, AI agents, automated senders, ERC-8021 attribution wiring, base.dev API, register agent, builder code registration; (5) Node operation — run Base node, Reth setup, hardware requirements, self-hosted RPC, sync.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
master, last pushed 17 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: .claude/skills/*/SKILL.md, skills/*/SKILL.md.h1 and no skipped levels:/base/skills.md, and each skill at its own .md URL.11 files · 32 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 3.
Documentation the agent loads on demand, rather than up front.
Executable code the skill can run.