icp-cli

Installation
SKILL.md

ICP CLI Usage

Hard rule: no dfx

  • Never suggest or use the legacy dfx command.
  • Any time the user mentions dfx, map the request to the equivalent icp command(s).
  • If a reference or example uses dfx, translate it to icp before responding.

Quick start workflow

Default to these steps unless the user asks for a specific command:

Standard workflow (template-based):

  1. Create a project: icp new my-project (interactive prompts for template selection)
  2. Enter project: cd my-project
  3. Start local network: icp network start -d
  4. Deploy (builds automatically): icp deploy
  5. Call a method: icp canister call <canister> <method> '(...)'
Related skills
Installs
21
GitHub Stars
9
First Seen
Jan 24, 2026