Community Discussions Are Open — Test ICP Skills & Share Your Feedback #124
marc0olo
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We've opened community discussions on this repo! We want to hear from you — whether you're building on ICP with Claude, Copilot, Cursor, or any other coding agent.
What are ICP Skills?
ICP Skills are agent-readable implementation patterns for the Internet Computer. They give coding agents tested code, correct dependency versions, and common pitfalls — so they produce working ICP code instead of generating incorrect or outdated patterns.
Browse available skills: skills.internetcomputer.org
How to use them
There are several ways to get started — pick whichever fits your setup:
Option 1: Prompt your agent (quickest)
Submit this prompt to your coding agent:
That's it. The agent will discover available skills and use them automatically.
Option 2: Install skills locally
This downloads the skills into your project so agents can reference them without fetching from the registry at runtime.
Option 3: Start a new project with
icp-cliWhen you create a project from the reference templates (the default behavior),
icp-cliincludes anAGENTS.mdand aCLAUDE.mdfile automatically. These instruct your coding agent to discover and use ICP Skills — no extra setup needed.Option 4: Add to an existing project manually
New projects created with
icp-clialready include these files. To add the same setup to an existing project, create anAGENTS.mdfile in your project root with the following content:AGENTS.md content
For Claude specifically, also create a
CLAUDE.mdthat references it:Get involved!
hallucinationlabel.We'd love your feedback — what's working, what's broken, and what skills you need next.
Beta Was this translation helpful? Give feedback.
All reactions