Installation & Setup
@maestria/cursor is a declarative Cursor plugin: a manifest, agents, an orchestrator skill, global rules, and slash commands. There is no npm install of a runtime SDK for end users.
Prerequisites
Section titled “Prerequisites”- Cursor IDE and/or Cursor CLI (
agenton$PATH) - No Node toolchain required for end-user install
Installation via CLI (Recommended)
Section titled “Installation via CLI (Recommended)”pnpx maestria@latest install cursorpnpx maestria@latest statusThe CLI pulls @maestria/cursor from npm (npm pack @maestria/cursor@latest)
and extracts it into ~/.cursor/plugins/local/maestria.
Updating
Section titled “Updating”pnpx maestria@latest update cursorpnpx maestria@latest statusTo pin to a specific version:
Alternative: Manual setup from a monorepo checkout
-
Copy the plugin
Terminal window mkdir -p ~/.cursor/plugins/local/maestriacp -a packages/cursor/. ~/.cursor/plugins/local/maestria/ -
Or run without installing
Terminal window agent --plugin-dir ./packages/cursor -
Verify
In Agent chat, confirm
/fein,/sonar,/blitz,/orchestrateappear, and that specialist agents (builder, reviewer, …) are available.
CLI Agent Invocation
Section titled “CLI Agent Invocation”When running Cursor CLI (agent) with the plugin:
agent --plugin-dir ~/.cursor/plugins/local/maestriaFor non-interactive usage (CI, scripts):
echo "your prompt" | agent --plugin-dir ~/.cursor/plugins/local/maestria --cli-modeWhat gets installed
Section titled “What gets installed”| Path | Purpose |
|---|---|
.cursor-plugin/plugin.json |
Plugin manifest |
agents/*.md |
7 specialist Task agents |
skills/orchestrator/SKILL.md |
Dispatcher methodology |
rules/maestria-global.mdc |
Always-on global rules |
commands/*.md |
Workflow slash commands |
Uninstall
Section titled “Uninstall”pnpx maestria@latest uninstall cursorNext steps
Section titled “Next steps”Continue to the Quick Start to run your first pipeline.