zuvo
01Plugin Claude Code
Multi-agent skill ecosystem for structured software development. 57 skills and 26 specialized agents with quality gates, code exploration, and evidence-based review.
Plugin Claude Code
Multi-agent skill ecosystem for structured software development. 57 skills and 26 specialized agents with quality gates, code exploration, and evidence-based review.
Instructions file CodexOpenCode
Instructions for greglas75/zuvo, a project described as: Auto-activating, multi-agent skill ecosystem for Claude Code, Codex, and Cursor. 51 skills, 26 agents, quality gates, knowledge store, adversarial review, content writing & optimization.
Instructions file
Instructions for greglas75/zuvo, covering zuvo plugin — project guide, what this repo is, tech stack, how to update after making changes and for yourself (dev testing, no marketplace push).
Instructions file Gemini CLI
Instructions for greglas75/zuvo, a project described as: Auto-activating, multi-agent skill ecosystem for Claude Code, Codex, and Cursor. 51 skills, 26 agents, quality gates, knowledge store, adversarial review, content writing & optimization.
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From greglas75/zuvo.
Hook
Runs before the agent uses a tool for Bash, Write, Edit and MultiEdit tool calls, executing run-hook.cmd (5 commands). From greglas75/zuvo.
Hook
Runs after a tool call finishes for Skill, Read and TodoWrite tool calls, executing run-hook.cmd (4 commands). From greglas75/zuvo.
Hook
Runs on the StopFailure event for rate_limit, server_error and unknown tool calls, executing run-hook.cmd. From greglas75/zuvo.
Hook
Runs when the agent finishes a response, executing run-hook.cmd (2 commands). From greglas75/zuvo.
Skill Claude CodeCodex
Dedicated WCAG 2.2 AA/AAA accessibility audit across 10 dimensions (A1-A10) covering semantic HTML, keyboard navigation, ARIA patterns, color contrast, forms, images/media, responsive/zoom, motion/animation, reading/content, and legal compliance. Goes far beyond surface-level design-review checks with deep…
Skill Claude CodeCodex
Self-benchmark: YOU write the code, adversarial reviews it (multi-provider), you fix, you write tests, adversarial reviews tests, you fix. Measures YOUR quality as an agent. Run in different models (Opus, Sonnet, Haiku) and compare results.
Skill Claude CodeCodex
API and endpoint integrity audit across 10 dimensions (D1-D10) plus optional contract stability (D11) and optional OWASP API Security Top 10 (D12: BOLA/BOPLA/BFLA, mass assignment, JWT alg-confusion, GraphQL introspection). Covers validation, payloads, pagination, errors, caching, HTTP semantics, waterfalls, rate…
Skill Claude CodeCodex
Architecture skill with three modes: review existing codebase architecture (A1-A9 dimensions), create Architecture Decision Records, or design new systems from requirements. Modes: --mode review [path], --mode adr, --mode design. Uses CodeSift for module discovery, dependency mapping, structural metrics, and temporal…
Skill Claude CodeCodex
Manage the project's tech debt backlog. Add, list, fix, wontfix, delete, prioritize, and suggest batch actions on tracked issues. Used by audit and review skills to persist findings, and directly by users to manage accumulated debt. Modes: list [category], add [description], fix B-{N}, wontfix B-{N} [reason], delete…
Skill Claude CodeCodex
Multi-provider AI coding benchmark. Dispatches a task to Codex, Gemini, Claude, and Cursor-Agent in parallel, scores responses with a Claude meta-judge, and produces a ranked leaderboard with cost, time, quality, and self-eval bias metrics. Supports corpus mode (fixed OrderService + useSearchProducts tasks) for…
Skill Claude CodeCodex
Explores a codebase, researches the problem space, and produces an approved design specification before any code is written. Use when the user wants to create a new feature, add significant functionality, redesign a subsystem, or build something that touches multiple parts of the project.
Agent
Identifies edge cases, acceptance criteria, and problem landscape.
Agent
Scans codebase for relevant modules, patterns, similar code, and blast radius.
Agent
Researches libraries, APIs, established approaches, and prior art.
Agent
Reviews design specifications for completeness, consistency, and implementability.
Skill Claude CodeCodex
Post-deploy monitoring with browser or degraded HTTP mode. Checks console errors, performance, page load. Configurable duration (1m-30m) and interval. Reports HEALTHY/DEGRADED/BROKEN. Flags: --duration, --interval, --quick, --max-errors.
Skill Claude CodeCodex
CI/CD pipeline audit for speed, cost, reliability, and security. 10 dimensions (CI1-CI10): caching, parallelism, conditional execution, artifacts, secret handling, action pinning, timeouts, Docker optimization, test integration, and pipeline speed. Primary support: GitHub Actions. Detection-level: GitLab CI, CircleCI.…
Skill Claude CodeCodex
Batch audit of production files against CQ1-CQ40 quality gates and CAP1-CAP29 anti-patterns. Tiered output (A/B/C/D), critical gate enforcement, evidence-backed scoring, cross-file pattern analysis, and prioritized execution plan. Flags: zuvo:code-audit all | [path] | [file] | --deep | --quick | --services |…
Skill Claude CodeCodex
Static Docker/container security audit across 6 dimensions (K1-K6): base image provenance and pinning, privilege and runtime hardening, secret and build-context hygiene, image minimalism and attack surface, known-vulnerability scan (Trivy/Grype), and compose/orchestration hardening. Static-first — parses Dockerfile…