Skill Claude CodeCodex
Switch name rendering to "last, first".
Skill Claude CodeCodex
Switch name rendering to "last, first".
Skill Claude CodeCodex
Implement isOdd following test-driven development.
Skill Claude CodeCodex
Skill "examples" from zernie/vigiles, covering arguments, instructions, step 1: detect the project language and toolchain, step 2: generate the lint rule and step 3: update claude.md.
Plugin Claude Code
A/B arm: a code-reviewer subagent WITHOUT a vigiles spec (prose outcome).
Agent
Review a file for correctness defects and report them.
Plugin Claude Code
A/B arm: a code-reviewer subagent WITH a vigiles spec (typed result() outcome + purity).
Plugin Claude Code
A tiny example plugin used to demonstrate cohesion testing — a SessionStart setup hook and a PreToolUse Bash policy gate, working together.
Plugin Claude Code
Minimal self-contained plugin for the deterministic skill-wiring test.
Skill Claude CodeCodex
Greet a person warmly. Use when the user asks to greet or say hello.
Skill Claude CodeCodex
Skill "ship-pr" from zernie/vigiles, covering arguments, steps, step 1, step 2 and step 3.
Skill Claude CodeCodex
Adopt a typed .spec.ts for an existing hand-written CLAUDE.md — start from the file you already have, non-destructively.
Skill Claude CodeCodex
Diagnose why an agent harness misbehaved by reading the local flight-recorder ledger (.vigiles/runs.jsonl) — which skills fired or got hijacked, which hooks blocked or wrongly allowed, which subagent tool-contract violations happened, and how a skill's trigger rate moved. Use when asked why a skill stopped firing, why…
Skill Claude CodeCodex
Edit a vigiles .spec.ts to change a compiled instruction file (CLAUDE.md / AGENTS.md) — add, modify, or remove a rule, section, command, or key file. Use whenever you need to change a CLAUDE.md/AGENTS.md that carries a vigiles hash (edit the spec, never the artifact), including adding a new…
Skill Claude CodeCodex
Deep linter reference for authoring or debugging a vigiles enforce() rule — plugin tables, AST selectors, type-aware rules, auto-fix, and edge cases for ESLint, Ruff, Pylint, RuboCop, Stylelint, and Clippy. Use when you need the exact rule name or config for a specific linter, not for running a linter. (JVM/Go linters…
Skill Claude CodeCodex
Upgrade a vigiles spec's guidance() rules to enforce() — scan the guidance rules in a CLAUDE.md/AGENTS.md spec and find existing linter rules (ESLint, Ruff, Clippy, Pylint, RuboCop, Stylelint) that back them. Use when asked to strengthen, harden, or make vigiles rules enforceable; NOT for general linting or fixing…
Skill Claude CodeCodex
Install vigiles and test a Claude Code harness — hooks, skills, agents, settings, CLAUDE.md — by picking the right tier (unit / deterministic / eval) and writing a test that passes. Use to check that a hook fires or blocks, that a skill triggers, that injected context lands; or to observe a run — which tools it…
Skill Claude CodeCodex
Skill "flow-define" from zernie/vigiles, covering claude code v2.1.12+ integration, pre-definition: state check, verify discover phase is complete, update state for definition phase and execution contract.
Plugin Claude Code
davila7-perf-guard. Like Lighthouse for your agent harness - verify your CLAUDE.md/AGENTS.md, skills & hooks are real, then test and measure they actually work. Claude Code + Codex.
Agent
Use this agent when you need to manually test a website's user interface by interacting with elements, verifying visual feedback, and checking console logs. Examples:\n\n- Example 1:\n user: "I just updated the checkout flow on localhost:3000. Can you test it?"\n assistant: "I'll launch the ui-manual-tester agent to…
Plugin Claude Code
Multi-agent orchestration system for Claude Code.
MCP server Claude CodeCodexCursor +2
MCP server "t" as configured in zernie/vigiles. Runs ${CLAUDE_PLUGIN_ROOT}/bridge/mcp-server.cjs with node.
Agent
Work plan and code review expert — thorough, structured, multi-perspective (Opus).
Hook
Runs when you submit a prompt, before the agent sees it, executing run.cjs via node. From zernie/vigiles.
Skill Claude CodeCodex
Process-first advisor routing for Claude, Codex, or Gemini via omc ask, with artifact capture and no raw CLI assembly.