AGENTS.mdPreview

Download blakeUI React documentation for AI coding agents

Download blakeUI React documentation directly into your project for AI assistants to reference.

Note: The agents-md command is specifically for blakeUI React.

Usage

npx @blakeui/cli@latest agents-md --react

Or specify output file:

npx @blakeui/cli@latest agents-md --react --output AGENTS.md

What It Does

  • Downloads latest blakeUI React docs to .blakeui-docs/react/
  • Generates an index in AGENTS.md or CLAUDE.md
  • Includes demo files for code examples
  • Adds .blakeui-docs/ to .gitignore automatically

Options

  • --react - Download React docs only
  • --output <files...> - Target file(s) (e.g., AGENTS.md or AGENTS.md CLAUDE.md)
  • --ssh - Use SSH for git clone

Requirements

  • Tailwind CSS >= v4
  • React >= 19.0.0
  • @blakeui/react >= 1.0.0 or @latest

On this page