Cursor Agent Skill for onboarding developers to Cookie Chain — community SVM chain, native COOK, 1:1 bridge from Solana sCOOK.
git clone https://github.com/cookiechain/agent-skill.git ~/.cursor/skills/cookie-chain-devmkdir -p .cursor/skills
cp -R path/to/cookie-chain-dev .cursor/skills/cookie-chain-devCursor discovers skills from ~/.cursor/skills/ and .cursor/skills/ in the workspace.
The agent loads this skill when users mention Cookie Chain, COOK, cookiescan, bridging, or building on the chain. You can also invoke explicitly:
Use the cookie-chain-dev skill and scaffold an Anchor program for Cookie Chain.
| File | Purpose |
|---|---|
SKILL.md |
Main agent instructions (keep under ~500 lines) |
reference.md |
RPC, programs, vaults, validator specs |
README.md |
This file |
Update when these change:
- RPC / WSS URLs
- Bridge vault addresses
- sCOOK mint address (Solana)
- Genesis program list
- New official repos or grant flows (Cookie Jar)
Primary source of truth: docs.cookiechain.wtf.
Match your org default (MIT recommended for skills).