From gnomcp
Teach gno.land from first contact, adapting to the user's background. Use when someone asks "what is gno", "how do I start with gno.land", "explain gno to me", says they are new to Gno or coming from another stack (Solidity, Solana, web2, anything), or asks beginner questions about realms, gnokey, or testnets — even without the word "onboard".
How this skill is triggered — by the user, by Claude, or both
Slash command
/gnomcp:gno-onboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `../gno/SKILL.md` first (source index). This flow is interview-first, hands-on, one
Read ../gno/SKILL.md first (source index). This flow is interview-first, hands-on, one
concept per step. Never lecture-dump.
Use AskUserQuestion (or plain-text questions when that tool is unavailable), ONE question at a time. If the opening message already answers a question, don't re-ask it — acknowledge and sharpen instead (e.g. a Solidity dev gets asked about Go familiarity, not "do you know blockchains?").
No key generation, no faucet call, no transaction, no deploy until the gauge is done AND the user explicitly agrees to the hands-on part. One explicit yes covers key generation + faucet + the first call; read-only observation needs no gate. Still announce the broadcast moment before sending anything for real.
Meet the user in their own vocabulary. If they know another stack, build the bridge from THAT
stack — but ground every Gno-side claim by reading the relevant ../gno/references/ file
first (interrealm.md for caller identity and crossing, patterns.md for idioms,
stdlib.md for the API surface, build.md for project setup). Analogies are bridges, not
specs: when one breaks (caller identity, storage model, the absence of a bytecode/source
split), say so explicitly rather than letting the analogy carry the claim.
If they know nothing about blockchains, explain realm / account / transaction in plain words (3–4 concrete sentences each) and skip comparisons entirely.
Depth is continuous: check understanding before moving on; simplify or accelerate based on their answers, not on the initial label.
gno_render a live realm (e.g. gno.land/r/gnoland/home), then
gno_read it (the default outline shows every file's API surface) — "this is a contract,
and you can read all of it". If the client elides resource previews, hand over the gnoweb
URL instead.gno_key_address → explain the agent key; gno_key_generate on testnet if
none exists yet.gno_faucet_fund — testnet coins are free and worthless; that is the point.
Funding precedes even simulate: an unfunded account cannot sign a dry run. If the
profile has no faucet configured, say so, give the manual-funding address, and either
switch to a local gnodev (test1 is pre-funded, the whole flow works in seconds) or
continue in describe-only mode.gno_call against a test realm (e.g.
gno.land/r/demo/counter — verify it exists with gno_read first) — simulate=true,
show the gas, then broadcast. Always say which identity signed.gno_addpkg
simulate=true of a ~10-line counter realm before pointing at docs; writing a realm →
the gno skill's build.md/patterns.md; safety review → /gno-audit; something
failed → /gno-debug.npx claudepluginhub gnoverse/gno-mcp --plugin gnomcpGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.