Skip to main content
Skills extend AI agent capabilities with specialized knowledge and workflows. The Flows builder skills help your AI coding agents build and deploy Flows custom apps for Cognite Data Fusion (CDF). They capture Cognite best practices, API guidance, and opinionated workflows so agents such as Claude Code, Cursor, GitHub Copilot, Windsurf, and any agent that follows the Agent Skills standard stay aligned from the first prompt.

How skills are delivered

When you run npx @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 the builder-skills repository regularly. To pull the latest skills into an existing app, run:
To pull a specific skill:
Pull skills after upgrading @cognite/cli or when starting new work that touches authentication, data modeling, or Atlas agents — areas where Cognite updates skills most often.

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.
The table below shows which environments are supported, where each agent reads skills from, and what project context file it uses. If your preferred environment is not listed, it can still work via 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
Skills are included in both .agents/skills/ (for Cursor and the Agent Skills standard) and .claude/skills/ (for Claude Code). To update skills, run npx @cognite/cli@latest apps skills pull.

Further reading

Last modified on June 10, 2026