@maestria/cursor
@MAESTRIA/CURSOR
One bundle for IDE and CLI.
Install one plugin. Get 7 specialist agents, an orchestrator skill, always-on rules, and fein/sonar/blitz commands.
npx maestria install cursornpm · pnpm · yarn · bun · deno
- any runtime works
01WHAT YOU GET
Same bundle, both surfaces.
7 specialist agents
adventurer, architect, builder, diagnose, planner, reviewer, and writer run as Cursor Task agents.
Always-on global rules
rules/maestria-global.mdc ships with alwaysApply: true - workflow directives apply to every Agent session.
Orchestrator skill
Loads when a task needs the pipeline, or invoke it directly via /orchestrator.
Workflow mode commands
/fein, /sonar, and /blitz select the pipeline depth from Agent chat - in the IDE or the CLI.
One install, both surfaces
The same plugin drives Cursor IDE and Cursor CLI - restart the IDE or point the CLI at the plugin directory.
Declarative plugin
.cursor-plugin/plugin.json declares rules/, agents/, skills/, and commands/ - Cursor discovers and auto-loads each directory.
02HOW IT WIRES IN
Rules always on, specialists on call.
- 1
Plugin loads - Cursor discovers
.cursor-plugin/plugin.jsonand auto-loadsrules/,agents/,skills/,commands/ - 2
Global rules apply -
rules/maestria-global.mdcusesalwaysApply: true - 3
Orchestrator skill - available when relevant or via
/orchestrator - 4
Specialists run as Task agents - adventurer, architect, builder, diagnose, planner, reviewer, writer
03INSTALL PATHS
Install once, restart or point the CLI.
The chip above uses the maestria CLI. Prefer your own package runner?
npx maestria@latest install cursorpnpx maestria@latest install cursoryarn dlx maestria@latest install cursorThen restart Cursor IDE, or launch the CLI against the plugin directory:
agent --plugin-dir ~/.cursor/plugins/local/maestria04FIND YOUR WAY
Start with the plugin.
SAME METHOD · OTHER PLATFORMS