By alexmclaren
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.
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 quality-checkAuthors 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.
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development