axone-protocolaxone-protocolOfficialΒ·9 Agent Skills Included

contracts

CosmWasm smart contract design, testing, and deployment

Guides the design, testing, and deployment of CosmWasm smart contracts built with Rust and the Abstract SDK. Covers API message design, domain modeling, doc comments, conventional commits, and quality gates. Eliminates guesswork in contract structure and keeps schemas, docs, and tests in sync automatically.
npx skills add axone-protocol/contracts --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Axone Contracts skills?β–Ό

Run `npx skills add axone-protocol/contracts --all -g -y` in your terminal to install all skills in this suite globally.

How to structure a CosmWasm smart contract?β–Ό

The cosmwasm-contract skill provides a proven skeleton with handlers, domain, state, and error layers, plus Abstract SDK wiring patterns used in production Axone contracts.

How to deploy CosmWasm contracts to testnet?β–Ό

The deployment skill walks through cargo-make tasks for publishing modules, installing them on Abstract accounts, and verifying deployments on local, testnet, or mainnet networks.

Do these skills work with Claude Code and Cursor?β–Ό

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.

How to keep contract docs and schemas in sync?β–Ό

The doc-generation and rust-quality-gates skills regenerate schemas and Markdown docs from Rust types with a single cargo make docs command.

Related Repositories in Software Engineering

View All in Software Engineering→