Skip to main content
Version: 0.8.x [Latest Beta]

LLM skills file

What is this?

The skills file is a single Markdown document that teaches AI coding assistants (LLMs) how to use the DenkFlow SDK across Python and C/C++. It contains the full API surface, code patterns, and conventions in a compact format that LLMs can consume in one shot.

Feed it to your AI assistant (Cursor, Copilot, ChatGPT, Claude, etc.) and it will be able to:

  • write DenkFlow pipelines from scratch
  • load .denkflow exports and process images
  • use the correct tensor types, topic names, and receiver patterns
  • handle licensing, logging, and environment configuration
  • generate correct code for all supported languages

Download

Download skills.md

Or fetch it directly:

curl -O https://denkflow-docs.denkweit.ai/skills.md

How to use it

Cursor

Place the file in your project root as .cursor/rules/denkflow.md or add it to your Cursor rules.

ChatGPT / Claude / other

Paste the file contents into your system prompt, or attach it as a file at the start of a conversation.

Copilot

Include it in your repository so Copilot indexes it, or reference it in your workspace instructions.