A collection of skills that teach AI coding agents how to build smart contracts and applications on Abstract — from connecting to the network and deploying contracts, to integrating wallets, prediction markets, and onchain agent identity.
claude plugin add abstract-skillsgit clone https://github.com/Abstract-Foundation/abstract-skills.git
claude plugin add ./abstract-skillsEach skill is a standalone module that Claude loads on-demand when relevant to your task. Within each directory, you'll find a SKILL.md with core guidance and a references/ directory with deeper documentation.
| Skill | Description |
|---|---|
| connecting-to-abstract | Connect to Abstract — chain IDs, RPC endpoints, block explorers, and deployed contract addresses for mainnet and testnet. |
| deploying-contracts-on-abstract | Deploy smart contracts to Abstract using Foundry (default) or Hardhat. Covers zksolc compilation, Abscan verification, and testing. |
| abstract-global-wallet | Integrate Abstract Global Wallet — email/social login, smart contract wallet, session keys, gas sponsorship, and third-party wallet providers. |
| using-agw-mcp | Give AI agents wallet capabilities on Abstract via the AGW MCP server — read chain data, check balances, and send transactions. |
| safe-multisig-on-abstract | Create and manage Safe multi-signature wallets on Abstract — deploy Safes, configure owners and thresholds, and execute multi-sig transactions. |
| myriad-on-abstract | Build with Myriad Protocol prediction markets — REST API for market data, SDK for trading outcome shares, and builder revenue sharing. |
| erc8004-on-abstract | Register AI agents onchain, track reputation, and discover agents using ERC-8004 — the identity and reputation protocol for agent economies. |
| Command | Description |
|---|---|
/abstract-quickstart |
Scaffold a new Abstract project. |
Other apps in the Abstract ecosystem with their own skills:
| App | Description | Plugin |
|---|---|---|
| Gigaverse | Rogue-lite dungeon crawler — AI agents quest, battle, loot, and compete on leaderboards. | Gigaverse-Games/play |
Opinionated with escape hatches. Each skill picks the best default (Foundry over Hardhat, AGW over raw wallets) and puts alternatives in references/. Claude gets the right answer first, with the full picture available when needed.
Building on Abstract? Add skills for your app by following the pattern in skills/myriad-on-abstract/:
skills/your-app-on-abstract/
├── SKILL.md # Opinionated quick start + decision tables
└── references/
├── api.md # Full API reference
├── sdk.md # SDK documentation
└── ... # Additional reference material
MIT