claudeindex
alexmclaren's avatar
Author

Orryx Group

@alexmclaren
1
Marketplaces
45
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

orryx-group

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`.

Plugins:45
Skills:0
0
0

Plugins

Plugin

asset-index

Check-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.

Plugin

cross-model-verification

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.

Plugin

mcp-builder

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.

Plugin

model-tiering-convention

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.

Plugin

plan-mode-first

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.

Plugin

safety-hooks-base

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.

Plugin

skill-creator

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.

Plugin

bmad-planning

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.

Plugin

code-review

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.

Plugin

plan-and-execute

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.

Plugin

spec-driven-delivery

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).

Plugin

systematic-debugging

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.

Plugin

tdd-discipline

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.

Plugin

3-lane-parallel

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.

Plugin

agent-swarming

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.

Plugin

cpd-protocol

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.

Plugin

git-worktrees

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.

Plugin

ralph-loop

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.

Plugin

scheduled-execution

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.

Plugin

service-domain-map

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.

Plugin

credential-audit

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.

Plugin

deploy-check

Pre-deploy verification. Triggers on /deploy-check, "ready to ship", "verify before deploy". Merges Brain + Triora + Pillarworks ops-auto patterns.

Plugin

docs-pack

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.

Plugin

ecosystem-sync

Sync cross-product state. Triggers on /ecosystem-sync, "what is everyone working on", "cross-product status".

Plugin

fix-issue

Issue-to-PR workflow. Triggers on /fix-issue, "fix bug #N", "address this Sentry alert". Promoted from Triora SKILL.

Plugin

onboard

Onboarding workflow for new contributors. Triggers on /onboard, "new dev getting started", "show me the ropes". Promoted from Triora SKILL.

Plugin

pr-investigate

Cross-PR root-cause investigation (opus tier). Triggers on /pr-investigate, "why did X break", "find when Y was introduced". Promoted from Triora SKILL.

Plugin

quality-check

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.

Plugin

reality-check

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.

Plugin

refactor

Structured refactor workflow (test-first, smaller-steps, no behaviour change). Triggers on /refactor, "refactor this", "clean up X". Promoted from Triora SKILL.

Plugin

release-notes

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.

Plugin

security-audit

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.

Plugin

sprint-plan

Generate a sprint plan. Triggers on /sprint-plan, "plan next sprint", "what should we work on". Merges Triora sprint-plan + Pillarworks SPRINT pattern.

Plugin

sync-docs

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".

Plugin

sync-notion

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.

Plugin

web-design-guidelines

Web design guidelines for Orryx Group brand consistency. Lifted from Directors Portal extract.

Plugin

cross-entity-protocol

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.

Plugin

inbox-automation

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.

Plugin

persistent-memory-template

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.

Plugin

orryx-accounting-mcp

Accounting domain MCP. Endpoints for /create-invoice, /log-time-entry, /compute-revenue, /list-outstanding-receivables, /sync-stripe-state.

Plugin

orryx-ai-automation-mcp

AI automation domain MCP. Endpoints for /run-workflow, /list-active-jobs, /log-execution-event, /compute-cost-estimate, /sync-workflow-status.

Plugin

orryx-hr-mcp

HR domain MCP. Endpoints for /get-employee-record, /list-active-projects, /log-time-entry, /compute-cost-allocation, /sync-payroll-state.

Plugin

orryx-risk-compliance-mcp

Risk + compliance domain MCP. Endpoints for /log-audit-event, /check-compliance-control, /compute-risk-score, /list-active-controls, /sync-vendor-status. Reference implementation lifted from the most-documented domain stub (audit Wave 0 finding).

Plugin

orryx-security-mcp

Security domain MCP. Endpoints for /check-vulnerability, /sync-incident-state, /log-security-event, /list-active-threats, /compute-security-score.

Plugin

verify-agent-claims

Ground-truth verification discipline for agent and subagent output. Triggers whenever integrating, acting on, or reporting a claim produced by an AI agent — a completion report, a state assessment, a justification for an action, or a 'this is safe to delete/merge/deploy' assertion. Defines claim classes, the verification move for each, and the escalation rule when verification fails. Distilled from the 2026-06 product-factory programme, where this discipline caught 10+ confident-but-wrong agent claims before they caused damage.