Working plugin for Databricks Field Engineering assets — UCO management and MCP tooling
npx claudepluginhub randypitcherii/rpw-agent-marketplace --plugin rpw-workingThis skill should be used when the user mentions "UCO", "use case", or "use case object" in any context — including requests to find, list, count, filter, update, add, or ask questions about UCOs. Trigger on phrases like "show my UCOs", "how many UCOs", "what UCOs does this account have", "update a UCO", "create a UCO", "UCO status", "UCO health", "stale UCOs", "UCOs for [account/AE/SA]", or any question about use case lifecycle stages.
HUMAN task management — canonical operating model for the human's work backlog. Use when setting up task tracking, selecting or creating the GitHub repository for tasks, updating task status, handing off work between sessions, or triaging backlog.
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.Comprehensive real estate investment analysis plugin with financial modeling, market data APIs, deal analysis agents, and tax-aware structuring. Covers all property types: residential, commercial, multifamily, short-term rentals, and land development.
Admin access level
Server config contains admin-level keywords
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.