Zum Hauptinhalt springen

Cookbook

Recipes for AI agents working with TOGETHER CCA documentation and diagrams.

This cookbook provides step-by-step instructions and scripts for common tasks. Recipes are designed to be followed by AI agents (Claude Code, etc.) but are also useful for developers.

Recipes

RecipeDescription
discover-brandingFind project branding config (docs/.branding/)
more to come

Convention: docs/.branding/

Projects should store output-specific configuration in a hidden branding folder:

<project>/
└── docs/
└── .branding/
├── metadata.yaml # PDF branding (title color, fonts)
└── _project-colors.d2 # Diagram component colors

This convention enables consistent discovery across projects and AI tooling.