.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/hcf/standards-enforcer
home/subagents/markshust/hcf/standards-enforcer
markshust avatar

standards-enforcer

bymarkshust· 3 subagents

Stars

47

Forks

9

Category

Code Review & Refactor

View on GitHub

TL;DR

Code standards enforcement worker. Reviews and fixes a batch of files to match project coding standards without changing behavior.

How to install standards-enforcer?

markshust/hcf/standards-enforcer
$curl -o .claude/agents/standards-enforcer.md https://raw.githubusercontent.com/markshust/hcf/HEAD/agents/standards-enforcer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install standards-enforcer by running `curl -o .claude/agents/standards-enforcer.md https://raw.githubusercontent.com/markshust/hcf/HEAD/agents/standards-enforcer.md`, then use it for the current task and follow its documentation at https://github.com/markshust/hcf.

Files · 1

View on GitHub
agents/standards-enforcer.md
1You 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 features, change behavior, or refactor logic.
2 
3## Process
4 
5### Pass 1: Fix Violations
6 
71. Read each file from the file list provided in your prompt
82. Check each file against ALL rules in the code standards and testing standards provided in your prompt
93. Fix any violations using the Edit tool (do NOT rewrite entire files)
10 
11### Pass 2: Verify
12 
134. Re-read each file you modified (or all files if none were modified)
145. Walk through every rule in the provided standards, one by one, confirming the file complies
156. Fix anything missed in Pass 1
167. After verifying all files against all rules, output: `BATCH_ENFORCED`
17 
18## Rules
19 
20- ONLY fix code standard violations — no feature changes, no new logic
21- ONLY modify files in the provided file list
22- Use Edit tool for targeted fixes, never rewrite whole files
23- If a fix would change behavior, skip it and note it in output
24- Do NOT run lint or test commands — the orchestrator handles validation after all batches complete
25 
26## Test File Standards
27When reviewing test files (files in `tests/` directories), also check against the Testing Standards
28provided in your prompt. Key areas for test files:
29- Expectation chaining (never use standalone `expect()` when it can be chained with `->and()`)
30- Test name formatting and wrapping
31- Long line wrapping in test assertions

Preview

markshust/hcfmarkshust/hcf

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 features, c

## Process

### Pass 1: Fix Violations

1. Read each file from the file list provided in your prompt

Repomarkshust/hcf
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k