From rpw-building
Configure Cursor with the /build command from rpw-building. Use when setting up Cursor to use the build workflow, or when the user asks to add/configure the build command in Cursor.
npx claudepluginhub randypitcherii/rpw-agent-marketplace --plugin rpw-buildingThis skill uses the workspace's default tool permissions.
Helps configure Cursor so the `/build` command is available. The build command lives in `plugins/rpw-building/commands/` and provides the full lifecycle development orchestrator workflow.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Helps configure Cursor so the /build command is available. The build command lives in plugins/rpw-building/commands/ and provides the full lifecycle development orchestrator workflow.
build.md supports two request patterns:
/build <request> -> full planning workflow with explicit approvals./build without planning: <request> (or /build --without-planning <request>) -> condensed planning + single go/no-go approval before implementation.Cursor keeps a safety confirmation step even for "without planning" requests.
Cursor does not yet natively support the same plugin command hooks as Claude Code. Configuration requires manual steps.
Locate the build command source
plugins/rpw-building/commands/build.md (unified command)Create or update Cursor commands
~/.cursor/commands/build.md so Cursor can find itmake link-cursor links build.md into ~/.cursor/commands/Verify
make check to confirm the link status/build in CursorIf user has existing build from elsewhere
make unlink first to remove old linksmake link-cursor| Command | Purpose |
|---|---|
make link-cursor | Link build.md into ~/.cursor/commands |
make unlink | Remove links from ~/.cursor/commands |
make check | Verify link status |
make adopt-cursor | Backup existing files, then link |
Ideally Cursor will directly support the same plugin/hook mechanism the build command uses. When that happens, this skill can be simplified to: "Install the rpw-building plugin; Cursor will load the build command automatically."
/build from the rpw-building plugin when the marketplace is installed. No symlink needed.