By alexmclaren
Web design guidelines for Orryx Group brand consistency. Lifted from Directors Portal extract.
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.
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.
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.
npx claudepluginhub alexmclaren/orryx-knowledge --plugin web-design-guidelinesUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.