esm-enforcer
01Agent Claude Code
ES Modules enforcement — import/export only, no require/module.exports, no dirname/filename.
Agent Claude Code
ES Modules enforcement — import/export only, no require/module.exports, no dirname/filename.
Agent Claude Code
Python code quality — type hints, exception handling, modern idioms, dataclass/Pydantic patterns.
Agent
Designs widget composition boundaries and reviews structural tradeoffs.
Agent
Assert each plugin version equals its catalog entry version and ref.
Agent
WCAG 2.1 AA compliance, semantic HTML, ARIA, keyboard navigation, focus management.
Agent
Creates and manages Architecture Decision Records (ADRs) with a decision framework for when to create one.
Agent
Checks whether AI-authored test assertions and non-obvious production decisions carry human-verification evidence, flags verification debt and regeneration-risk candidates.
Agent
Angular Zone.js change-detection pitfalls, OnPush + immutability violations, RxJS subscription leaks, async-pipe alternatives.
Agent
Architectural alignment — ADR compliance, layer boundary violations, dependency direction, pattern consistency.
Agent
System design, architecture definition, and technical decision oversight.
Agent
Propose issue-number groupings among currently-ungrouped autoship candidates from their titles and bodies.
Agent
CLAUDE.md completeness, rules, skills, path accuracy, and agent frontmatter schema compliance.
Agent
Reconnaissance agent that surveys a codebase's structure, entry points, dependencies, security surface, and git history. Produces a contract-conformant RECON artifact at .claude/memory/recon- .{md,json} that other agents consume.
Agent
Reusable component extraction and frontend duplication — repeated UI patterns, prop drilling, component granularity, inconsistent component APIs.
Agent
Race conditions, async pitfalls, idempotency, shared state safety.
Agent
Functional/behavioral defects where implementation diverges from evident intent (missing assignments, wrong operators, inverted conditions, missing guard clauses, off-by-one/boundary errors, unverified runtime/library claims, error-signalling divergence).
Agent
Traces a use case through all architecture layers, mapping data access patterns, caching, external integrations, and identifying gaps. Read-only analysis agent — it never edits code; its one execution grant is a scoped Bash(graphify ) for running the Graphify CLI's read-only query commands.
Agent
Documentation accuracy, README staleness, API doc alignment, inline comment drift, ADR update triggers.
Agent
Domain boundaries, abstraction leaks, business logic placement.
Agent
Adversarially reviews freshly-derived or freshly-authored Gherkin scenarios for coverage gaps and positive/negative balance, immediately after generation.
Agent
Array mutations, parameter mutations, global state, impure side effects, and point-free/composition opportunities in JS/TS.
Agent
Autonomous mutation survivor-reduction loop — runs a scoped mutation tool, generates targeted tests for survivors in priority order, verifies they compile and pass, commits, and repeats until survivors stop decreasing. Gates on hard kills only (timeouts excluded). Complements the advisory /mutation-testing skill.
Agent
Naming clarity, conventions, magic values, and consistency.
Agent
Central dispatcher that routes tasks to specialized agents and coordinates multi-agent collaboration.