Install all dotai registry items in one command
Install all dotai registry items (dotai, flashback, prompt) in one command. Use this to quickly set up the full AI toolkit without installing components individually.
/plugin marketplace add udecode/dotai/plugin install dotai@dotaiInstall all dotai registry items (dotai, flashback, prompt) in one command:
npx shadcn@latest add https://raw.githubusercontent.com/udecode/dotai/main/registry/all.json
After installation, add ruler postinstall to your package.json to auto-generate agent instructions:
{
"scripts": {
"postinstall": "npx skiller@latest apply"
}
}