Use this skill when the user wants to scaffold a blockchain application, build Cosmos SDK chains, or manage blockchain development workflows.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-6bc113ae)More formats (shields.io, HTML) on the badges page.
---
name: ignite-cli
description: Use this skill when the user wants to scaffold a blockchain application, build Cosmos SDK chains, or manage blockchain development workflows.
---
# ignite-cli Plugin
CLI tool for creating and maintaining blockchain applications. Scaffold, build, and manage Cosmos SDK blockchains from the command line.
## Commands
### Chain Operations
- `ignite-cli chain scaffold` — Scaffold a new blockchain
- `ignite-cli chain build` — Build the blockchain
### Utility
- `ignite-cli _ _` — Passthrough to ignite CLI
## Usage Examples
- "Scaffold a blockchain"
- "Build blockchain application"
- "Create Cosmos SDK chain"
- "Generate blockchain module"
## Installation
```bash
brew install ignite
```
## Examples
```bash
# Scaffold a new blockchain
ignite-cli chain scaffold my-blockchain
# Scaffold with custom prefix
ignite-cli chain scaffold my-blockchain --address-prefix mychain
# Build the chain
ignite-cli chain build
# Build for release
ignite-cli chain build --release
# Any ignite command with passthrough
ignite-cli _ _ chain serve
ignite-cli _ _ generate proto-go
```
## Key Features
- **Scaffold** - Generate blockchain code
- **Cosmos SDK** - Cosmos SDK based
- **Modules** - Generate modules
- **Proto** - Protocol buffer support
- **Build** - Build chains
- **Serve** - Local development server
- **Frontend** - Generate frontends
- **Wasm** - CosmWasm support
- **Test** - Testing utilities
- **Release** - Release builds
## Notes
- Requires Go installed
- Works with Cosmos SDK
- Great for blockchain development
- Supports module generation
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!