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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rpw-building:configure-cursor-buildThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.npx claudepluginhub randypitcherii/rpw-agent-marketplace --plugin rpw-buildingProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.