Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/skills/ext/solana-tx-debugger
Submodule solana-tx-debugger added at 4268e7
15 changes: 15 additions & 0 deletions .claude/skills/skill-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down