Skip to content
Open
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ AI coding skills that enhance developer productivity on Solana.
- [jupiter-skill](https://github.com/jup-ag/agent-skills/tree/main/skills/integrating-jupiter) - AI coding skill for Jupiter covering Ultra swaps, limit orders, DCA, perpetuals, lending, and token APIs on Solana.
- [kamino-skill](https://github.com/sendaifun/skills/tree/main/skills/kamino) - AI coding skill for Kamino Finance covering lending, borrowing, liquidity management, leverage trading, and oracle aggregation on Solana.
- [lulo-skill](https://github.com/sendaifun/skills/tree/main/skills/lulo) - AI coding skill for Lulo, Solana's lending aggregator that routes deposits to the highest-yielding protocols across Kamino, Drift, MarginFi, and Jupiter.
- [meteora-ai-skill-and-mcp](https://docs.meteora.ag/mcp) - Official Meteora Documentation MCP and AI skill for building Solana DeFi with [DLMM](https://docs.meteora.ag/developer-guides/dlmm) concentrated liquidity via [dlmm-sdk](https://github.com/MeteoraAg/dlmm-sdk), [DAMM v2](https://github.com/MeteoraAg/damm-v2) Token-2022 AMM pools via [damm-v2-sdk](https://github.com/MeteoraAg/damm-v2-sdk), and [Dynamic Bonding Curve](https://github.com/MeteoraAg/dynamic-bonding-curve) launches via [dynamic-bonding-curve-sdk](https://github.com/MeteoraAg/dynamic-bonding-curve-sdk).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 DeFi skill entry links to the same URL as the Developer Tools entry

Both meteora-ai-skill-and-mcp (line 44, DeFi section) and Meteora Documentation MCP (line 98, Developer Tools) resolve to https://docs.meteora.ag/mcp. Every other entry in the DeFi skills section links to an actual skill file or repository (e.g. the adjacent meteora-skill links to https://github.com/sendaifun/skills/tree/main/skills/meteora). If this entry is meant to represent an AI coding skill, it should link to the skill's source or installation page — otherwise readers following the DeFi entry will land on the same documentation MCP page they would find under Developer Tools, making the DeFi listing redundant.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Inline Markdown links in description break list style convention

This entry embeds six hyperlinks inside its description prose ([DLMM](…), [dlmm-sdk](…), [DAMM v2](…), [damm-v2-sdk](…), [Dynamic Bonding Curve](…), [dynamic-bonding-curve-sdk](…)). Every other entry in the file uses plain text (or inline backticks for package names) with only the lead link in the [name](url) heading slot. The heavy linking makes this entry visually inconsistent and harder to scan; the SDK GitHub URLs could be moved to the Developer Tools entry or trimmed to a single canonical link per product.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

- [meteora-skill](https://github.com/sendaifun/skills/tree/main/skills/meteora) - AI coding skill for Meteora DeFi SDK covering liquidity pools, AMMs, bonding curves, vaults, and token launches on Solana.
- [octav-api-skill](https://github.com/Octav-Labs/octav-api-skill) - AI coding skill for Octav API covering Solana wallet portfolio tracking, transaction history, DeFi protocol positions, and token analytics.
- [orca-skill](https://github.com/sendaifun/skills/tree/main/skills/orca) - AI coding skill for Orca Whirlpools concentrated liquidity AMM covering swaps, liquidity provision, pool creation, and position management.
Expand Down Expand Up @@ -94,6 +95,7 @@ AI-enhanced development tools for the Solana ecosystem.
- [Solana Developer MCP](https://mcp.solana.com/) - Maintained by Solana. Solana MCP (Model Context Protocol) is a specialized AI assistant that integrates directly into AI-supported IDEs like Cursor and Windsurf (works with Claude CLI as well). Automatically queries the MCP server to provide accurate, up-to-date information from Solana and Anchor Framework documentation.
- [DFlow MCP Server](https://pond.dflow.net/build/mcp) - Unified spot + prediction market trading API with smart routing and low-failure execution; MCP connects AI tools to DFlow docs, APIs, and code recipes for accurate integrations on Solana.
- [Deside MCP](https://github.com/DesideApp/deside-mcp) - Wallet-to-wallet messaging primitive for Solana agents via MCP, where agents authenticate with an Ed25519 keypair and send DMs addressed by pubkey.
- [Meteora Documentation MCP](https://docs.meteora.ag/mcp) - HTTP MCP server exposing searchable Meteora docs, a read-only docs filesystem, and the `mintlify://skills/meteora` AI skill for agentic DLMM, DAMM v2, and Dynamic Bonding Curve integrations.
- [Phantom Connect SDK](https://docs.phantom.com) - Official Phantom Connect SDK documentation MCP server providing real-time API reference for building wallet-connected apps on Solana using `@phantom/react-sdk`, `@phantom/react-native-sdk`, and `@phantom/browser-sdk`.
- [SLO (Solana LLM Oracle)](https://github.com/GauravBurande/solana-llm-oracle) - Enables LLM inference directly in Solana programs for on-chain AI capabilities in games and protocols requiring autonomous functions.
- [LumoKit](https://github.com/Lumo-Labs-AI/lumokit) - Lightweight Python AI toolkit for Solana with on-chain actions, token swaps via Jupiter, and research capabilities for ecosystem developers.
Expand Down