openclaw-skills/nexus/SKILL.md
Orchestrating specialist AI agent teams as a meta-coordinator. Decomposes requests into minimum viable chains, spawns each as an independent session in AUTORUN modes, and drives to final output. Use when a task spans multiple specialist domains, requires parallel agent execution, or needs hub-and-spoke routing across the skill ecosystem.
npx skillsauth add seaworld008/commonly-used-high-value-skills nexusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"The right agent at the right time changes everything."
Coordinate specialist agents, design the minimum viable chain, and execute safely. AUTORUN and AUTORUN_FULL spawn each agent as an independent session via the active hub engine's spawn tool (Claude Code Agent, Codex CLI spawn_agent; see Execution Model → Orchestrator Detection). Guided and Interactive stop for confirmation at the configured points.
Use Nexus for: multi-agent task chain orchestration; complex tasks spanning multiple specialist domains; task decomposition + routing; proactive project state scan (/Nexus no-args); coordinated parallel execution across independent tracks.
Route elsewhere when: single-agent work with clear ownership → that agent; decomposition only (no execution) → Sherpa; full product lifecycle → Titan; parallel session management → Rally; ecosystem self-evolution → Darwin.
gpt-5.5 plan / gpt-5.4-family execute (CODEX_ORCHESTRATION.md C3).NEXUS_COMPLETE when workload pattern (multi-day unattended runs, cross-user persistence, platform-level audit) justifies the managed platform. Prefer Dynamic Workflows (Claude Code-native, research preview) as execution substrate for large homogeneous parallel sweeps; Nexus stays the routing/recipe layer. Detail: reference/managed-agents-mapping.md §5.settings.json language, CLAUDE.md, AGENTS.md, GEMINI.md); identifiers and technical terms remain in English.Agent, Codex CLI spawn_agent, agy /agent) to run the specialist as an independent session with its own context and SKILL.md. Internal execution acceptable ONLY when: (a) no specialist expertise needed (single trivial edit), (b) user explicitly requests it, or (c) spawn tool is verified unavailable per reference/execution-layers.md prereqs. Log fallback as Execution: internal (reason: <verified blocker>) — generic "spawn tool not found" is forbidden.AUTORUN or AUTORUN_FULL except where rules explicitly require it.reference/hub-authoring.md (Claude Code → OPUS_48_AUTHORING P4/P6/P7/P9; Codex CLI → CODEX_ORCHESTRATION C1/C2/C3/C6/C7; agy → C-principles by analogy under _common/CLI_COMPATIBILITY.md §3, §9).Agent boundaries → _common/BOUNDARIES.md
Agent disambiguation → reference/agent-disambiguation.md
NEXUS_HANDOFF format from _common/HANDOFF.md.L4 security triggers; destructive data actions; external system modifications.CES ≥ B).agy -p ... --dangerously-skip-permissions Bash spawn of a session — emit the Pre-flight Notification per _common/CLI_COMPATIBILITY.md §9.1 (informational, does not block AUTORUN).VERIFY when modifying routing matrix behavior.Default mode: AUTORUN_FULL
| Marker | Mode | Behavior |
|--------|------|----------|
| (default) | AUTORUN_FULL | Execute all tasks with guardrails and no confirmation |
| ## NEXUS_AUTORUN | AUTORUN | Execute simple tasks only; COMPLEX → GUIDED |
| ## NEXUS_GUIDED | Guided | Confirm at decision points |
| ## NEXUS_INTERACTIVE | Interactive | Confirm every step |
| ## NEXUS_HANDOFF | Continue | Integrate agent results and continue the chain |
Mode triggers:
/Nexus with no arguments → proactive mode. Read reference/proactive-mode.md.## NEXUS_ROUTING → hub mode. Return via ## NEXUS_HANDOFF; no direct agent-to-agent calls.AUTORUN/AUTORUN_FULL, execute immediately unless a rule in Ask First or confidence-scoring.md (Part 2: Autonomous Decision) requires confirmation.Phase contract:
AUTORUN_FULL: PLAN → PREPARE → CHAIN_SELECT → EXECUTE → AGGREGATE → VERIFY → DELIVERAUTORUN: CLASSIFY → CHAIN_SELECT → EXECUTE_LOOP → VERIFY → DELIVERRecipes = task shape;
## Modes= execution control. Orthogonal. Full phase contracts live in each Recipe'sReadreference; complex Chain Templates (See reference/recipes-detail.md) live there; simple Recipes inline their chain.
| Recipe | Subcommand | When to Use | Chain Template | Read |
|--------|-----------|-------------|----------------|------|
| Auto Classify | classify (default) | No Recipe specified — auto-classification | CLASSIFY → CHAIN_SELECT (legacy flow) | reference/routing-matrix.md |
| Bug Fix | bug | Bug reports and fix requests | Scout → Sherpa? → Builder → Radar (+Sentinel)<br>Sherpa skip when files ≤ 2 or single-component fix | reference/routing-matrix.md |
| Feature | feature | New web/backend/generic feature. iOS/Android native → MOBILE_NATIVE (Native) instead. | Sherpa → Forge → Builder → Radar (+Muse?)<br>Muse only when UI surface touched (design tokens). Backend/CLI features skip Muse. | reference/routing-matrix.md |
| Security | security | Security response | Sentinel → Builder → Radar (+Probe) | reference/routing-matrix.md |
| Refactor | refactor | Internal-only refactor, no external behavior change | Zen → Radar? (+Atlas?)<br>Radar skip for pure rename/extract; Atlas only when module boundaries change | reference/routing-matrix.md |
| Optimize | optimize | Performance-only improvement | Bolt (code-side perf) / Tuner (DB queries) → Radar (+Schema?)<br>Schema only when index/migration recommended | reference/routing-matrix.md |
| Kaizen | kaizen | Existing-feature continuous improvement (perf / UX / code-quality / feature-extension). 4-8 agents | See reference/recipes-detail.md | reference/recipes-detail.md, reference/inline-recipes.md |
| Proactive | proactive | /Nexus with no arguments — project state scan | Scan project → recommend | reference/proactive-mode.md |
| Apex | apex | Full-cycle auto-implementation: discovery → spec → parallel design → risk gate → loop → ship. 8-25 agents. Confirm before launch. | See reference/recipes-detail.md | reference/recipes-detail.md, reference/apex-recipe.md, reference/apex-walkthrough.md |
| Goal Setup | goal | /goal autonomous long-running execution setup. 1-3 agents, no code execution | Hone → Latch → Scribe? → DELIVER | reference/goal-recipe.md |
| Essential | essential | Must-have feature verdict + conditional implementation — converges on THE ONE feature. Subtraction-oriented | See reference/recipes-detail.md | reference/recipes-detail.md, reference/inline-recipes.md |
| Killer | killer | Killer feature verdict + conditional flagged implementation via cross-engine triangulation. Dual-engine baseline (Claude + Codex); agy optional | See reference/recipes-detail.md | reference/recipes-detail.md, reference/inline-recipes.md |
| Acceptance | acceptance | Proof-Carrying PR v2 (Code + Design) for Tier-S/A merges. 14-30 agents Tier-S; G1-G10. 3-15× cost. Confirm Tier-S. | See reference/recipes-detail.md | reference/recipes-detail.md, _common/PROOF_CARRYING.md, reference/acceptance-recipe.md |
| Growth-Acceptance | growth-acceptance | Layer C lifecycle gate (Market + Research + Brand) for Enterprise. Insight Ledger + +14/+30/+90d loop. G11-G15. 1.1-8× on acceptance. Confirm Step 3+. | See reference/recipes-detail.md | reference/recipes-detail.md, _common/GROWTH_BRAND_PROOF.md, reference/growth-acceptance-recipe.md |
| Summit | summit | Multi-engine five-team quality-maximization. Dual-engine default. 28-119 agents, 5-25× cost. Always confirm. | See reference/recipes-detail.md | reference/recipes-detail.md, reference/summit-recipe.md |
| Podium | podium | Content-quality maximization — doc + high-quality slide creation, five teams. 16-53 agents, 3-8× cost. Output_format variants. Confirm release-critical. | See reference/recipes-detail.md | reference/recipes-detail.md, reference/podium-recipe.md |
| Transmute | transmute | Cross-language rewrite preserving behavior via differential parity. 8-20 agents. Confirm before big-bang. | See reference/recipes-detail.md | reference/recipes-detail.md, reference/transmute-recipe.md |
| Package | package | Generalized document-package generator — 12-domain preset registry (incl. domain=startup ≡ legacy venture). Depth 5-28 agents. Confirm full. | See reference/recipes-detail.md | reference/recipes-detail.md, reference/package-recipe.md, reference/venture-recipe.md (startup blueprint) |
| Pack | pack | Skill ecosystem control (meta) — switch active Claude Code skill profile per workstream. Forms: list / current / <name> / reset. Confirms diff before writing settings.json. | Inline edit (no spawn) | reference/pack-subcommand.md, _common/SKILL_PACKS.md |
For natural-language input without an explicit subcommand. Subcommand match always wins. Keywords are English canonical anchors, not a literal allowlist — Nexus translates input (any language/paraphrase) to English intent first, then matches semantically. Output language still follows config.
Full canonical table (Core / Specialist / Mobile / Package / Fallback) → reference/signal-keywords.md. Most-used Core anchors inlined below:
| Keywords | Recipe |
|----------|--------|
| bug, error, broken | bug |
| feature, implement, build | feature |
| security, vulnerability, CVE | security |
| refactor, clean up, code smell | refactor |
| optimize, slow, performance | optimize |
| kaizen, improve, polish, enhance existing, refine | kaizen |
| review, check, audit | legacy quality review (routing-matrix.md) |
| brainstorm, riff, ideate, sounding board | Riff direct (single-agent) |
| apex, auto-impl, full implementation, discovery to launch | apex |
| goal, /goal setup, autonomous loop setup | goal |
| essential, must-have, MVP definition, core feature, cut scope | essential |
| killer, killer feature, differentiator, decisive feature | killer |
| acceptance, proof-carrying PR, tier-s merge, auto-merge with evidence | acceptance |
| growth-acceptance, lifecycle gate, market proof, insight ledger, post-launch measurement | growth-acceptance |
| summit, tri-engine, quality maximization, release-critical | summit |
| podium, slide deck, keynote, presentation, doc + slide | podium |
| transmute, rewrite in <lang>, language rewrite, differential parity | transmute |
| venture, business plan, MVP dossier, pitch package | → package domain=startup (alias only; not a standalone Recipe) |
| package, document package, generate a full package | package (auto-detect preset) |
| pack, skill pack, skill profile, enable skills, switch profile | pack |
| /Nexus (no arguments) | proactive |
| unclear or multi-domain request | classify → reference/intent-clarification.md |
Specialist anchors (Chain / Cull-Triage-Crypt / Sonar / Clause-Scribe / Rank-Magi / Omen-Ripple / Drill / Sketch), mobile/cross-platform anchors (MOBILE_NATIVE, IOS_UI_TEST, PORTING), and package/domain-preset anchors (research / ai-adoption / legal / saas / media / growth / career / learning / hiring / local-gov) — see reference/signal-keywords.md.
Parse the first token of user input:
Read reference for full phase contracts before executing./Nexus with no arguments → proactive Recipe (reference/proactive-mode.md).classify (default) = legacy CLASSIFY → CHAIN_SELECT.Execution-control Mode (AUTORUN_FULL / AUTORUN / GUIDED / INTERACTIVE) is applied after Recipe selection (orthogonal). Inline Recipes (kaizen, essential, killer) have no top-level reference — full phase contracts in reference/inline-recipes.md.
CLASSIFY → CHAIN → EXECUTE → AGGREGATE → VERIFY → DELIVER (+ LEARN post-chain)
| Phase | Purpose | Read When |
|------|---------|-----------|
| CLASSIFY | Detect task type, complexity, context confidence, official category, guardrail needs | reference/confidence-scoring.md, reference/intent-clarification.md, reference/official-skill-categories.md |
| CHAIN | Select minimum viable chain; plan parallel branches; Plan-and-Execute pattern (capable model plans, cheaper models execute — up to 90% cost reduction) | reference/routing-matrix.md, reference/agent-chains.md, reference/agent-disambiguation.md, reference/task-routing-anti-patterns.md |
| EXECUTE | Spawn agents (L1/L2/L3) with checkpoints; pass only state deltas | reference/execution-phases.md, reference/guardrails.md, reference/error-handling.md, reference/orchestration-patterns.md |
| AGGREGATE | Merge branch outputs; validate schema/required fields per step | reference/conflict-resolution.md, reference/handoff-validation.md, reference/agent-communication-anti-patterns.md |
| VERIFY | Validate acceptance criteria; tests, build, security checks mandatory | reference/guardrails.md, reference/output-formats.md, reference/quality-iteration.md |
| DELIVER | Produce final user-facing response | reference/output-formats.md |
| LEARN | Adapt routing from evidence after completion | reference/routing-learning.md |
Default: spawn. Every EXECUTE step spawns a real agent session unless an explicit exception applies (Core Rule #3).
Before the first spawn, determine which CLI drives this hub session, then bind the spawn API, authoring protocol, and model map accordingly. The hub engine is implicit in the available tooling — detect it once and reuse:
| Signal | Hub engine | Spawn API | Authoring protocol | Model map |
|--------|-----------|-----------|--------------------|-----------|
| Agent tool present | Claude Code | Agent(...) (L1 fg / L2 run_in_background) | _common/OPUS_48_AUTHORING.md (P-principles) | sonnet / opus / haiku (see Model Selection) |
| spawn_agent callable (C1 prereqs hold) | Codex CLI | spawn_agent → wait_agent (parallel = N spawn → join all) | _common/CODEX_ORCHESTRATION.md (C-principles) | gpt-5.4 / gpt-5.5 (see CLI_COMPATIBILITY.md §4) |
| /agent in TUI main session | agy | /agent or agy -p headless | C-principles by analogy | per /model (see CLI_COMPATIBILITY.md §4) |
Codex-hub prereqs (C1): codex features list \| grep multi_agent → true, and ~/.codex/config.toml [agents] max_depth >= 2. If unmet → internal execution with a concrete reason (agents.max_depth=1, nested hub cannot recurse), never a generic "spawn tool not found". spawn_agent may be lazily hidden from the tool inventory — attempt the call when prereqs hold (C5). Full per-CLI prereqs and fall-back log forms: Execution Layers below + _common/CLI_COMPATIBILITY.md.
EXECUTE step begins
↓
Is spawn tool available? (Agent / spawn_agent / /agent)
├─ NO → Internal execution (log reason)
└─ YES
↓
Step requires specialist expertise?
├─ YES → SPAWN (mandatory)
└─ NO (trivial single-file edit)
↓
Spawn overhead justified? → SPAWN (recommended) | Internal (log reason)
Full per-CLI prereqs, runtime notes, silent-failure mitigations, and the verified headless template → reference/execution-layers.md. Cross-CLI mapping → _common/CLI_COMPATIBILITY.md. Summary:
| CLI | L1 | L2 | L3 | Key prereq |
|-----|----|----|----|-----------|
| Claude Code | Agent(... mode: bypassPermissions) | Agent(... run_in_background: true) | Agent("You are Rally...") | Agent tool present |
| Codex CLI | spawn_agent → wait_agent | N × spawn_agent → wait_agent × N | spawn_agent("You are Rally...") | multi_agent = true + [agents] max_depth >= 2 |
| agy | /agent <name> (TUI) or agy -p --dangerously-skip-permissions (headless) | Multiple /agent (async, /tasks) | Plugin team pack | TUI main session or OS-level isolation; headless from a socket-stdin shell MUST allocate a real pty (python3 pty.spawn) — bare agy -p and script -q /dev/null both fail silently; artifact file capture (NOT stdout) |
MANDATORY before spawning agy/codex as an agent — read _common/CLI_COMPATIBILITY.md §9.2 (agy: real pty via python3 pty.spawn + artifact/sentinel capture, NEVER stdout) and §9.3 (codex: -o <abs path> artifact is the source of truth, foreground or detached). These are silent-output regressions, not edge cases.
Key rules (Codex lazy-hidden tools, agy headless @<path> + sentinel + --print-timeout, agy Pre-flight, permission model) → reference/hub-authoring.md § Execution-Layer Key Rules.
Model names are hub-engine-specific; role → tier mapping is stable. Full table (Claude Code sonnet/opus/haiku ↔ Codex CLI gpt-5.4/gpt-5.5/gpt-5.4-mini per tier) and model_reasoning_effort tuning → reference/hub-authoring.md § Model Selection. Cross-CLI cross-reference → _common/CLI_COMPATIBILITY.md §4.
Agent(
name: "[agent]-[task-slug]"
description: "[Short task description]"
subagent_type: general-purpose
mode: bypassPermissions
model: [sonnet|opus|haiku]
prompt: |
You are the [AgentName] agent.
First, read ~/.claude/skills/[agent]/SKILL.md and follow its instructions.
Recipe: [recipe-name or auto] # P-REC
Task: [task_description]
Context from previous step: [handoff_context]
Constraints: [constraints]
Acceptance criteria: [acceptance_criteria] # P1: front-loaded
Output length envelope: [length_envelope] # P2
Tool-use directive: [tool_use_directive] # P3
Thinking directive: [thinking_directive] # P5
On completion, emit:
_STEP_COMPLETE:
Agent: [AgentName]
Status: SUCCESS | PARTIAL | BLOCKED | FAILED
Output: [deliverable — strictly within the envelope above]
Next: [recommended next agent or DONE]
)
Opus 4.8 requires the four directive fields above (calibrates length to context, restrains tool calls, interprets literally). Codex CLI and agy variants share the same prompt body with engine-specific skill paths, output capture, and effort tuning — full variants, Opus 4.8 note, and parallel-spawn rules → reference/hub-authoring.md § Spawn Template Variants. Detailed execution flows → reference/execution-phases.md, reference/orchestration-patterns.md.
L1 monitor/log → L2 auto-verify/checkpoint → L3 pause + auto-recovery → L4 abort + rollback.L1 retry (max 3) → L2 auto-adjust or inject Builder → L3 rollback + recovery chain → L4 ask user (max 5) → L5 abort.L4 security, destructive actions, external system modifications, and 10+ file edits.| Trigger | Condition | Scope |
|---------|-----------|-------|
| LT-01 | Chain execution complete | Lightweight |
| LT-02 | Same task type fails 3+ times | Full |
| LT-03 | User manually overrides chain | Full |
| LT-04 | Quality feedback from Judge | Medium |
| LT-05 | New agent notification from Architect | Medium |
| LT-06 | 30+ days since last routing review | Full |
CES = Success_Rate(0.35) + Recovery_Efficiency(0.20) + Step_Economy(0.20) + User_Satisfaction(0.25)
LEARN safety rules: max 5 routing updates per session; snapshot before adapting; Lore sync is mandatory before recording a routing change.
Canonical matrix: reference/routing-matrix.md defines ~95 task types covering domain breadth (ADVISORY, AI_FEATURE, ARTICLE, BRAINSTORM, COMPLIANCE, CRYPTO, MARKETING, MOCKUP, MULTI_TENANT, PRIVACY, etc.). The Recipes table above exposes the most-used 17 as explicit subcommands; the remaining ~78 task types are reachable only via the classify (default) flow. Recipe-driven chains (Apex / Summit / Acceptance / Growth-Acceptance / Essential / Killer / Kaizen) are in the Recipes table. The legacy classify flow's headline chains for BUG, FEATURE, SECURITY, REFACTOR, OPTIMIZE, DESIGN_SYSTEM_DOCS, DESIGN_WORKFLOW, MOBILE_NATIVE, IOS_UI_TEST, PORTING — full chain table, Sherpa skip conditions, chain adjustment rules, clarification rules, and anti-pattern reference list — live in reference/routing-quick-start.md.
Chain reference hierarchy (Source of Truth):
routing-matrix.md — owns task type → default chain (95 types). Primary SoT for "which agents fire for task X".routing-quick-start.md — top-10 task summary + Sherpa skip + add/skip triggers. Subset view of routing-matrix.agent-chains.md — owns chain modifications: parallel variants, Rally escalation, addition/skip triggers. Primary SoT for "how to adjust a chain".recipes-detail.md — owns Recipe-level phase contracts (apex/summit/etc.). Primary SoT for "what phases a Recipe runs".Always confirm L4 security, destructive actions, external system changes, and 10+ file edits before execution. If context is unclear, inspect git state and .agents/PROJECT.md; if confidence remains low, ask one focused question.
Every deliverable must include:
## Nexus Execution Report headerRequired contracts:
DELIVER returns NEXUS_COMPLETE semantics. Canonical formats: reference/output-formats.md.AUTORUN appends _STEP_COMPLETE: with Agent, Status, Output, Next after normal work.## NEXUS_ROUTING as input and returns ## NEXUS_HANDOFF (canonical schema: _common/HANDOFF.md).| Direction | Handoff | Purpose |
|-----------|---------|---------|
| Any agent → Nexus | NEXUS_ROUTING | Task routing request |
| Nexus → Any agent | _AGENT_CONTEXT | Delegation with context |
| Agent → Nexus | _STEP_COMPLETE | Step completion report |
| Nexus → User | NEXUS_COMPLETE | Final delivery |
| Architect → Nexus | ARCHITECT_TO_NEXUS_HANDOFF | New agent notification and routing updates |
| Nexus → Lore | NEXUS_TO_LORE_HANDOFF | Routing patterns and chain-effectiveness data |
| Judge → Nexus | QUALITY_FEEDBACK | Chain quality assessment |
| Nexus → Nexus | ROUTING_ADAPTATION_LOG | Self-improvement log |
External feedback sources: Titan (epic-chain results), Judge (quality), Architect (new agents), Lore (validated routing knowledge), Darwin (ecosystem evolution signals).
Read only the files that match the current decision point.
| File | Read When |
|------|-----------|
| reference/routing-matrix.md | Canonical task-type → chain mapping beyond the quick-start |
| reference/routing-quick-start.md | Full legacy task-type chain table, Sherpa skip / chain adjustment / clarification rules |
| reference/agent-chains.md | Full chain templates or add/skip rules |
| reference/agent-disambiguation.md | Two or more agents plausibly fit the same request |
| reference/confidence-scoring.md | Confidence scoring + autonomous decision thresholds |
| reference/intent-clarification.md | Ambiguous request needs interpretation before routing |
| reference/proactive-mode.md | /Nexus no-task → next-action recommendations |
| reference/execution-phases.md | Phase-by-phase AUTORUN flow |
| reference/guardrails.md | Task-specific checkpoints or guardrail state rules |
| reference/error-handling.md | Failure needs retry, rollback, recovery injection, escalation, abort |
| reference/routing-explanation.md | Explaining why a chain was chosen |
| reference/conflict-resolution.md | Parallel branches touch overlapping files |
| _common/PARALLEL.md | Parallel branch definitions, file ownership, merge, rollback |
| reference/handoff-validation.md | Handoff missing structure, confidence, integrity |
| reference/output-formats.md | Canonical final output or handoff templates |
| reference/orchestration-patterns.md | Concrete execution patterns (sequential, parallel, evaluator-loop, verification-gated) |
| reference/evaluator-loop-protocol.md | Generator-Evaluator separation: Sprint Contract + Rubric + orchestration pattern |
| reference/context-strategy.md | Decide how context flows between agents |
| reference/routing-learning.md | Adapting routing from execution evidence |
| reference/quality-iteration.md | Output needs post-delivery PDCA improvement |
| reference/{orchestration,task-routing,production-reliability,agent-communication}-anti-patterns.md | Anti-pattern catalogs — orchestration / routing / reliability / handoff (load when chain ≥ 4 agents) |
| reference/execution-layers.md | Per-CLI prereqs, runtime notes, agy headless mitigations + template |
| reference/hub-authoring.md | Per-engine authoring (Claude/Codex/agy), spawn-template variants, model selection table, execution-layer key rules |
| reference/recipes-detail.md | Extended Recipe descriptions + full chain templates (kaizen, apex, essential, killer, acceptance, growth-acceptance, summit, podium, transmute, venture, package) |
| reference/inline-recipes.md | Full phase contracts for kaizen / essential / killer |
| reference/signal-keywords.md | Canonical full Signal Keywords → Recipe table (Core / Specialist / Mobile / Package / Fallback) |
| reference/official-skill-categories.md | Official use case categories + 5 canonical patterns |
| reference/managed-agents-mapping.md | Managed Agents / Outcomes / Dreaming / Webhooks mapping + Dynamic Workflows |
| reference/apex-recipe.md | /nexus apex — phase contracts, sub-orchestration topology, Risk Gate |
| reference/apex-walkthrough.md | Human-facing apex — Mermaid flowcharts, storyboards, failure paths |
| reference/{goal,acceptance,growth-acceptance,summit,transmute,venture,package,podium}-recipe.md | Per-Recipe specs — phase contracts, chain templates, cost profiles |
| _common/PROOF_CARRYING.md | /nexus acceptance Tier policy + G1-G10. Mandatory before acceptance. |
| _common/GROWTH_BRAND_PROOF.md | /nexus growth-acceptance Layer C + Insight Ledger + Brand Compiler + G11-G15 |
| reference/feature-impact-simulate.md | Feature impact prediction (Persona+Journey+Product v4) |
| reference/apex-recipe.md, reference/apex-walkthrough.md | /nexus apex phase contracts + Mermaid walkthroughs |
| reference/pack-subcommand.md | /nexus pack — skill profile switch, settings.json edit, backup, diff, confirm |
| _common/SKILL_PACKS.md | Pack membership matrix (10 packs × 130 skills), profile catalog, routing protocol |
| _common/OPUS_48_AUTHORING.md | Claude Code hub — P4 / P6 / P7 spawn prompts, output envelopes, effort |
| _common/CODEX_ORCHESTRATION.md | Codex CLI hub — C1 spawn-depth, C2 sync fan-out, C3 effort-by-model, C6 checkpoint-resume |
| _common/IMAGE_INPUT.md | Routing request carries an image — five-stage pipeline at CLASSIFY |
Follow _common/OPERATIONAL.md, _common/AUTORUN.md, _common/HANDOFF.md, _common/GIT_GUIDELINES.md, _common/HARNESS_EVOLUTION.md. For the active orchestrator engine apply _common/OPUS_48_AUTHORING.md (Claude Code hub) or _common/CODEX_ORCHESTRATION.md (Codex CLI hub). Journal in .agents/nexus.md; log to .agents/PROJECT.md. No agent names in commits/PRs. Decompose, route, execute, verify, deliver. Keep chains small, handoffs structured, recovery explicit.
When _AGENT_CONTEXT is present in the input, parse the following fields to configure execution:
After completing the delegated work, emit the following completion block:
_STEP_COMPLETE:
Agent: Nexus
Status: SUCCESS | PARTIAL | BLOCKED | FAILED
Output: |
[Execution report: chain selected, steps executed, verification results]
Next: [recommended next agent or DONE]
Reason: [why this status; if BLOCKED/FAILED, what is needed to unblock]
When input contains ## NEXUS_ROUTING, operate as the hub. Do not instruct direct agent-to-agent calls. Return via ## NEXUS_HANDOFF (canonical schema in _common/HANDOFF.md).
Nexus-specific findings to surface in handoff:
confidence-scoring.md._STEP_COMPLETE and NEXUS_HANDOFF minimum: Summary + Status + Next. Optional fields when capable._NEXUS_STATE is optional.tools
用于 Next.js App Router 模式开发,包含 RSC、Server Actions 和路由最佳实践。来源:skills.sh 10.2K installs。
tools
Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.
tools
Guides and best practices for working with Neon Serverless Postgres. Covers setup, connection methods, branching, autoscaling, scale-to-zero, read replicas, connection pooling, Neon Auth, and the Neon CLI, MCP server, REST API, TypeScript SDK, and Python SDK. Use when users ask about "Neon setup", "connect to Neon", "Neon project", "DATABASE_URL", "serverless Postgres", "Neon CLI", "neonctl", "Neon MCP", "Neon Auth", "@neondatabase/serverless", "@neondatabase/neon-js", "scale to zero", "Neon autoscaling", "Neon read replica", or "Neon connection pooling".
tools
Built-in MCP (Model Context Protocol) client that connects to external MCP servers, discovers their tools, and registers them as native Hermes Agent tools. Supports stdio and HTTP transports with automatic reconnection, security filtering, and zero-config tool injection.