AI Skills are specialized expert guides that enable AI agents (like Gemini CLI, Cursor, or ChatGPT) to understand how to build applications using Buridan UI.
Instead of the AI simply "guessing" or copy-pasting code, a Skill provides it with procedural knowledge, such as using our CLI for dependency resolution and following our OKLCH theming system.
Buridan UI provides a specialized .skill file for the Gemini CLI. When activated, the agent becomes an expert in our design system.
gemini activate buridan-support
buridan add <component> instead of manual code copying.assets/globals.css using OKLCH variables.@layout_decorator and ClientStateVar for new pages.For users of Cursor or Windsurf, we provide a .cursorrules file in the project root. This acts as a persistent instruction set that forces the AI to follow Buridan UI's architectural best practices.
Our documentation is "AI-Ready" via the llms.txt file located in the root of the repository. You can provide this URL to any LLM to give it context on how to use Buridan UI correctly.
https://buridan-ui.reflex.run/llms.txt