Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognite.com/llms.txt

Use this file to discover all available pages before exploring further.

Skills are reusable instruction files that AI coding agents use when you work in a Flows app for Cognite Data Fusion (CDF). They capture Cognite best practices, API guidance, and opinionated workflows so agents such as Cursor, Claude Code, and GitHub Copilot stay aligned without you repeating the same prompts every time.

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.

Keep skills up to date

Cognite updates the builder-skills repository regularly. To pull the latest skills into an existing app, run:
npx @cognite/cli@latest apps skills pull
To pull a specific skill:
npx @cognite/cli@latest apps skills pull --skill <name>
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.
SkillPurpose
setup-flows-authWire up connectToHostApp and authenticated CDF access.
integrate-atlas-chatAdd a streaming Atlas Agent chat interface to your app.
create-client-toolGenerate an AtlasTool and integrate it with useAtlasChat.
designApply Aura UI components, tokens, layouts, and accessibility guidance.
dm-limits-and-best-practicesFollow CDF data modeling concurrency and batching guidance.
performanceOptimize for speed, render counts, and bundle size.
securityReview for credentials, user input, and external data vulnerabilities.
flows-app-briefCoach you through the App Brief before you build.
flows-code-reviewRun the technical review and surface Must Fix items.
flows-design-reviewScore the app against the 10 design quality questions.
flows-external-app-submitVerify all artifacts and submit for Application certification.
For the full list and the source of each skill, see cognitedata/builder-skills.

Further reading

Last modified on May 26, 2026