Data-platform team — 4 specialist agents (database-setup-guide, etl-pipeline-engineer, dashboard-builder, connector-developer) that guide cloud-database setup (Supabase / Fabric / RDS / Neon), ELT pipelines (Airbyte / Fivetran / n8n) with connectors for QuickBooks / Stripe / Salesforce / HubSpot / GA4 / Shopify / HRIS, and interactive dashboards (Evidence.dev / Apache Superset / Metabase / Cube + Tremor) embedded in marketing sites and client apps. 7 skills — three (jwt-embed-issuance, rls-policy-authoring, embed-csp-and-iframe-sandboxing) invoked by ravenclaude-core/security-reviewer; one (stack-selection) invoked by ravenclaude-core/architect. 12 templates (3 runnable security-critical + 4 conceptual + 3 seam-marked stubs + dbt-project-starter directory + cube-schema-starter with mandatory access_policy). 1 consolidated advisory hook. 13-doc knowledge bank: 7 v0.1.0 landscape + RLS + QBO + Power BI Embedded + EdTech LMS gap, plus 6 v0.2.0 per-connector deep-dives (Stripe, Salesforce, HubSpot, GA4, Shopify, HRIS). Opinionated against per-viewer-priced BI tools (Looker / Tableau / Sigma) for SMB-consulting use cases.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Use this agent for custom Airbyte connector authoring when an ELT vendor doesn't ship a connector for the source the engagement needs. Highest-leverage use case is EdTech LMS (Canvas, Moodle, Schoology, Blackboard, D2L) — native ELT vendor coverage is thin, and custom-Airbyte-connector capability is a real consulting differentiator. Also HRIS edge cases (ADP via Flexspring, niche regional vendors) and unusual SaaS sources. Spawn for "vendor doesn't ship a Canvas connector — what do we do", "build a custom Airbyte source for [niche SaaS]". NOT for configuring an existing Airbyte / Fivetran connector (that's `etl-pipeline-engineer`).
Use this agent for interactive dashboard front-end generation — Evidence.dev (marketing-site portfolio), Apache Superset / Metabase OSS (client deliverable), Cube + Next.js + Tremor + Recharts + shadcn/ui (productized SaaS), Power BI Embedded F-SKU (Microsoft-stack engagements). Spawn for "build a dashboard for ravenpower.net", "scaffold a Cube schema for this client", "generate the React KPI cards", "embed Superset into the client's admin panel". NOT for the underlying database (that's `database-setup-guide`). NOT for the JWT-issuance security review (that's `ravenclaude-core/security-reviewer` invoking the `jwt-embed-issuance` skill).
Use this agent for cloud-database setup guidance — Supabase, Neon, RDS, Azure SQL, Fabric, DuckDB, MotherDuck, Snowflake, Databricks, Turso. Spawn for "stand up a new database for this client", "migrate this Excel/SharePoint sprawl to a real DB", "set up multi-tenant tables", or "which DB for this engagement". NOT for query authoring (route to client's data engineer). NOT for RLS policy authoring (that's the rls-policy-authoring skill, invoked by `ravenclaude-core/security-reviewer`).
Use this agent for ELT pipeline design and configuration — Airbyte, Fivetran, n8n, custom integrations. Source-system specifics for QuickBooks Online, Stripe, Salesforce, HubSpot, Google Analytics 4, Shopify, common HRIS. Spawn for "pull QuickBooks into the warehouse", "set up Airbyte for this engagement", "the Fivetran connector for X is missing", "this is going to blow our MAR budget — what now". NOT for custom Airbyte connector authoring (that's `connector-developer`). NOT for modeling the data once ingested (that's `ravenclaude-core/data-engineer`).
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
A private Claude Code plugin marketplace — bundled team rules, specialist agents, dispatch playbooks, and templates that travel with you across projects.
📖 Browse the marketplace interactively →
repo-guide.html— a self-contained single-page guide to every plugin, agent, skill, hook, rule, and template, with a searchable cross-plugin index. Download it and open in any browser; no server, no build step. Regenerated from the manifests on every release.
Today this marketplace ships five plugins:
ravenclaude-core — domain-neutral Team Lead + 14 specialists (architect, coders, reviewers, designer, documentarian, deep-researcher, project-manager, partner-success-manager, prompt-engineer, data-engineer, etc.), plus dispatch playbooks (with a Cross-plugin dispatch section), gates, 5 hooks, templates, and the cross-project contribution-staging loop.power-platform — 11 Microsoft Power Platform specialists (Power Fx, flows, Power BI, Dataverse, model-driven, PCF, Copilot Studio, Power Pages, admin, ALM, tester), 13 skills, an advisory house-opinions hook covering 8 checks, and the bundled pbix-mcp MCP server.finance — 7 corporate-finance & FP&A specialists (FP&A analyst, financial modeler, controller, treasury, valuation, audit-prep, board-pack composer), 4 skills, 8 templates, advisory anti-pattern hook.regulatory-compliance — 6 financial-regulatory specialists (AML/KYC, regulatory reporting, risk-and-controls, policy & procedure writer, examination prep, Bermuda-insurance), 4 skills, 8 templates, defensive PII-scrub hook.web-design — 7 web specialists (web architect, UX, visual, frontend implementer, content strategist, accessibility auditor, performance engineer) with WCAG 2.2 AA/AAA, Core Web Vitals, and SEO discipline. 4 skills, 8 templates, advisory web anti-pattern hook.EdTech and Salesforce plugins remain on the roadmap.
In any Claude Code project where you want the agents:
/plugin marketplace add mcorbett51090/RavenClaude
/plugin install ravenclaude-core@ravenclaude
# Optional — add only if you're working on Power Platform:
/plugin install power-platform@ravenclaude
/reload-plugins
That's it. The ravenclaude-core specialist agents become available to the Team Lead via the spawn-team skill, the dispatch skills (spawn-team, new-worktree, cleanup-worktrees, create-pr, run-full-test-suite) are loaded, and the format/lint/test hooks fire automatically. Installing power-platform adds its 11 specialists alongside.
To pin a specific version (recommended for client engagements where you don't want surprise updates):
/plugin marketplace add mcorbett51090/RavenClaude#<git-sha>
To update later:
/plugin marketplace update ravenclaude
/reload-plugins
If you want to iterate on this marketplace itself (or test a change before pushing):
# From any test project, point at your local checkout:
/plugin marketplace add /path/to/RavenClaude
/plugin install ravenclaude-core@ravenclaude
/reload-plugins
After editing files in plugins/ravenclaude-core/ (or plugins/power-platform/), run /plugin marketplace update ravenclaude and /reload-plugins again to pick up the changes.
If you're on a Claude Code plan or in an enterprise environment that restricts marketplace installs, you can clone this repo and copy the plugin folder manually:
git clone https://github.com/mcorbett51090/RavenClaude.git
# User scope (available across all your projects on this machine):
cp -r RavenClaude/plugins/ravenclaude-core/* ~/.claude/
# Or project scope (just one project):
cp -r RavenClaude/plugins/ravenclaude-core/* /path/to/your/project/.claude/
You lose auto-update and version pinning. To update, git pull and re-copy. Otherwise the agents, skills, hooks, rules, and templates work identically.
ravenclaude-coreOwn 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 claimnpx claudepluginhub mcorbett51090/ravenclaude --plugin data-platformPower Platform specialists (11 including power-platform-tester and power-bi-engineer) with Capability Grounding Protocol (extended with alternate-methods rule + v0.11.0 pre-action decision-tree traversal), maintainability-review skill, and strong ALM/git coverage for solutions, flows, and PBIP projects. House-opinions hook covers 8 mechanically-detectable §3/§4 violations. Knowledge bank captures production lessons — `programmatic-flow-creation.md` is the **first knowledge file with a Mermaid decision tree** (v0.11.0, 2026-05-21) covering PA flow recovery (portal toggle / surgical temp solution / full reimport / connection-rebind branches with blast-radius-as-default tiebreaker). flow-engineer and solution-alm-engineer carry the pre-action traversal inline priors. Scenarios bank (v0.10.0): 3 seed scenarios from the ~136-cloud-flow customer DEV engagement. Bundles the community pbix-mcp server (d0nk3yhm/pbix-mcp, MIT) for reading, writing, and DAX-evaluating Power BI .pbix/.pbit files without Power BI Desktop — requires `pip install pbix-mcp` on the consumer machine.
Domain-neutral Team Lead + specialized agents pattern for Claude Code. Bundles 14 specialists (now including data-engineer), a dispatch playbook, format/lint/test gates, the guard-recursive-spawn hook, and templates for stakeholder prose, design specs, RAID logs, and partner-success artifacts. v0.8.0 added the `/wrap` slash command + scenario-retrieval skill (the feedback loop that lets a consultant capture scope-tagged scenarios at engagement-close). v0.9.0 adds the pre-action decision-tree traversal clause to the Capability Grounding Protocol + the Researcher staleness check for decision trees (90-day re-verification) — closes the wrong-branch-from-the-start failure mode that the reactive alternate-methods rule doesn't cover.
Corporate finance & FP&A specialist team — FP&A analyst (budgets, forecasts, variance commentary), financial modeler (3-statement, DCF, scenarios), controller (close, JEs, reconciliations), treasury analyst (cash, covenants, FX), valuation analyst (DCF + comps + precedent), audit-prep specialist (PBC, walkthroughs, SOC1/2 narratives), and board-pack composer. Ships 4 skills (month-end close, variance commentary, model review, board-pack composition), 8 templates, and an advisory hook flagging finance anti-patterns. Inherits ravenclaude-core protocols (Grounding, Structured Output, Cited-Adjudicator).
Financial-regulatory & compliance specialist team — AML/KYC analyst (sanctions, EDD, SAR/STR), regulatory-reporting analyst (FATCA/CRS, supervisory returns, Solvency II, BMA EBS), risk-and-controls specialist (three lines of defense, KRIs, risk registers), policy & procedure writer, examination-prep specialist, and Bermuda-insurance specialist (BMA insurance code, captives, SAC, IL/ILS). Ships 4 skills (AML program review, regulatory mapping, SAR narrative drafting, examination readiness), 8 templates, and a defensive PII-scrubbing hook (SSN, IBAN, account numbers, Bermuda TIN patterns). Inherits ravenclaude-core protocols.
Web design & build specialist team — web architect (IA, stack, hosting), UX designer (wireframes, flows, conversion), visual designer (brand, typography, tokens), frontend implementer (HTML/CSS/JS, React, Astro, Next), content strategist (copy, microcopy, SEO content), accessibility auditor (WCAG 2.2 AA/AAA), performance engineer (Core Web Vitals, image/font optimization). 4 skills (design-system audit, accessibility review, Core Web Vitals tuning, technical SEO audit), 8 templates, 1 advisory hook, and a knowledge bank seeded with a curated 2026 reference set of "cutting edge yet simple" marketing-site donors (Linear, Vercel, Raycast, Resend, Cursor, v0, Tldraw, Cal.com) — visual-designer / ux-designer / frontend-implementer / web-architect all carry compact inline priors plus a pointer to the full brief. Inherits ravenclaude-core protocols.
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.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.