How skills are delivered
When you runnpx @cognite/cli@latest apps create, the CLI fetches skills automatically from the cognitedata/builder-skills repository and writes them into your app. No extra install or configuration — compatible agents read the skill files from your workspace.
The generated app places skills in two directories so that compatible agents can locate them automatically:
In addition, two root-level context files give agents project-wide instructions at the start of each session:
Keep skills up to date
Cognite updates thebuilder-skills repository regularly. To pull the latest skills into an existing app, run:
Example skills
The following table lists skills that ship with new apps.
For the full list and the source of each skill, see
cognitedata/builder-skills.
Supported AI development environments
Flows custom apps work with any modern AI coding agent. Every generated app includes builder skills that agents detect and use automatically without manual configuration.Claude Code is fully supported. Every generated app includes a dedicated
.claude/skills/ directory and a CLAUDE.md project context file, giving Claude Code immediate, structured access to Cognite development guidelines.AGENTS.md.
Column legend:
- Skills directory — where the agent reads builder skill files from the generated app
- Project context file — the root-level file the agent reads for project-wide instructions
- MCP support — whether the environment supports Model Context Protocol tool servers, useful for connecting to CDF APIs directly from your agent
Further reading
- Get started with Flows — Create an app and see skills land in your workspace.
- Flows features — Everything the template gives you at a glance.