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).
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Use this agent for audit readiness — PBC (provided-by-client) list management, walkthrough documentation, SOC1 / SOC2 control narratives, deficiency remediation, examiner walkthrough rehearsals. Spawn pre-audit (6-8 weeks before fieldwork), for SOC report preparation, or for examiner walkthrough drafting. NOT for the close itself (controller) and NOT for board / lender reporting (board-pack-composer).
Use this agent for board / investor / lender reporting packs — narrative-first composition, section sequencing, KPI selection, executive-summary patterns. Spawn for quarterly board cycles, investor updates, lender covenant compliance packs, fundraising-process data rooms. NOT for the underlying analysis (fpa-analyst, financial-modeler, treasury-analyst — they supply the inputs).
Use this agent for month-end / quarter-end close work — JE design and review, account reconciliations, accruals, intercompany, close-calendar mechanics, deferred revenue / prepaids / fixed-asset rolls. Spawn for close prep, JE review, recon escalations, accrual triage. NOT for budget / forecast (fpa-analyst) and NOT for treasury / cash (treasury-analyst).
Use this agent for financial-model work — three-statement models, DCF, scenario / sensitivity, model architecture, model documentation. Spawn for building a model from scratch, reviewing an existing model, refactoring a broken / overgrown one, or defending modeling assumptions. NOT for budget / forecast / variance work (fpa-analyst) and NOT for board-pack composition (board-pack-composer).
Use this agent for FP&A work — budgeting, rolling forecasts, KPI commentary, variance walks, scenario modeling at the P&L level, headcount and opex planning. Spawn for budget season, monthly / quarterly variance commentary, KPI pack assembly, board-pack commentary inserts. NOT for full three-statement model build (financial-modeler) and NOT for journal entries / close mechanics (controller).
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 financePower 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.
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.
EdTech-flavored Partner Success Manager team — 6 specialist agents anchored on the PSM lane with 8 skills, 15 templates, 1 advisory hook, and a 15-doc knowledge bank across 5 waves (v0.2.0 production-lesson + v0.3.0 foundational + v0.4.0 vertical-depth + v0.4.1 operating-cadence + v0.4.2 capability-extension). v0.4.2 adds 4 new skills (advocacy-program-design, adoption-sequencing-k12, implementation-90-day-arc, partner-training-program-design), 5 new knowledge files (edtech-reference-customer-patterns, k12-adoption-arc-fall-spring-summer, sis-sso-rostering-integration-patterns, district-implementation-failure-modes, k12-pd-norms-and-constraints), and 6 new templates (case-study-draft, reference-pipeline-tracker, adoption-diagnostic-worksheet, implementation-90-day-plan, train-the-trainer-curriculum, renewal-decision-memo). What would have been v0.5.0 team expansion, expressed as skills + knowledge + templates rather than parallel agents per the marketplace house rule (added 2026-05-21). Compact inline priors on the 6 affected agents; primary-source citations with retrieval dates. Vertical-explicit but segment-agnostic — fits K-12, higher-ed, corporate L&D, or mixed EdTech books. Inherits ravenclaude-core protocols including the alternate-methods Capability Grounding Protocol.
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and gemini CLIs when installed) to get diverse perspectives on coding problems
Comprehensive SEO analysis plugin for Claude Code. 25 sub-skills (21 core + 1 orchestrator + 1 framework + 2 extension mirrors) and 18 sub-agents cover technical SEO, content quality, schema, sitemaps, Core Web Vitals, local SEO, backlinks, AI/GEO, ecommerce, hreflang, SXO, clustering, drift monitoring, and Google APIs. Includes optional MCP extensions, SPA-aware rendering, portability, and hardened SSRF/DNS-rebinding safe fetchers.
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.