Replit Agent supports per-Repl 'Skills' — text snippets the Agent treats as authoritative instructions. Drop the CleenUI Setup, Builder, and Theme skill content into the Skills panel inside your Repl and the Agent will follow them when working on the project.
In your Repl, click the AI button in the right sidebar to open the Agent panel. Click the gear icon in the panel header to open AI Settings.
Replit Skills are pasted-in markdown. Locally, run the export command from your terminal, then copy each .md file's contents.
In Replit AI Settings → Skills, click 'Add skill', paste in the setup.md content, name it 'CleenUI Setup'. Repeat for Builder and Theme.
Back in the Agent panel, just describe what you want. The Skills you registered are part of the Agent's instructions now.
Reopen AI Settings → Skills. All three CleenUI skills should be enabled and visible. The Agent shows a 'sources' indicator in each response when a skill was applied.
Skills work best when you reference them by name in your prompt — 'using the CleenUI Setup skill' rather than just 'set up CleenUI'.
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.