From gnomcp
Diagnose and fix failed Gno transactions and calls. Use whenever a gno.land transaction failed, a gnomcp write tool returned an error (insufficient_funds, authentication_required, scope_mismatch, invalid sequence, panic, out of gas), a gno_call/gno_run/gno_addpkg result looks wrong, or the user pastes a chain error message — even if they never say "debug".
How this skill is triggered — by the user, by Claude, or both
Slash command
/gnomcp:gno-debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read `../gno/SKILL.md` first — the source index for everything Gno.
../gno/SKILL.md first — the source index for everything Gno.../gno/references/debug.md — its failure-signature table drives this flow.gno_eval, or simulate=true)
BEFORE any broadcast.If nothing in the table matches, route through ../gno/SKILL.md's index instead of guessing
(security.md for authorization questions, interrealm.md for caller/crossing semantics) —
and say plainly what remains unknown.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub gnoverse/gno-mcp --plugin gnomcp