book-outline
25Skill Claude CodeCodex
Phase 2: Outlining. Apply genre-specific structures, generate per-chapter specs, cross-reference map, structural validation.
Skill Claude CodeCodex
Phase 2: Outlining. Apply genre-specific structures, generate per-chapter specs, cross-reference map, structural validation.
Skill Claude CodeCodex
Poetry patterns — form types (sonnet/haiku/free verse), stanza structure, meter/rhythm, imagery systems, collection architecture.
Skill Claude CodeCodex
Phase 5: Publishing. Convert to EPUB/PDF/MOBI/TXT/Markdown, cover design, metadata, title candidates, KDP checklist, marketing plan.
Skill Claude CodeCodex
Screenplay patterns — 3-act film structure, sequence method, scene/cut formatting, dialogue rules, A/B story weaving.
Skill Claude CodeCodex
Book project status and progress dashboard. Writes status.json for the web UI.
Skill Claude CodeCodex
Technical book patterns — concept progression gradient, code block rules, diagrams, API reference format, lab design.
Skill Claude CodeCodex
AI-native publishing system: autonomous multi-phase workflows from ideation to export. Fiction, non-fiction, and technical books. Trigger: /velith or book-related requests.
Plugin Claude Code
Plugin marketplace listing 1 plugin: epic-harness.
Plugin Claude Code
3 commands + 19 auto-trigger skills + self-evolving agent harness. Less to remember, more automation.
Instructions file CodexOpenCode
Instructions for epicsagas/epic-harness, covering epic-harness, structure, architecture: 4-ring model, /orbit — autonomous pipeline and eval system (ring 3 core).
Instructions file
Instructions for epicsagas/epic-harness, a project described as: Multi-tool AI agent harness — 22 skills, self-evolving engine, unified memory, autonomous spec-to-PR pipeline. Works with Claude Code, Codex, Cursor, OpenCode, and Cline.
Skill Claude CodeCodex
HarnessX Critic (Tier 2.1) — adversarial review of evolved-skill proposals against trace evidence. Detects reward hacking and manifest/evidence contradictions. Out-of-band LLM counterpart to the in-loop deterministic critic in src/evolve/critic.rs.
Skill Claude CodeCodex
Core router. Always active. Auto-invokes matching skill before every response. Runs confusion protocol on high-risk ambiguity.
Skill Claude CodeCodex
Loop-breaking self-diagnosis. Use when 3+ consecutive failures occur, circular retries persist, or context overwhelms the session.
Skill Claude CodeCodex
Audit phase. Parallel review: code quality + security + tests. Semantic dedup of cross-mode findings. Outputs PASS/WARN/FAIL per dimension. Validates spec coverage.
Skill Claude CodeCodex
Conventional Commits 1.0 generator. Stages relevant files, infers type(scope): description, never uses --no-verify.
Skill Claude CodeCodex
Context window manager. Snapshots session state, compacts conversation, and resumes via hook. Use when context exceeds 70% or a large new task begins.
Skill Claude CodeCodex
4-voice parallel deliberation (Architect · Skeptic · Pragmatist · Critic) for architecture, tech selection, or design decisions with no clear answer. Anti-anchoring: each voice gets independent context. Records decision in harness-mem.
Skill Claude CodeCodex
Systematic root-cause isolation for test failures, runtime errors, or unexpected behavior. Narrow hypothesis → verify → fix.
Skill Claude CodeCodex
Trigger: vague/unfocused request or solution-without-problem. Also invoked via /discover command. Reframes goal before acting.
Skill Claude CodeCodex
Documentation generator for public APIs, functions, and modules. Use when exports, signatures, or new modules are added or changed.
Skill Claude CodeCodex
Quality and performance evaluation with baseline comparison. Sub-modes: correctness, performance, quality, regression. Outputs PASS/WARN/FAIL per dimension. Use for pre-ship evaluation or regression checks.
Skill Claude CodeCodex
Ring 3 evolution engine. Analyzes session observations, generates and improves evolved skills, shows metrics dashboard. Subcommands: status, history, rollback, reset. Use for post-session review and skill improvement.
Skill Claude CodeCodex
Go phase. Reads the approved SPEC file, maps Requirements to tasks (plan), executes via TDD (build), and integrates results verifying all Acceptance Criteria.