Cross-cutting Claude Code plugins for the Orryx Group — foundation, methodology, orchestration, delivery, persistent-agent, vertical-template patterns. Domain plugins are currently staged here; they migrate to their owning entity repos in a follow-up rollout per `MIGRATION-TARGET.md`.
npx claudepluginhub alexmclaren/orryx-knowledgeCheck-before-create discipline. Triggers before authoring a new skill, agent, prompt, slash command, hook, or shared schema. Consults the repo-local ASSET_INDEX.md to prevent duplication; lifted from Pillarworks's mature pattern. Reduces "we already have one of these" rework and keeps cross-product coordination cheaper.
Cross-model verification protocol for high-risk code. Triggers when authoring or reviewing code in categories prone to subtle errors (regex, async / concurrency, security-sensitive code, database migrations, edge-case-heavy parsing). Defines when to verify Claude output with a non-Claude model (ChatGPT, Gemini), the handoff-protocol YAML schema, and how to interpret verification results. Lifted from Pillarworks's 2-verifier pattern.
Authors new MCP servers for the Orryx Group using @orryx/core's DomainMcpBase. Triggers on requests to build an MCP server, add an MCP integration, scaffold a service-domain MCP, or "how do I make an MCP server". Enforces the verb-noun endpoint convention and audit-event schema lifted from orryx-risk-compliance design.
Model tiering convention for Orryx Group agents and subagents. Triggers when authoring a new subagent, configuring an agent's model, or deciding which model tier to use for a task. Defines haiku (explorer with permissionMode plan, doc-writer), sonnet (code-reviewer, test-writer, migration-writer, default delivery), and opus (security-reviewer, pr-investigator, deep-research, high-stakes review). Canonical Orryx convention; lifted from Triora.
Plan-mode-first discipline for non-trivial work. Triggers at the start of any task that modifies code, infrastructure, or shared docs. Defines when plan mode is mandatory, what counts as exempt (trivial reads, doc fixes, emergency hotfixes), and how autonomous-within-plan operation works. Harmonised from Triora, Pillarworks, and Orryx Brain Section 0 patterns.
Universal Claude Code safety hooks for the Orryx Group. Triggers when setting up a new repo's .claude/settings.json, when reviewing existing hook configurations, or when secret leakage / dangerous bash patterns need to be blocked at the tool-call boundary. Installs PreToolUse bash blocklist, PostToolUse file blocklist (.env / .pem / terraform.tfstate / *-accessKeys.csv), and UserPromptSubmit safety-policy check.
Authors new Claude Code skills following Orryx Group conventions. Triggers on requests to create a new skill, add a SKILL.md, build a skill for X, or "how do I make a skill". Covers frontmatter structure, when_to_use phrasing, model tier declaration, ASSET_INDEX.md registration, and the references/ subdirectory pattern.
BMAD planning workflow (Brief, Model, Architect, Develop). Triggers on greenfield feature work, product discovery, or "let's design X". Produces a PRD and Tech Spec before any implementation. Pattern adopted by Pillarworks from bmad-code-org; promoted to Orryx cross-cutting.
Two-stage code review (sonnet then opus for high-risk) with skill + subagent + slash-command surfaces. Triggers on review requests, pre-merge checks, "review this PR / diff / branch", or as the final step of plan-and-execute. Merges Triora code-reviewer + merge-review, Pillarworks review SKILL + reviewer + quality-gate agents, and Brain /review command.
Plan + execute discipline with explicit checkpoints. Triggers on multi-step delivery work, any task estimated at >30 minutes, or when the user says "implement X" / "build Y" / "ship Z". Produces a short plan first, executes with checkpoint after each step, ends with end-of-task reflection. Lifted from Pillarworks SKILL; promoted to cross-cutting.
Spec-driven delivery pipeline (brainstorming -> spec -> plan -> exec -> review). Triggers on substantial features, refactors, or anything that needs alignment before code. Merges Triora sprint workflows, Pillarworks SPRINT pattern, crash-repair-template architecture/decisions, and reality-check Spec ST-001 (acceptance-criteria-first). Distinct from bmad-planning (which is for greenfield).
Four-phase systematic debugging (reproduce, isolate, hypothesise, fix). Triggers on bug reports, test failures, error messages, "X is broken / not working / failing", "why is X happening", or production incident triage. Production-reality-first; verifies hypotheses against the running system before changing code. Replaces "guess and check" debugging.
Test-driven development discipline (red-green-refactor). Triggers when authoring new functionality or fixing bugs. Enforces failing test first, minimal code to pass, then refactor. Pairs with the test-writer subagent (sonnet tier). Used by Triora's test-writer + migration-writer agents and Pillarworks tester agent.
Three-lane parallel execution pattern for the Orryx Group (Brain + Triora + Pillarworks lanes coordinated by SYNC_STATE + CONTROL_STATE). Triggers on cross-product Sprint planning, "what should each product team do this sprint", "coordinate the lanes", or "/3-lane-parallel". Originally Brain Sprint 28 pattern; promoted to cross-cutting.
Multi-agent collaboration patterns + agent roles + swarming protocols + cross-model verification for Orryx Group development. Triggers on multi-agent task design, "spawn agents", "parallelise this work", or planning a complex delivery. Canonical Orryx pattern; lifted from Triora.
Continuous Parallel Development (CPD) protocol with 5 parallel work streams (Research, Discovery, Planning, Development, Review). Triggers on Sprint planning, "run in parallel", "parallelise the work", or "what should each lane do". Defines mandatory parallel agents per sprint start, execution patterns, and research queue management. Lifted from Triora.
Parallel isolated workspaces via git worktrees. Triggers on "multi-terminal", "parallel work", "worktree", "I need a clean branch without losing my current state", or coordinating multiple Claude Code sessions on the same repo. Merges Brain active-worktrees pattern + Pillarworks .claude/worktrees workflow.
Ralph loop pattern for autonomous development with context engineering. Triggers on "use ralph", "/ralph-loop", "loop until done", "autonomous-run this", or any large autonomous delivery. Geoffrey-Huntley pattern — fresh context each iteration, spec drives convergence, quality gates control exit. Used in Triora for greenfield features and complex refactors.
Three-tier scheduled execution model for Claude Code (cloud Routines, local persistent Desktop tasks, session-scoped /loop). Triggers on "run this every day", "schedule X", "automate the audit", "make this recurring", or any periodic-execution need. Built from reality-check Spec ST-001 framing + the architecture brief's three-tier model.
Cross-product orchestration map for the Orryx Group. Triggers on "what does X depend on", "which MCP should I call for Y", "/SERVICE_DOMAIN_MAP", or any question about which service-domain MCP serves which capability across products. Materialises the implicit cross-repo map from Brain into a single maintained doc.
Scans repos for committed secrets, expired API keys, hardcoded credentials. Triggers on /credential-audit, "audit my secrets", "check for leaked keys". Promoted from Brain slash command.
Pre-deploy verification. Triggers on /deploy-check, "ready to ship", "verify before deploy". Merges Brain + Triora + Pillarworks ops-auto patterns.
Creates a documentation outline with concise summary, ready for team sharing. Triggers on /docs-pack, "package this for the team", "make a brief for X". Lifted from Pillarworks SKILL.
Sync cross-product state. Triggers on /ecosystem-sync, "what is everyone working on", "cross-product status".
Issue-to-PR workflow. Triggers on /fix-issue, "fix bug #N", "address this Sentry alert". Promoted from Triora SKILL.
Onboarding workflow for new contributors. Triggers on /onboard, "new dev getting started", "show me the ropes". Promoted from Triora SKILL.
Cross-PR root-cause investigation (opus tier). Triggers on /pr-investigate, "why did X break", "find when Y was introduced". Promoted from Triora SKILL.
Run lint + type-check + test suite + coverage report. Triggers on /quality-check, "run quality gates", "ready for review". Merges Triora quality-check + Pillarworks quality-gate agent.
Operational health audit (deps, CVEs, README staleness, secret leakage, dead-code heuristics). Triggers on /reality-check, "audit the repos", "check group health". Promoted from D:\Orryx\reality-check.
Structured refactor workflow (test-first, smaller-steps, no behaviour change). Triggers on /refactor, "refactor this", "clean up X". Promoted from Triora SKILL.
Generate user-facing release notes from a git range or PR list. Triggers on /release-notes, "what shipped this week", "draft a changelog". Promoted from Triora SKILL.
Runs a security review of a branch / PR / diff. Triggers on /security-audit, "review for security", "is this safe to deploy". Combines opus security-reviewer subagent + Brain slash command pattern.
Generate a sprint plan. Triggers on /sprint-plan, "plan next sprint", "what should we work on". Merges Triora sprint-plan + Pillarworks SPRINT pattern.
Sync local repo docs (README, CHANGELOG, ADRs) with canonical sources in orryx-knowledge / orryx-standards. Triggers on /sync-docs, "fix doc drift", "is my README current".
Bidirectional sync of project state to Notion (sprint docs, ADRs, decisions). Triggers on /sync-notion, "push to Notion", "sync my docs". Promoted from Brain slash command.
Web design guidelines for Orryx Group brand consistency. Lifted from Directors Portal extract.
Cross-entity business-setup protocol for the Orryx Group. Triggers on "set up X for the Orryx Group", "onboard a new entity", "what do I need to coordinate across Triora and Pillarworks", or any work that touches multiple entities at once. Defines the canonical setup checklist + state hand-off pattern. Lifted from claw-memory ORRYX_TRIORA_BUSINESS_SETUP.md.
Gmail + Outlook365 inbox automation patterns (cleanup, sort, archive, financial-account protection). Triggers on "clean up my inbox", "process emails", "automate email triage", or any inbox-management ask. Lifted from claw-memory PowerShell + Node scripts. Sensitive — install only after confirming personal-automation posture and OAuth scopes.
Persistent-agent template using the file-as-memory sextet (SOUL.md, IDENTITY.md, MEMORY.md, HEARTBEAT.md, USER.md, TOOLS.md). Triggers on "set up a persistent agent", "give this agent memory", "make this agent stateful", or any agent that needs to remember across sessions. Lifted from claw-memory; promoted in Wave 7.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations