docs: add Meteora AI tooling#182
Conversation
Greptile SummaryThis PR adds two new Meteora entries to
Confidence Score: 4/5Documentation-only change; no code is modified. The main concern is that both new entries point to the same URL, making the DeFi skills listing redundant with the Developer Tools listing. The DeFi skill entry links to the MCP documentation page rather than a skill source repository, which is how every other skill entry in that section works and what distinguishes skills from developer tools. This creates a confusing duplicate rather than a distinct resource for readers. README.md — specifically the new Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md] --> B[DeFi Section]
A --> C[Developer Tools Section]
B --> D["meteora-ai-skill-and-mcp\n(new — line 44)\nhttps://docs.meteora.ag/mcp"]
B --> E["meteora-skill (existing)\nhttps://github.com/sendaifun/skills/…/meteora"]
C --> F["Meteora Documentation MCP\n(new — line 98)\nhttps://docs.meteora.ag/mcp"]
D -. "same URL" .-> F
D --> G["DLMM docs + dlmm-sdk"]
D --> H["DAMM v2 + damm-v2-sdk"]
D --> I["Dynamic Bonding Curve + dbc-sdk"]
Reviews (1): Last reviewed commit: "docs: add Meteora AI tooling" | Re-trigger Greptile |
| - [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). |
There was a problem hiding this comment.
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.
| - [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). |
There was a problem hiding this comment.
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!
Summary
Notes
Validation
git diff --check.