By alexmclaren
Issue-to-PR workflow. Triggers on /fix-issue, "fix bug #N", "address this Sentry alert". Promoted from Triora SKILL.
Primary discovery marketplace for the Orryx Group + collaborative knowledge base.
This repo serves two purposes:
.claude-plugin/marketplace.json — the discovery surface for every cross-cutting plugin used by Triora, Pillarworks, Orryx Brain, Orryx Flow, and the crash-repair-template.# Register the marketplace
claude /plugin marketplace add orryx-group https://github.com/alexmclaren/orryx-knowledge
# Install a foundation plugin
claude /plugin install foundation/safety-hooks-base@orryx-group
# List installed
claude /plugin list
See CONTRIBUTING.md for plugin authoring guidance.
orryx-knowledge/
├── .claude-plugin/
│ └── marketplace.json # primary discovery surface
├── CONTRIBUTING.md # plugin authoring guidance
├── plugins/ # cross-cutting plugins (canonical home)
│ ├── foundation/ # bootstrap, hooks, conventions, templates
│ ├── methodology/ # plan-execute, BMAD, code-review, TDD, debug, spec-driven
│ ├── orchestration/ # agent-swarming, CPD, ralph, worktrees, scheduled-execution
│ ├── delivery/ # credential-audit, security-audit, docs-pack, sprint-plan, etc.
│ ├── persistent-agent/ # claw-memory pattern + cross-entity-protocol
│ └── mcp-servers/ # plugins wrapping or coordinating MCP servers
├── vertical-templates/ # industry-specific scaffolds
│ ├── _template/ # meta-template
│ └── crash-repair/ # first instance (from orryx-repair-intelligence)
├── domain/ # healthcare, construction, other domain knowledge
├── patterns/ # reusable implementation patterns
├── decisions/ # ADRs
├── anti-patterns/ # common mistakes to avoid
├── lessons-learned/ # what we learned from tasks
└── onboarding/ # new-team-member guides
Domain-specific plugins (e.g., triora-healthcare-context) live in their owning entity's repo (Clinical_trials/.claude-plugin/) and are referenced from this marketplace via source.url.
This is the hybrid topology recommended by the 2026-05-12 architecture audit:
See D:\orryx-audit\04-cross-entity-analysis.md for the topology decision rationale.
For domain expertise + ADRs + lessons learned, the domain/, patterns/, decisions/, anti-patterns/, lessons-learned/, onboarding/ directories serve their original purpose.
Plugins and the knowledge base coexist — the marketplace is what Claude Code discovers; the knowledge base is what humans + agents read for context.
CONTRIBUTING.md — plugin authoring guidance + quality gatesD:\orryx-standards\ — canonical AGENTS.base.md + CLAUDE.base.md + gitignore-snippetsD:\orryx-audit\ — the 2026-05-12 architecture audit + migration planOwn 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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub alexmclaren/orryx-knowledge --plugin fix-issueAuthors 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.
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.
Cross-PR root-cause investigation (opus tier). Triggers on /pr-investigate, "why did X break", "find when Y was introduced". Promoted from Triora SKILL.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer