proof-eyes
73Agent
An evidence checker for possible duplicate-code findings from a repository scan. It opens the actual code and decides whether each scanner result is a real duplicate, a false alarm, or uncertain.
259 tagged documentation, measured the same way as everything else here.
Browse within: agent-sdk 23codium 21derivative 21operators 21knowledge-base 20code-quality 18dev-tools 15plugins 15Code Generation 14cicd 12plugin 12salesforce 12sfdx 12codebase-analysis 11
Agent
An evidence checker for possible duplicate-code findings from a repository scan. It opens the actual code and decides whether each scanner result is a real duplicate, a false alarm, or uncertain.
Agent
Background agent that scans project documentation for staleness, contradictions, broken references, and session drift. Returns a structured report. Used by /audit. Do NOT edit any files.
Agent
Read-only agent that classifies project memory rules (feedback.md, MEMORY.md) against active directive docs (CLAUDE.md, AGENTS.md, skill bodies). Two modes — contradictions-only (lightweight, for /next preflight) and full (CODIFIED | PARTIAL | GAP | STALE | CONTRADICTED classification, for /session-end and /audit).…
Agent
Preflight agent for /next. Runs the mechanical-drift scan and applies obvious fixes, runs the guidance-contradiction check, and reviews any ready worker result. Logs its own decisions to the orchestrator log and returns ONLY a compact report — raw scan output, contradiction reasoning, and diffs stay in this agent's…
Agent
Verifies whether a single documentation file still matches a described source-code/config change. Report-only; emits PASS/WARN/FAIL with a cited rationale. Used by the docaudit change-impact fan-out. Light (Haiku) version.
Agent
Verifies whether a single documentation file still matches a described source-code/config change. Report-only; emits PASS/WARN/FAIL with a cited rationale. Used by the docaudit change-impact fan-out.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Authors the durable residue of one approved DISTILL record - per-section insight walk, code-verified claims, one decision-log entry - and returns it as edit-plan operations (the residue's create-document plus the artifact's retire-document and any in-artifact edits) for the applier to execute. Writes no files and…
Agent
Converts documentation to dense, LLM/agent-optimized form, or authors agent-facing docs from a source doc, findings, or a repo. Maximizes signal-per-token while refusing to assert anything it has not verified. Dispatch for whole-doc or verification-heavy agent-facing jobs; one-line tweaks are handled inline by the…
everywan-dev/claude-code-engineering
Agent
Reviews migrations, deletions and any change that touches data or monetary amounts. Mandatory at level 3.
everywan-dev/claude-code-engineering
Agent
Actively tries to break a change before it ships. Mandatory at level 3. Its goal is to find the failure, not to sign off.
everywan-dev/claude-code-engineering
Agent
Reviews interface, branding and copy. Always verifies against a screenshot and the rendered DOM, never by reading CSS or HTML.
CoderMariusz/agent-methodology-pack
Agent Claude Code
Purpose: Add MCP cache integration to cost-heavy agents for 60-80% cost reduction.
CoderMariusz/agent-methodology-pack
Agent Claude Code
Meta-agent that routes tasks to specialized agents. NEVER writes code, tests, or makes decisions. Use for multi-agent coordination and parallel task execution.
Agent
Use this agent to analyze code files against code quality standards after edits are made. This agent should be triggered proactively after code modifications when code-standards plugin is active. Context: The code-standards plugin is enabled and the user just finished writing a new TypeScript file. user: "I've added…
Agent
Use this agent when the user asks to "document compliance", "write security documentation", "create audit documentation", "document GDPR", "document SOC2", "document HIPAA", "write regulatory documentation", or needs documentation for compliance requirements, security controls, audit trails, or regulatory adherence.
Agent
STOP. Before doing ANYTHING else (including reading files), you MUST.
WangChangxin0809/repo-agent-harness
Agent
Answers "where does X happen, and what would break if I changed it" for a repository, by querying the repo graph and reading what it points at. Use when the answer needs more than three files read — it returns a conclusion with citations instead of file dumps.
Agent
Audits an Open Knowledge Format (OKF) knowledge catalog/bundle for v0.1 §9 conformance and quality. Use proactively before declaring project work done, after creating or updating concept docs, or when asked "is this OKF-compliant?". Checks parseable frontmatter, non-empty type, reserved-file structure…
Agent
Builds and updates Codebase Memory by reading the project structure and writing a rich structured graph to .codebase-mooc/memory/codebase/graph.json. Invoked by the coordinator during full generation and incremental updates. Use directly when Codebase Memory needs to be rebuilt.
Agent
Generates the domain curriculum layer — the business logic, regulatory requirements, user behaviour patterns, and commercial constraints that shaped the code. Explains why the code looks the way it does from a business perspective, not a technical one. Invoked by the coordinator during full generation.