32 · System
KI-Kontext.
Die maschinenlesbare Oberfläche des Design Systems. Jeder AI-Agent in einem Klubly-Repo liest zuerst hier.
SKILL.mdUniverselles 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.txtHierarchischer LLM-Index (llmstxt.org)
Schlanke Index-Datei. Verlinkt jede Quelle der Wahrheit für gezielte Fetches.
llms-full.txtCold-Bootstrap-Vollkontext
Inlines jede Quelle. Für LLMs ohne Follow-up-Fetch-Kapazität.
cursor-rules/00-tokens-only.mdcToken-Pflicht
Verbietet hartcodierte Farb-/Abstands-/Radius-Werte. Erzwingt @klubly/ds-tokens-Konsum.
cursor-rules/01-voice-german-sie.mdcSie-Form-Pflicht im Deutschen
Erzwingt deutsche Sie-Form, Norm-Zitate inline, kein Emoji ohne User-Initiative.
cursor-rules/02-stack-pins-context7.mdcStack-Pins + Context7-Verifikation
Pinnt Framework-Versionen. Erzwingt Context7-Lookup vor Code-Generierung.
cursor-rules/03-assets-via-r2-catalog.mdcAssets ausschließlich über R2-Katalog
Verbietet Stock-Bilder, hartcodierte Asset-URLs, retired Legacy-Assets.
prompts/landing-page.mdLanding-Page-Generierung
Strukturiertes Prompt für neue Klubly-Landing-Pages.
prompts/imagery-direction.mdAI-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)