From 2e65380f80b2d9413bb2deeb3fb7d196a6a53c13 Mon Sep 17 00:00:00 2001 From: Sithu Nyein Date: Mon, 22 Jun 2026 01:48:34 +0630 Subject: [PATCH 1/5] Add solana-tx-debugger-skill as ext submodule + registry entry --- .claude/skills/ext/solana-tx-debugger | 1 + .claude/skills/skill-registry.json | 15 +++++++++++++++ .gitmodules | 3 +++ README.md | 1 + 4 files changed, 20 insertions(+) create mode 160000 .claude/skills/ext/solana-tx-debugger diff --git a/.claude/skills/ext/solana-tx-debugger b/.claude/skills/ext/solana-tx-debugger new file mode 160000 index 0000000..f17fb07 --- /dev/null +++ b/.claude/skills/ext/solana-tx-debugger @@ -0,0 +1 @@ +Subproject commit f17fb07c16ad094e74f53b1f0e547dd39c75f3d6 diff --git a/.claude/skills/skill-registry.json b/.claude/skills/skill-registry.json index b36f118..7f5fe5a 100644 --- a/.claude/skills/skill-registry.json +++ b/.claude/skills/skill-registry.json @@ -572,6 +572,21 @@ "safety": "clean — community index, not first-party-vetted; verify each entry before installing", "tags": ["aggregator", "scout", "plugins", "community", "discovery"] }, + { + "id": "solana-tx-debugger", + "name": "Solana TX Debugger Skill", + "type": "skill", + "domain": "solana-infra", + "description": "Diagnose failed Solana transactions: decode error codes (Anchor, SPL, Token-2022, System), identify root cause from logs and CPI depth, and prescribe concrete fixes with code snippets. Includes 22+ real-world error recipes, compute budget optimization, ALT/versioned tx guidance, and simulation-based pre-send debugging.", + "source": "https://github.com/thesithunyein/solana-tx-debugger-skill", + "install": { "method": "submodule", "command": "git submodule add https://github.com/thesithunyein/solana-tx-debugger-skill .claude/skills/ext/solana-tx-debugger", "env": [] }, + "license": "MIT", + "maintainer": "thesithunyein", + "signal": { "stars": null, "last_commit": "2026-06-22", "reputability": "individual" }, + "default_installed": false, + "safety": "clean — pure markdown skill, no scripts/binaries beyond standard install.sh", + "tags": ["debugging", "error-codes", "anchor", "spl", "token-2022", "compute-budget", "cpi", "alt", "simulation", "solana"] + }, { "id": "nansen-mcp", "name": "Nansen", diff --git a/.gitmodules b/.gitmodules index 123ce4a..9c695ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule ".claude/skills/ext/eth-to-sol"] path = .claude/skills/ext/eth-to-sol url = https://github.com/solana-foundation/eth-to-sol-skill +[submodule ".claude/skills/ext/solana-tx-debugger"] + path = .claude/skills/ext/solana-tx-debugger + url = https://github.com/thesithunyein/solana-tx-debugger-skill.git diff --git a/README.md b/README.md index 90aa427..f2dbdd7 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ The two paths are complementary: individuals wanting Solana agents/commands acro | `ext/helius` | [helius-labs/core-ai](https://github.com/helius-labs/core-ai) | Official Helius infra skill + unique SVM internals skill | | `ext/quicknode-anchor` | [quiknode-labs/solana-anchor-claude-skill](https://github.com/quiknode-labs/solana-anchor-claude-skill) | Anchor/financial-math/Quasar reference files (quarantined — refs only) | | `ext/eth-to-sol` | [solana-foundation/eth-to-sol-skill](https://github.com/solana-foundation/eth-to-sol-skill) | EVM/Solidity → Anchor two-pass porting | +| `ext/solana-tx-debugger` | [thesithunyein/solana-tx-debugger-skill](https://github.com/thesithunyein/solana-tx-debugger-skill) | Diagnose failed Solana transactions: decode error codes, identify root cause, prescribe fixes (Anchor, SPL, Token-2022, compute budget, CPI, ALTs) | ### Agent Teams From a1a07ec3f2e44ad0077df1e658d58816e1b06cc9 Mon Sep 17 00:00:00 2001 From: Sithu Nyein Date: Mon, 22 Jun 2026 02:15:46 +0630 Subject: [PATCH 2/5] Bump solana-tx-debugger submodule to latest --- .claude/skills/ext/solana-tx-debugger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/ext/solana-tx-debugger b/.claude/skills/ext/solana-tx-debugger index f17fb07..b1a0697 160000 --- a/.claude/skills/ext/solana-tx-debugger +++ b/.claude/skills/ext/solana-tx-debugger @@ -1 +1 @@ -Subproject commit f17fb07c16ad094e74f53b1f0e547dd39c75f3d6 +Subproject commit b1a0697f0a7e66fe881bae0e28bb5425cb0b2db2 From b969b639cb16034f2c0aaf5db47ccde54758d4fa Mon Sep 17 00:00:00 2001 From: Sithu Nyein Date: Mon, 22 Jun 2026 03:25:38 +0630 Subject: [PATCH 3/5] Bump solana-tx-debugger: error-code accuracy overhaul + demo GIF + novelty positioning --- .claude/skills/ext/solana-tx-debugger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/ext/solana-tx-debugger b/.claude/skills/ext/solana-tx-debugger index b1a0697..76f847c 160000 --- a/.claude/skills/ext/solana-tx-debugger +++ b/.claude/skills/ext/solana-tx-debugger @@ -1 +1 @@ -Subproject commit b1a0697f0a7e66fe881bae0e28bb5425cb0b2db2 +Subproject commit 76f847c0e4e1f462928681b116a460230f9dd560 From fb713048c88f0d256d2de87723de7f154af8c0b1 Mon Sep 17 00:00:00 2001 From: Sithu Nyein Date: Mon, 22 Jun 2026 03:30:35 +0630 Subject: [PATCH 4/5] Bump solana-tx-debugger: logo + badges in README --- .claude/skills/ext/solana-tx-debugger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/ext/solana-tx-debugger b/.claude/skills/ext/solana-tx-debugger index 76f847c..c1de8b2 160000 --- a/.claude/skills/ext/solana-tx-debugger +++ b/.claude/skills/ext/solana-tx-debugger @@ -1 +1 @@ -Subproject commit 76f847c0e4e1f462928681b116a460230f9dd560 +Subproject commit c1de8b2f8db365ef94100abb1f93745b77160342 From 0e9e2dd1f52e20080231456c864302f342100d50 Mon Sep 17 00:00:00 2001 From: Sithu Nyein Date: Mon, 22 Jun 2026 03:38:27 +0630 Subject: [PATCH 5/5] Bump solana-tx-debugger: looping GIF + matching logo --- .claude/skills/ext/solana-tx-debugger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/ext/solana-tx-debugger b/.claude/skills/ext/solana-tx-debugger index c1de8b2..4268e79 160000 --- a/.claude/skills/ext/solana-tx-debugger +++ b/.claude/skills/ext/solana-tx-debugger @@ -1 +1 @@ -Subproject commit c1de8b2f8db365ef94100abb1f93745b77160342 +Subproject commit 4268e7907061e1def5be3b6f4598d8c54ef16d3c