Pick your tool. Each guide walks through the exact steps — every command, every config snippet, every settings panel — with simulated visuals so you can verify each step as you go.
Anthropic's CLI agent. Register skills via the global or project-scoped settings.json with a `mcpServers` entry pointing at the CleenUI skills endpoint.
Add the CleenUI skills under Settings → Rules for AI, or via a `.cursorrules` file at the repo root. Skills become available in any agent thread.
Add via the Cascade panel's Tools section. Drop the CleenUI skills manifest URL and the three skills appear as named invocations.
Configure via the VS Code extension settings. CleenUI skills register as MCP servers and surface in the agent action menu.
Use Copilot Extensions to register the CleenUI skills app. Once installed, skills can be invoked via `@cleenui` in any Copilot Chat surface.
Add to the `.aider.conf.yml` file. CleenUI skills become available as named commands during pair-programming sessions.
Add to the `~/.continue/config.json` file. CleenUI skills register as custom tools and are available in any model context.
Register via the Cody extension settings or a workspace-level config. Skills become invokable through Cody Chat and Edit.
Add via the Codeium extension's custom-context configuration. Skills register as a context provider for the agent.
Configure via Tabnine's Chat & Commands panel. CleenUI skills appear as registered commands across all Tabnine integrations.
Add to the Replit project's `.replit` config. CleenUI skills become available in Replit Agent for both new and existing Repls.
Register under Zed's Assistant settings. CleenUI skills are available in any Assistant conversation once configured.
Two paths to your first component. Pick the one that fits how your team builds.
One prompt to your AI tool. The Setup skill handles dependencies, design tokens, build config, and component registration — all without leaving your editor.
The classic flow. Install the package, import the styles, drop in your first component. No agents required — same end result.