The missing knowledge between AI agents and Stacks/Bitcoin.
LLMs are wrong about Stacks. They think:
- Clarity is like Solidity (it's NOT)
- MetaMask works with Stacks (it doesn't - use Hiro Wallet)
- sBTC is wrapped Bitcoin (it's NOT - it's threshold signatures)
- Stacks transactions cost dollars (they cost fractions of a cent)
This project fixes that.
Each skill is a markdown file. Give any URL to your AI agent — it reads it and instantly corrects its Stacks knowledge.
https://raw.githubusercontent.com/developerfred/stacksskills/master/SKILL.md
https://raw.githubusercontent.com/developerfred/stacksskills/master/skills/clarity/SKILL.md
https://raw.githubusercontent.com/developerfred/stacksskills/master/skills/security/SKILL.md
Install the https://raw.githubusercontent.com/developerfred/stacksskills/master/SKILL.md skill
/plugin marketplace add developerfred/stacksskills
/plugin install stacksskills
| Skill | What LLMs Get Wrong |
|---|---|
| Why Stacks | Bitcoin L2 not Ethereum L2, sBTC trust-minimized |
| Ship | Most dApps need 1-2 contracts, not 5-10 |
| Clarity | Decidable LISP-like, NOT like Solidity |
| Security | Reentrancy impossible, but design bugs possible |
| Wallets | Hiro Wallet, not MetaMask |
| Gas & Costs | Fractions of a cent, not dollars |
| Contracts | Verified addresses, never hallucinate |
| Frontend | Stacks.js, not ethers.js |
| Clarinet | Local dev environment, not a blockchain |
| Topic | LLM Thinks | Reality |
|---|---|---|
| Wallets | MetaMask | Hiro Wallet or Leather |
| Addresses | 0x... |
SP... or ST... |
| Language | Like Solidity | Decidable LISP-like |
| Reentrancy | Possible | NOT possible (no recursion) |
| Costs | Expensive | $0.0001 - $0.001 |
| sBTC | Wrapped BTC | Threshold signatures |
| Library | ethers.js | Stacks.js |
This is a static site. Deploy to Vercel, Netlify, or any static host:
# Deploy to Vercel
vercel
# Or build and deploy to any static host
npm run buildSomething wrong or missing? Open a PR. The bar is "would a stock LLM get this wrong?"
MIT