cursorist
v0.1.0
Published
CLI tool for managing Cursor IDE plugins on the Cursorist platform
Maintainers
Readme
Cursorist CLI
Plugin-first command-line tool for publishing and managing Cursor plugin bundles.
Installation
npm install -g cursorist
# or
npx cursorist <command>Authentication
cursorist loginCore Commands
cursorist plugin init- scaffold.cursor-plugin/plugin.jsonand starter assetscursorist plugin validate- validate local manifest and plugin assetscursorist plugin deploy --org <org> --team <team> --plugin <slug>- publish a plugin versioncursorist plugin list --org <org> --team <team>- list team pluginscursorist plugin upgrade --org <org> --team <team> --plugin <slug>- sync local assets to latest stable versioncursorist status- auth/config/plugin mode status
Deprecated Commands
cursorist deploycursorist listcursorist init
These are retained as compatibility wrappers and print migration warnings.
Generated Structure (plugin init)
.cursor-plugin/plugin.json
rules/project-standards.mdc
skills/project-lead/SKILL.md
commands/refresh-standards.md
mcp/cursorist.mcp.jsonConfig
Global config: ~/.cursorist/config.json
{
"access_token": "...",
"refresh_token": "...",
"user_id": "...",
"default_org": "myorg",
"default_team": "frontend",
"default_plugin": "myorg-frontend-starter",
"plugin_mode": true
}