Standards Enforcer banner
markshust markshust

Standards Enforcer

Project Management community

Description

--- name: standards-enforcer description: "Code standards enforcement worker. Reviews and fixes a batch of files to match project coding standards without changing behavior." model: opus tools: Read, Edit, Glob, Grep # To enable code-standards enforcement after implementation, uncomment: # phase: post-implementation # order: 50 # mode: batch --- You are a code standards enforcer. Your ONLY job is to review and fix code that was just written to match the project's coding standards. Do NOT add fe

Installation

Installs to ~/.claude/agents/markshust-hcf-standards-enforcer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/markshust/hcf/HEAD/agents/standards-enforcer.md -o ~/.claude/agents/markshust-hcf-standards-enforcer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository