AI Terminal Aggregator

Agentify Your Terminal

Nexus is an aggregator of skills and agents that automate and leverage Codex and Claude terminal workflows.

Composable AI Agents, Skills, and token-efficient automation for engineering teams.

CLI Commands /nexus:<skill-or-agent>

nexus://command-terminal

$ |

Install in Codex and Claude Terminal

Drop Nexus into your terminal stack and run agent/skill commands with /nexus:<skill-or-agent> syntax.

Codex Terminal

npm i -g nexus-agent-kit

# Install globally
npx codex-marketplace add aayushostwal/nexus --plugin --global

# Install for project
npx codex-marketplace add aayushostwal/nexus --plugin --project

Claude Terminal

npm i -g nexus-agent-kit

/plugin marketplace add aayushostwal/nexus

/plugin install nexus@nexus-marketplace

/reload-plugins

What is Nexus

A terminal-first aggregator that curates installable engineering skills and specialist agents into one automation layer.

Open Source AI OS

Agents

Specialized workers for architecture, debugging, planning, and operations.

Skills

Reusable execution intelligence for repeatable engineering outcomes.

Token Management

Built-in token-saving strategy for cost-aware and context-efficient execution.

Orchestration

Context-aware handoffs between agents running in sequence or parallel.

Tooling

MCP integrations across GitHub, Jira, AWS, Slack, and more.

Memory

Long-lived context, TODO intelligence, and cross-session continuity.

Skills Marketplace

Discover installable skills for architecture, security, testing, observability, and token management.

Architecture Mapper

Advanced

Maps service boundaries, dependencies, and deployment risk before major changes.

architecture
systems
risk

/nexus:architecture map this monolith into bounded contexts

nexus skill install architecture-mapper

Autonomous Debugger

Intermediate

Runs evidence-first root-cause analysis with narrow fixes and verification loops.

debugging
incident
ci/cd

/nexus:debugging fix production deployment issue

nexus skill install autonomous-debugger

PR Review Guardian

Intermediate

Performs senior-grade code reviews with severity-ranked findings and rollout risk.

review
quality
security

/nexus:code-review review this PR for regressions

nexus skill install review-guardian

Refactor Strategist

Advanced

Plans incremental refactors with dependency awareness and regression containment.

refactor
planning
testing

/nexus:planning refactor this service without downtime

nexus skill install refactor-strategist

DevOps Automator

Advanced

Builds CI pipelines, release gates, and rollback-safe deployment workflows.

devops
automation
release

/nexus:reliability create release rollout workflow

nexus skill install devops-automator

Security Sentinel

Advanced

Audits policies, permissions, and secrets exposure with least-privilege guidance.

security
iam
guardrails

/nexus:reliability audit this repo for secret leaks

nexus skill install security-sentinel

Observability Correlator

Advanced

Finds causal chains across distributed services during cascading failures.

observability
tracing
sre

/nexus:observability correlate these API failures

nexus skill install observability-correlator

Performance Forensics

Intermediate

Investigates latency, memory, and CPU regressions with blast-radius analysis.

performance
profiling
scalability

/nexus:performance optimize architecture for latency

nexus skill install performance-forensics

Test Stabilizer

Intermediate

Eliminates flaky tests using deterministic fixtures and race-condition isolation.

testing
qa
ci

/nexus:testing investigate flaky tests

nexus skill install test-stabilizer

Token Management

Beginner

Optimizes context usage, prompt shape, and delegation depth to reduce token spend.

tokens
cost
prompting

/nexus:token-saving reduce token usage for this task

nexus skill install token-saving

Agent System

Specialized agents with explicit command patterns, role boundaries, and ownership.

Nexus Orchestrator

Routes tasks and coordinates agent swarms

/nexus:orchestrator route this task

Best For: Cross-skill orchestration

Ownership: Task routing, handoff policy, completion synthesis

Architect

Designs structure, boundaries, and change strategy

/nexus:architect map service boundaries

Best For: Architecture planning

Ownership: System design docs, dependency maps, migration plans

Debugger

Finds root cause and applies narrow fixes

/nexus:debugger resolve CI failure

Best For: Incident diagnosis

Ownership: Failure analysis, minimal patches, verification

Refactorer

Modernizes code safely with migration slices

/nexus:refactorer split this module

Best For: Safe modernization

Ownership: Refactor plans, compatibility checks, rollout steps

Reviewer

Enforces quality gates and regression checks

/nexus:reviewer review PR #428

Best For: Quality control

Ownership: Bug/risk findings, severity ranking, merge readiness

Planner

Builds executable implementation plans

/nexus:planner create execution plan

Best For: Delivery planning

Ownership: Scope slicing, dependencies, risk mitigation

DevOps Agent

Automates pipelines, release gates, and rollbacks

/nexus:devops generate release gate

Best For: Deployment automation

Ownership: CI/CD workflows, guardrails, rollback strategy

Infra Agent

Owns cloud resources, IaC, and platform topology

/nexus:infra evaluate terraform blast radius

Best For: Platform operations

Ownership: Infrastructure diffs, policy checks, environment safety

Testing Agent

Continuously verifies behavior and reliability

/nexus:testing stabilize flaky suite

Best For: Reliability verification

Ownership: Test diagnostics, deterministic fixes, coverage deltas

Architecture Explorer

Flowchart-style user decision maps for orchestration and interaction modeling.