nexus-substrate/nexus-agents

Governance substrate for your AI coding agents — adversarial review, drift-detected rules, immutable audit, closed-loop telemetry

18Stars on the repository
56Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Design stable, hard-to-misuse interfaces — REST endpoints, MCP tool schemas, module boundaries, type contracts. Apply when defining new surfaces or evolving public ones. Triggers on "API design", "interface", "schema", "contract", "module boundary", "type design".

18 2d ago A 65 tokens original MIT

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Test UI in real browsers via Chrome DevTools MCP. Apply when debugging rendering issues, console errors, network behavior, performance, or accessibility — anywhere static code analysis can't see runtime state. Triggers on "browser test", "DOM inspect", "console errors", "network trace", "core web vitals in browser"…

18 2d ago A 78 tokens original MIT

bug-fix

03

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Fix a bug following project standards. Use when fixing defects, debugging issues, or resolving reported problems. Triggers on "fix bug", "debug", "fix issue", "resolve bug".

18 2d ago A 41 tokens original MIT

code-simplification

04

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Reduce nesting, extract names, eliminate redundancy without changing behavior. Apply after features work and tests pass — never as a drive-by during feature work. Triggers on "simplify", "refactor for clarity", "this is hard to read", "code review flagged complexity".

18 2d ago A 62 tokens original MIT

codex-delegator

05

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Delegate code generation tasks to Codex CLI for optimal performance. Use when implementing features, generating tests, refactoring code, or making bulk code changes. Triggers on "delegate to codex", "route to codex", "use codex", "code generation".

18 2d ago A 60 tokens original MIT

context-engineering

06

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Curate what the agent sees, when, and how it's structured. Apply when starting a session, when output quality drifts, when fanning out subagents, or when configuring rules files. Triggers on "context engineering", "rules file", "agent context", "subagent fan-out", "context budget".

18 2d ago C 70 tokens original MIT

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Plan and execute the removal of deprecated APIs without breaking consumers. Apply when retiring @deprecated markers, renaming public surfaces, or version-gating cleanup work. Triggers on "deprecate", "remove deprecated", "migration plan", "breaking change", "v3 cleanup".

18 2d ago A 68 tokens original MIT

dev-pipeline

08

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Multi-agent development pipeline (Orchestrator + workers + consensus vote). Use when the user asks to "build a feature", "fix a bug with the pipeline", or "run the dev pipeline". Triggers on "dev pipeline", "multi-agent pipeline", "run pipeline".

18 2d ago A 59 tokens original MIT

docs-chart

09

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Generate dark-mode-compatible inline SVG charts (bar, donut, line, lollipop, area, radar) for nexus-agents docs from quantitative data — OutcomeStore metrics, fitness scores, CLI success rates, vote pass-rates, weather report data. Use when the user says "chart", "visualize data", "svg chart", "render chart", or asks…

18 2d ago C 99 tokens original MIT

docs-image

10

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Generate AI illustrations (hero, cover, conceptual, infographic) for nexus-agents docs via the nanobanana-mcp gateway. Use when the user needs a hero image, README cover, or conceptual illustration. NOT for precise architecture diagrams — those redirect to docs-mermaid. NOT for quantitative charts — those redirect to…

18 2d ago A 99 tokens original MIT

docs-mermaid

11

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Generate precise diagrams (flowchart, sequence, state, ER, class, gantt, gitGraph) using Mermaid for nexus-agents docs. Use when the user wants to "diagram this", "show how X works", "draw the flow", or asks for a flowchart / sequence / state diagram. Cross-references docs-chart (for quantitative data viz) and…

18 2d ago A 100 tokens original MIT

docs-review

12

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Score a technical doc (RFC, ADR, README, CLAUDE.md, blog-style post) against the 5-category 100-point rubric in .rules/docs-rubric.md. Read-only audit. Surfaces top issues by severity. Defers to existing user-level skills (blog-llm-tells, blog-factcheck, blog-overlap, blog-argument-shape, blog-pre-publish) for…

18 2d ago A 127 tokens original MIT

docs-rewrite

13

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Improve an existing technical doc in-place via a phased Audit → Research → Rewrite → Validate workflow. Calls docs-review for audit and validate; never re-derives scoring. Applies answer-first H2s, citation capsules, and info-gain markers per .rules/docs-rubric.md. Use when the user says "rewrite docs", "improve this…

18 2d ago A 88 tokens original MIT

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Operating manual for documentation work in nexus-agents. Use when updating docs, adding new docs, changing doc pipeline, or troubleshooting doc issues. Triggers on "update docs", "add documentation", "doc pipeline".

18 changed 2d ago C 45 tokens original MIT

dogfooding-issues

15

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Process open GitHub issues using the self-development protocol. Implements features from research registry with proper voting and testing. Use when working on open issues, implementing research techniques, or following the dogfooding workflow. Triggers on "dogfood", "work on issues", "implement issue"…

18 2d ago A 73 tokens original MIT

e2e-validation

16

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Periodically exercise ALL nexus-agents feature families end-to-end against a real task — research → synthesize → vote → plan → dev-pipeline → graph workflow → memory → audit — capturing ACTUAL outputs to validate that fixes, docs, and claims hold in real usage (the things unit tests miss: live voter panels, adapter…

18 2d ago A 146 tokens original MIT

gemini-delegator

17

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Delegate large context and multimodal tasks to Gemini CLI. Use when context exceeds 100K tokens, analyzing images/screenshots, processing large codebases, or for speed/cost-sensitive operations. Triggers on "delegate to gemini", "route to gemini", "use gemini", "large context", "analyze image", "screenshot analysis".

18 2d ago A 77 tokens original MIT

hotfix

18

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Apply a hotfix for critical production issues. Use for security vulnerabilities or bugs that prevent core functionality. Triggers on "hotfix", "emergency fix", "critical fix", "production bug".

18 2d ago A 42 tokens original MIT

implement-feature

19

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Implement a new feature following project standards. Use when adding functionality, creating new modules, or extending capabilities. Triggers on "implement", "add feature", "create", "build".

18 2d ago A 39 tokens original MIT

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Manage physical server infrastructure, bare metal systems, and OOB management. Handles iDRAC/iLO/IPMI access, SSH connectivity checks, boot time estimation, and hardware health monitoring. Triggers on "infrastructure", "bare metal", "server management", "idrac", "hardware check".

18 2d ago B 64 tokens original MIT

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Measure-first optimization for code that has actual evidence of being slow. Apply when performance requirements exist, profiles show bottlenecks, or a change introduced a regression. Triggers on "optimize", "performance", "slow", "profile", "bottleneck", "core web vitals", "regression".

18 2d ago A 71 tokens original MIT

pre-push-parity

22

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Run the CI gates locally before pushing, so failures surface in seconds instead of one CI cycle at a time. Enumerates the checks in .github/workflows/, runs the locally-runnable subset in CI's order, and pins the local-vs-CI delta as a memory the first time you work in a repo. Use before git push / opening a PR, or…

18 2d ago A 130 tokens original MIT

release

23

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Execute a release following project standards. Use when publishing a new version, creating release tags, or deploying. Triggers on "release", "publish", "version bump", "create release".

18 2d ago A 39 tokens original MIT

nexus-substrate/nexus-agents

Skill Claude CodeCodex

Part of nexus-agents

Extract structured requirements from vague user requests. Decompose ideas into user stories with acceptance criteria, map to available capabilities, and identify gaps. Triggers on "requirements", "user stories", "what do I need", "break down this request", "analyze this feature".

18 2d ago A 61 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: