lokuma-cli
v1.4.8
Published
CLI to install Lokuma design intelligence skill for AI coding assistants
Maintainers
Readme
lokuma-cli
Install Lokuma design intelligence skill for AI coding assistants.
Quick Start
npx lokuma-cli init --ai claudeAlready installed and just want the latest CLI?
lokuma updateUpdate the CLI and refresh an installed skill in one step:
lokuma update --ai openclawSupported AI Assistants
| Flag | Assistant |
|------|-----------|
| --ai claude | Claude Code |
| --ai cursor | Cursor |
| --ai windsurf | Windsurf |
| --ai copilot | GitHub Copilot |
| --ai kiro | Kiro |
| --ai roocode | Roo Code |
| --ai codex | Codex CLI |
| --ai qoder | Qoder |
| --ai gemini | Gemini CLI |
| --ai trae | Trae |
| --ai opencode | OpenCode |
| --ai continue | Continue |
| --ai codebuddy | CodeBuddy |
| --ai droid | Droid (Factory) |
| --ai all | All assistants |
Configuration
After installing, set your API key:
export LOKUMA_API_KEY=lokuma_your_key_hereGet your API key at lokuma.io.
Options
lokuma init [options]
lokuma update
Options:
-a, --ai <type> AI assistant type
-f, --force Overwrite existing files
-h, --help Show help
-V, --version Show versionHow It Works
lokuma-cli installs two files into your project:
- SKILL.md — tells your AI assistant how to use Lokuma
- design.py — a lightweight cloud client that calls the Lokuma API
No local data files. No Python dependencies. Just set your API key and go.
License
MIT
