Stats
Actions
Tags
From hyrex-core
Discover and recommend hyrex plugins based on your workflow, installed MCP tools, and current task
How this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-core:discover-plugins [search-query][search-query]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find and recommend hyrex plugins for your workflow.
Find and recommend hyrex plugins for your workflow.
When starting a new project, exploring hyrex capabilities, or wondering which plugins would help with your current task.
ls plugins/ to see what's already installedmcp__hyrex__transfer_plugin-featured for recommended pluginsmcp__hyrex__transfer_plugin-search with keywords matching your taskmcp__hyrex__guidance_recommend with your current task description for personalized suggestionsmcp__hyrex__guidance_capabilities to see what each plugin enablesmcp__hyrex__transfer_plugin-info for full plugin details| Plugin | When to use | What it adds |
|---|---|---|
| hyrex-core | Always — base layer for all Hyrex work | MCP server, status, doctor, coder/researcher/reviewer agents |
| hyrex-swarm | Multi-agent tasks (3+ files, features, refactors) | Swarm topologies (hierarchical, mesh), Monitor streaming, worktree isolation |
| hyrex-autopilot | Autonomous task completion without manual steering | /loop-based autonomous execution, progress prediction, learning |
| hyrex-loop-workers | Recurring background work (audits, optimization, mapping) | 12 background workers via /loop or CronCreate scheduling |
| hyrex-workflows | Repeatable multi-step processes | Workflow templates, parallel execution, conditional branching |
| Plugin | When to use | What it adds |
|---|---|---|
| hyrex-agentdb | Semantic search over code patterns, telemetry, decisions | AgentDB with HNSW vector search (150x-12,500x faster), RuVector embeddings |
| hyrex-rag-memory | Simple key-value memory with search | Store/search/recall without full AgentDB setup |
| hyrex-rvf | Portable memory export/import across machines | RVF format, session persistence, cross-platform transfer |
| hyrex-ruvector | Vector embedding operations, HNSW indexing, clustering | ONNX 384-dim embeddings, hyperbolic Poincare ball, k-means/DBSCAN clustering |
| hyrex-knowledge-graph | Entity extraction, relation mapping, graph traversal | Pathfinder algo on AgentDB causal edges, code entity graphs |
| hyrex-intelligence | Task routing optimization, learning from outcomes | SONA neural patterns, trajectory learning, model routing with confidence |
| hyrex-daa | Self-adapting agents that evolve behavior | Dynamic Agentic Architecture, cognitive patterns, knowledge sharing |
| Plugin | When to use | What it adds |
|---|---|---|
| hyrex-adr | Document architecture decisions, check compliance | ADR create/index/supersede, code-to-ADR linking, compliance checking on diffs |
| hyrex-ddd | Domain modeling, bounded context scaffolding | Context wizard, aggregate roots, domain events, anti-corruption layers, boundary validation |
| hyrex-sparc | Structured development methodology | Specification-Pseudocode-Architecture-Refinement-Completion with quality gates |
| Plugin | When to use | What it adds |
|---|---|---|
| hyrex-security-audit | Before merging, after dependency changes | CVE scanning, dependency vulnerability checks, security reports |
| hyrex-aidefence | Processing user input, handling untrusted data | Prompt injection detection, PII scanning, adversarial defense |
| hyrex-testgen | After implementing features, during refactors | Test gap detection, TDD London School workflow, coverage routing |
| hyrex-browser | UI testing, web scraping, visual validation | Playwright automation — navigate, click, screenshot, validate |
| Plugin | When to use | What it adds |
|---|---|---|
| hyrex-jujutsu | PR review, merge decisions, diff risk scoring | Diff analysis, risk classification, reviewer recommendations |
| hyrex-docs | After API changes, before releases | Doc generation, drift detection, API documentation |
| hyrex-ruvllm | Local LLM inference, custom model configs | RuVLLM integration, MicroLoRA fine-tuning, chat formatting |
| hyrex-agent | Sandboxed code execution, untrusted workloads | WASM agent sandboxing, community gallery |
| hyrex-plugin-creator | Building new hyrex plugins | Scaffold structure, validate frontmatter, test MCP references |
| hyrex-migrations | Database schema changes | Sequential migration numbering, up/down pairs, dry-run, rollback validation |
| hyrex-observability | Logging, tracing, metrics correlation | Structured JSON logging, distributed tracing, agent-to-app telemetry correlation |
| hyrex-cost-tracker | Token budget management | Per-agent cost attribution, model pricing, budget alerts, optimization recommendations |
| Plugin | When to use | What it adds |
|---|---|---|
| hyrex-goals | Long-horizon planning, multi-session research | GOAP algorithm, deep research orchestration, horizon tracking, synthesis |
| hyrex-federation | Cross-installation agent coordination | Zero-trust peer discovery, mTLS auth, consensus routing, compliance audit |
| hyrex-iot-cognitum | Cognitum Seed hardware device management | 5-tier device trust, telemetry anomaly detection (Z-score), fleet firmware rollouts, witness chain verification, SONA + AgentDB integration |
| hyrex-neural-trader | Trading strategy development and backtesting | Z-score market anomalies, SONA trajectory strategies, walk-forward backtesting, portfolio optimization |
| hyrex-market-data | Market data ingestion and pattern matching | OHLCV vectorization, candlestick pattern detection, HNSW-indexed historical search |
"I need to..." → Use this plugin:
hyrex-core + hyrex-swarm + hyrex-testgenhyrex-core + hyrex-jujutsu (for diff analysis)hyrex-security-audit + hyrex-aidefencehyrex-loop-workers + hyrex-autopilothyrex-agentdb + hyrex-rag-memoryhyrex-goals (horizon tracking)hyrex-iot-cognitumhyrex-federationhyrex-browserhyrex-docshyrex-plugin-creatorhyrex-adrhyrex-dddhyrex-sparchyrex-neural-trader + hyrex-market-datahyrex-ruvectorhyrex-knowledge-graphhyrex-migrationshyrex-observabilityhyrex-cost-tracker/plugin marketplace add ruvnet/hyrex
/plugin install <plugin-name>@hyrex
npx claudepluginhub akhilyad/deployy --plugin hyrex-coreGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.