orbit
49Skill Claude CodeCodex
State-persisted autonomous pipeline: spec → go → audit → eval → ship → evolve in one command. Auto-detects direct/council/interactive mode. Crash-recoverable via PIPELINE-.json. Hands-off until PR.
Skill Claude CodeCodex
State-persisted autonomous pipeline: spec → go → audit → eval → ship → evolve in one command. Auto-detects direct/council/interactive mode. Crash-recoverable via PIPELINE-.json. Hands-off until PR.
Skill Claude CodeCodex
Trigger: active multi-agent run. Handles inbox reading, dep resolution, message formatting, handoffs. Also provides status dashboard and intervention control via internal modes.
Skill Claude CodeCodex
Performance optimizer for loops, DB queries, rendering, and batch operations. Catches N+1 queries, missing indexes, and unnecessary re-renders.
Skill Claude CodeCodex
On-demand human self-assessment of AI usage quality. Scores 5 dimensions from session data. Not agent performance review.
Skill Claude CodeCodex
Security review checklist with optional engagement scoping. Use when auth, DB, API, infra, or secrets code is touched.
Skill Claude CodeCodex
Ship phase. Runs isolated integration test in a fresh worktree, creates a PR with full spec + audit report in the body, watches CI, and auto-fixes failures.
Skill Claude CodeCodex
Code simplification for high-complexity files. Targets deep nesting, copy-paste patterns, god functions, and files over 200 lines.
Skill Claude CodeCodex
Spec phase. Converts user requirements into a numbered Requirements + Acceptance Criteria document saved as SPEC-{timestamp}.md. Prompts /team suggestion when 3+ requirements are detected.
Skill Claude CodeCodex
Test-Driven Development enforcer. Red→Green→Refactor cycle with no production code without a failing test first. Use for new features and bug fixes.
Skill Claude CodeCodex
Org-level agent team designer via epic team CLI (cross-project, append-merge). Subcommands: list, show, sync, link, unlink, history. Use when setting up agents, designing teams, or /spec yields 3+ requirements.
Skill Claude CodeCodex
Threat modeling and attack surface analysis. Use when assessing security boundaries, modeling threat actors, or generating threat scenarios.
Skill Claude CodeCodex
Adversarial validation of vulnerability findings. Use when triaging security findings, validating vulnerabilities, or prioritizing remediation.
Skill Claude CodeCodex
Pre-merge verification gate. Build, test, and lint must all pass before marking done or shipping.
Skill Claude CodeCodex
Systematic vulnerability scanner across injection, auth, data exposure, and dependencies. Use when scanning for vulnerabilities, reviewing security, or validating threat models.
Plugin Claude Code
Plugin marketplace listing 1 plugin: alcove.
Plugin Claude Code
Local-first memory server — hybrid BM25+vector search, vault management, lint, and launchd lifecycle for project knowledge.
Instructions file CodexOpenCode
Instructions for epicsagas/alcove, covering claude.md, repository purpose, actual location, structure and karpathy 3-layer architecture.
Skill Claude CodeCodex
HTTP API-based documentation server (always running). Questions about project architecture, conventions, decisions, code structure, tech debt, env config, progress, or doc health. Also: init project, audit docs, lint, validate, promote note, rebuild index, search vaults.
Plugin Claude Code
Software engineering knowledge graph — design patterns, laws, refactorings, and code smells with graph traversal and AI-powered code analysis.
Instructions file CodexOpenCode
Instructions for epicsagas/Episteme, covering agents.md, commands, project structure, code style and golden path.
Instructions file Gemini CLI
Instructions for epicsagas/Episteme, covering epic-harness, commands, auto-behaviors, hook events and notes.
Skill Claude CodeCodex
Use this agent when you need to evaluate a system architecture or technology decision — identifying scalability risks, structural smells, law violations (Conway, Amdahl, Gall), and design pattern misuse using the Episteme knowledge graph.
Skill Claude CodeCodex
Code smell detector and refactoring advisor. Triggers on: file path mentioned, 'review this code', 'find smells', 'analyze', 'refactor', or code shared. Calls Episteme HTTP API (analyze + refactor endpoints) immediately. Outputs smell table, ranked refactorings, principle violations.
Skill Claude CodeCodex
Use this agent when the user faces an engineering decision, trade-off, or architecture question — choosing between patterns, resolving design conflicts, or applying refactorings. Grounds every recommendation in the Episteme knowledge graph.