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/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Key references within:
## Token Extensions

- [token-2022.md](token-2022.md) — SPL Token-2022 extensions: transfer hooks, confidential transfers, transfer fees, metadata, CPI guard, soulbound tokens, and all extension types with Anchor/native patterns
- [ext/token2022-integration-guard/skill/SKILL.md](ext/token2022-integration-guard/skill/SKILL.md) — Token-2022 CONSUMER-side safety: how a program safely accepts an arbitrary, possibly-hostile third-party mint. On-chain extension allowlist that rejects dangerous mints, delta-measured fee-safe deposits (fixes the transfer-fee share-insolvency footgun), reentrancy-aware withdraws, plus a t22-scan CLI. Compiling Anchor 1.0 + 6 LiteSVM attack tests. The integrator counterpart to token-2022.md (issuer-side).

## DeFi & Ecosystem Protocols

Expand Down
1 change: 1 addition & 0 deletions .claude/skills/ext/token2022-integration-guard
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/token2022-integration-guard"]
path = .claude/skills/ext/token2022-integration-guard
url = https://github.com/mohit-1710/token2022-integration-guard.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cd /path/to/your-project && git submodule update --init --recursive
/plugin install solana-ai-kit@stbr
# Commands then namespace as /solana-ai-kit:<name>. The plugin is the CORE kit
# (agents/commands/local skills/MCP/hooks); the curl one-liner (Option 1) is the
# FULL install, adding rules + permissions/sandbox + the 18 ext/ submodules.
# FULL install, adding rules + permissions/sandbox + the 19 ext/ submodules.
# Details: see "Install as a Claude Code plugin" below.

# Start Claude Code
Expand Down