Brand Guide /KI-Kontext
32 · System

KI-Kontext.

Die maschinenlesbare Oberfläche des Design Systems. Jeder AI-Agent in einem Klubly-Repo liest zuerst hier.

SKILL.md
Universelles AI-Skill-Manifest
Operative Regeln für jede Klubly-Generierung — Stimme, Farben, Typ, Komponenten, harte Verbote. Kompatibel mit Cursor, Claude Code, Codex CLI, Windsurf, Antigravity.
llms.txt
Hierarchischer LLM-Index (llmstxt.org)
Schlanke Index-Datei. Verlinkt jede Quelle der Wahrheit für gezielte Fetches.
llms-full.txt
Cold-Bootstrap-Vollkontext
Inlines jede Quelle. Für LLMs ohne Follow-up-Fetch-Kapazität.
cursor-rules/00-tokens-only.mdc
Token-Pflicht
Verbietet hartcodierte Farb-/Abstands-/Radius-Werte. Erzwingt @klubly/ds-tokens-Konsum.
cursor-rules/01-voice-german-sie.mdc
Sie-Form-Pflicht im Deutschen
Erzwingt deutsche Sie-Form, Norm-Zitate inline, kein Emoji ohne User-Initiative.
cursor-rules/02-stack-pins-context7.mdc
Stack-Pins + Context7-Verifikation
Pinnt Framework-Versionen. Erzwingt Context7-Lookup vor Code-Generierung.
cursor-rules/03-assets-via-r2-catalog.mdc
Assets ausschließlich über R2-Katalog
Verbietet Stock-Bilder, hartcodierte Asset-URLs, retired Legacy-Assets.
prompts/landing-page.md
Landing-Page-Generierung
Strukturiertes Prompt für neue Klubly-Landing-Pages.
prompts/imagery-direction.md
AI-Bildgenerierung (Midjourney/DALL-E/Flux)
Brand-Direction für AI-Image-Tools mit verbotenen Tropen.
In einem Konsumenten-Repo einrichten
pnpm add @klubly/ds-ai-context

# Cursor: link rules
ln -s node_modules/@klubly/ds-ai-context/cursor-rules .cursor/rules/klubly

# Claude / Codex / Windsurf: link skill
ln -s node_modules/@klubly/ds-ai-context/SKILL.md SKILL.md

# Cold-context LLMs: serve llms.txt at the docs root
# (this site exposes it at /llms.txt and /llms-full.txt)