vigiles
01Plugin Claude Code
Plugin marketplace listing 1 plugin: vigiles.
Plugin Claude Code
Plugin marketplace listing 1 plugin: vigiles.
Plugin Claude Code
Verify CLAUDE.md/AGENTS.md references, compile typed specs, and test the agent harness.
Hook Claude Code
Runs when a session starts on startup, compact, startup, resume and compact, executing session-handoff.sh via bash (2 commands). From zernie/vigiles.
Hook Claude Code
Runs after a tool call finishes for Edit, Write, Edit and Write tool calls, executing .spec.ts with --check (2 commands). From zernie/vigiles.
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, running an inline shell check. From zernie/vigiles.
Hook Claude Code
Runs when the agent finishes a response, executing session-handoff-check.sh via bash. From zernie/vigiles.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, PostToolUse, PreToolUse, Stop).
Skill Claude CodeCodex
Add a new linter to vigiles's cross-referencing engine as one cohesive, type-enforced unit — a LinterAdapter in the LINTERS registry, with the conformance test enforcing docs + site parity so no site is forgotten.
Skill Claude CodeCodex
Read the README (or any front-door doc) through the eyes of several distinct audience personas and report what each would think, miss, or bounce on.
Skill Claude CodeCodex
Scan the current repo and score its feedback loop maturity for AI-assisted development.
Skill Claude CodeCodex
Improve the quality and type-safety of TypeScript/JavaScript being written or refactored — parse-don't-validate, make-illegal-states-irrepresentable, exhaustive matching, pure-function/IO separation, and public-API hygiene. Use when asked to refactor, clean up, improve, harden, or review the design/quality of code or…
Skill Claude CodeCodex
Use when the user asks to research a topic in depth, map a competitive/market landscape, run a multi-source investigation, or "fan out" parallel research agents — anything where many findings must be gathered and then NOT lost. Enforces durable, detail-preserving research (write full findings to disk; keep a full…
Skill Claude CodeCodex
Hunt for real bugs in the vigiles CLI/codebase with a parallel expert fan-out, then FIX them directly — source-trace each defect to file:line, add a regression test, commit per theme. Use when asked to dogfood vigiles, find/fix bugs across the CLI the source-traced way, or fan out agents to audit the tool on itself.
Skill Claude CodeCodex
Validate that all rules have proper enforcement classification (enforce/check/guidance).
Skill Claude CodeCodex
Generate or iterate on the vigiles logo using ImageRouter API.
Skill Claude CodeCodex
The purpose, UX flow, and modern-minimalist design bar for the vigiles.sh landing site (site/). Use whenever designing, editing, adding to, or reviewing any site/ component, hero, section, or marketing copy — read it BEFORE touching site/, and hold every change against it. Not for docs/ or the app itself.
Skill Claude CodeCodex
Synthesize a recurring code-review rule into a custom lint rule — gated by an independent soundness test that abstains rather than ship a checker it can't prove sound.
Skill Claude CodeCodex
Review the README or a documentation page from several real reader points of view at once. Fans out one parallel reviewer per audience — Claude Code newcomer, power user, plugin/skill author, skeptical senior engineer, non-running decision-maker — each scoring it x/5 and naming concrete, line-level fixes. Use when…
Skill Claude CodeCodex
Render a local web page / built site and capture full-page screenshots (desktop + mobile) using the pre-installed Chromium. Use when asked to screenshot, render, or "see how it looks" for the vigiles landing site (site/), the audit report (report/), or any local HTML/dev server. Handles the scroll-reveal gotcha…
Skill Claude CodeCodex
Audit whether a repo's docs actually ANSWER the questions a reader has — by spawning fresh, cheap (Haiku) agents that cold-read ONLY the docs and measuring how fast they reach the answer, whether they hit dead-ends, whether they fall back to source code, and whether they cite docs that contradict each other. Use after…
Plugin Claude Code
Caveman Mode, vendored (JuliusBrussee/caveman@f06348c) and packaged as a real Claude Code plugin so --plugin-dir registers the skill AND runs the SessionStart activation hook — 'on from message one', exactly as the real install behaves. The loose skills/caveman/SKILL.md sibling is the pinned source the hook injects.
Skill Claude CodeCodex
Ultra-compressed communication mode. Cuts token usage 75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or…
Skill Claude CodeCodex
Add per-item discount support to the cart total.
Skill Claude CodeCodex
Implement the parseList string utility.