Skip to content

@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 cursor

npm · 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. 1

    Plugin loads - Cursor discovers .cursor-plugin/plugin.json and auto-loads rules/, agents/, skills/, commands/

  2. 2

    Global rules apply - rules/maestria-global.mdc uses alwaysApply: true

  3. 3

    Orchestrator skill - available when relevant or via /orchestrator

  4. 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?

Terminal window
npx maestria@latest install cursor

Then restart Cursor IDE, or launch the CLI against the plugin directory:

Terminal window
agent --plugin-dir ~/.cursor/plugins/local/maestria

04FIND YOUR WAY

Start with the plugin.

SAME METHOD · OTHER PLATFORMS

Runs wherever you work.