feat: add transaction-landing and token-2022 Solana skills#133
Open
kanishak11-cyber wants to merge 1 commit into
Open
feat: add transaction-landing and token-2022 Solana skills#133kanishak11-cyber wants to merge 1 commit into
kanishak11-cyber wants to merge 1 commit into
Conversation
Two novel, foundational Solana agent skills, each with SKILL.md, runnable typechecked examples (web3.js v1 + @solana/kit v2), resources, and docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds two novel, foundational Solana agent skills.
transaction-landing
Land Solana transactions reliably under congestion: compute-unit limits, dynamic priority fees (native RPC + Helius Priority Fee API), atomic Jito bundles with tips, and a blockhash-aware smart-send/retry loop.
token-2022
Build & manage SPL Token-2022 (Token Extensions): transfer fees, on-chain metadata, transfer hooks, confidential transfers, permanent delegate, non-transferable, with correct account sizing and extension init order.
Each skill ships
SKILL.md, runnable examples for both@solana/web3.jsv1 and@solana/kit(web3.js v2), resources, and a troubleshooting/pitfalls doc.npm run typecheckpasses under strict TS. No secrets ornode_modulescommitted.