solana-tx-debugger-skill as external skill submodule#29
Open
thesithunyein wants to merge 5 commits into
Open
Conversation
|
@thesithunyein is attempting to deploy a commit to the STBR TRUE Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds solana-tx-debugger-skill as a new external skill submodule under
ext/solana-tx-debugger.Why
Failed Solana transactions are the #1 developer pain point — opaque error codes, nested CPI failures, compute budget exhaustion, and ALT/versioned tx issues are hard to diagnose without deep program knowledge. This skill gives Claude Code the domain expertise to:
2000+, accounts3000+) and user-defined#[error_code]errors starting at 6000 — plus SPL Token, Token-2022, and System program enumsAccuracy
Error codes are verified against the actual program enums (
anchor_lang::error::ErrorCode,spl_token::error::TokenError, SystemSystemError) — including the common pitfall that Anchor uses no0x1000offset. The same decoding engine powers the live demo, so reviewers can verify accuracy in-browser.Structure
Follows the same progressive markdown structure as
solana-game-skill:/debug-tx <signature>commandDemo
Live demo: solana-explainer.vercel.app
License
MIT