Comprehensive security scan for any Solidity project (Foundry, Hardhat, or bare). Orchestrates parallel agents — defensive analysis, adversarial exploit hypotheses, gas optimization, and optional deployment-script auditing — into one consolidated report. Trigger on: "solidity security scan", "audit solidity", "scan contracts", "full solidity review".
Trace code flow as an indented-outline document where indentation marks logic forks. Produces a flow doc with an overview, a coupling/wiring table (channels, shared state, events), per-flow outlines citing file:line on every node, and a goal-driven analysis section (condensation opportunities by default). Use this whenever the user wants to understand how a module/crate/subsystem flows, says code "feels loosely organized" or "hard to follow", wants to "track the flow", "outline the logic", "map the call paths", "see every branch/fork", or wants to understand code well enough to condense, simplify, or refactor it — even if they don't say the word "outline". Also trigger when the user asks for a document tracing which events cause which functions to run.
Interactive consultant that interviews the user, recommends configuration, and generates a Claude Code agent definition with hard responsibility boundaries, domain context, quality gates, and optional persistent memory. Trigger on: "create agent", "new agent", "design an agent", "build an agent", "I need an agent that", "agent for", "set up an agent". Do NOT trigger for skill creation — use skill-creator instead.
Deep combined audit using iterative Feynman + State Inconsistency analysis across 8 phases with specialized agents. Language-agnostic. Dynamically discovers domain-specific patterns via Phase -1 before the main pipeline. Spawns nemesis-orchestrator which coordinates domain discovery, recon, mapping, interrogation, state checking, feedback loop, journey tracing, verification, and reporting. Triggers on /nemesis-scan or deep combined audit.
Generate Criterion benchmarks for telcoin-network hot paths. Trigger on: "benchmark", "add bench", "performance test", "criterion", "measure latency", "throughput test"
Deep bug hunt for the telcoin-network codebase (Rust + Solidity submodule) across 9 phases with specialized agents. Bug-hunter framing — asks 'how does this fail in production?' not 'how does an attacker exploit this?'. Covers concurrency, determinism, consensus correctness, state atomicity, panic surface, fork risk, and error propagation. Produces bug tickets with repro + failure mode per finding. Triggers on /tn-bug-scan or tn bug scan or telcoin bug hunt.
Perform automated security hardening sweeps on the telcoin-network codebase. Trigger on: "harden", "security check", "determinism check", "find unwrap", "production ready", "audit prep", "hardening sweep", "panic audit", "tracing audit", "blocking audit", "review"
Deep combined audit using iterative Feynman + State Inconsistency analysis across 8 phases with specialized agents. Language-agnostic. Dynamically discovers domain-specific patterns via Phase -1 before the main pipeline. Spawns nemesis-orchestrator which coordinates domain discovery, recon, mapping, interrogation, state checking, feedback loop, journey tracing, verification, and reporting. Triggers on /nemesis-scan or deep combined audit.