Dev and tooling plugin — /build command, /doctor setup, MCP standards, cmux integration
Run a compact activity-research workflow for high-volume sources (HN/GitHub style)
Full lifecycle development orchestrator with adaptive execution modes
Lightweight implementation-first workflow with explicit safety and verification gates
Validate your development environment — checks all required tools and offers install help. Start here.
Run a consistent release flow for `rpw-agent-marketplace` with built-in guardrails.
You are a Build Worker. You implement exactly one task bead using strict TDD.
You are a Debug Lead. You diagnose bugs systematically and recommend targeted fixes.
You are a Minion. You execute simple, well-defined tasks quickly and accurately.
You are a strict privacy and security reviewer. Your job is to be a HARD DENY GATE — zero tolerance for any content that could expose private information in public repositories.
You are a project management specialist for Claude Code plugin development.
Auto-dispatch subagents for research, debugging, and minion tasks outside /build sessions. Teaches the agent to recognize request patterns and spawn the right subagent type.
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.
Build and deploy Databricks Apps using the bash-over-REST starter template. Use when scaffolding, configuring, deploying, or iterating on Databricks Apps with Lakebase connectivity.
Reusable APP_ENV env-file pattern for local development. Commit template.env, keep dev/test/prod env files local-only, and load the selected file at app startup.
Use when MCP servers fail due to missing .env, authentication errors, or env var issues. Provides tips for MCP environment setup when .env may be missing or incomplete.
Admin access level
Server config contains admin-level keywords
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
External network access
Connects to servers outside your machine
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Has parse errors
Some configuration could not be fully parsed
Marketplace repository for Randy's Claude Code plugins.
.claude-plugin/marketplace.json — marketplace manifestplugins/rpw-building — dev/tooling plugin (commands, skills)plugins/rpw-working — working plugin (skills, MCP config, mcp-servers/)plugins/rpw-databricks — Databricks-specific work activity plugin (commands, skills)plugins/rpw-working/raycast — starter Raycast assets for task capture workflows.claude-plugin/plugin.json per plugin; skills, commands, MCP colocated in each pluginAfter installing, run /doctor (or /getting-started or /start-here) to validate your environment. It checks required tools, plugin versions, and MCP server configuration.
Re-run the install command to pull the latest plugin versions:
claude plugin marketplace add rpw-agent-marketplace
The /doctor command includes a plugin freshness check that warns when installed versions are behind the marketplace.
docs/architecture/plugin-boundaries.mddocs/process/context-mode-activity-pattern.mddocs/process/required-plugin-stack.mdmake verify
Prerequisite: install uv so make verify can run uv run ....
For local runtime configuration, prefer environment-specific files:
template.env to document required variables and structure.dev.env, test.env, and prod.env local-only (ignored by git).APP_ENV=dev|test|prod (default: dev).This pattern is implemented in MCP server startup wrappers (run_mcp.py) under plugins/rpw-working/mcp-servers/.
Publish a filtered copy of this repo to a public GitHub repo:
make publish-setup # First-time: create public repo + clone locally
make publish-dry-run # Preview what would be published
make publish-public # Publish (scan, filter, sync, push)
Exclusions are configured in .public-publish.yml (rpw-databricks, .beads, .env files, hooks, local settings). The publish script runs secret scanning on both source and output.
make public-release-scan checks for blocked file paths and secret patterns.make marketplace-release includes a confirmation gate via make public-release-gate.PUBLIC_REPO_RELEASE_CONFIRM=I_ACKNOWLEDGE_PUBLIC_REPO_RELEASEThis repo uses a single required plugin stack for onboarding (no personas/profiles):
superpowers, beads, code-context, context-moderpw-building, rpw-working, rpw-databricksRun:
uv run python scripts/enable_required_stack.py
This writes to .claude/settings.local.json by default.
YYYY.MM.DDNN (NN is zero-padded intra-day sequence)..claude-plugin/marketplace.json.plugins/*/.claude-plugin/plugin.json) must define a version field matching their marketplace.json entry.scripts/bump_marketplace_versions.py (see make version-bump and make production-merge-helper).docs/decisions/ADR-001-calendar-first-versioning.md.Working plugin for Databricks Field Engineering assets — UCO management and MCP tooling
npx claudepluginhub randypitcherii/rpw-agent-marketplace --plugin rpw-buildingComprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
Diagnose and fix Claude Code configuration issues including plugin registry, settings, hooks, and MCP servers
Infrastructure and pipeline building blocks for Claude Code plugins. Like ancient ley lines connecting sacred sites, leyline provides the foundational patterns that connect and power plugin ecosystems.
MCP server management and integration tools
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.