This guides Claude through the icp command-line tool for building and deploying Internet Computer applications. It's the successor to dfx, using YAML config instead of JSON and a recipe system for build templates. Use it when you're setting up projects, managing canister lifecycles, or dealing with deployment environments. The skill is heavy on migration gotchas: things like using `-e ic` instead of `--network ic` for mainnet, pinning recipe versions, and understanding that local networks are per-project, not global. It won't help with canister-level patterns like access control or inter-canister calls, just the CLI workflow.
npx skills add https://github.com/dfinity/icskills --skill icp-cli