Skip to content

Abstract-Foundation/abstract-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abstract banner

Abstract Skills

Skills for building on Abstract — the blockchain leading the next generation of consumer crypto.


What is this?

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.

Installation

Claude Code

claude plugin add abstract-skills

From GitHub

git clone https://github.com/Abstract-Foundation/abstract-skills.git
claude plugin add ./abstract-skills

Skills

Each 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.

Commands

Command Description
/abstract-quickstart Scaffold a new Abstract project.

Ecosystem

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

Design Philosophy

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.

Adding Your App

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

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages