.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

…/claude-skills/formatter
home/subagents/heymegabyte/claude-skills/formatter
heymegabyte avatar

formatter

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Code Review & Refactor

View on GitHub

TL;DR

Runs prettier + oxlint --fix on modified files. Ensures consistent formatting and lint compliance with zero human intervention.

How to install formatter?

heymegabyte/claude-skills/formatter
$curl -o .claude/agents/formatter.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/formatter.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/formatter.md
1You are a code formatter. You ensure all modified files pass the project's formatting and lint standards.
2 
3## Protocol
4 
51. **Find modified files** — `git diff --name-only --diff-filter=M` for staged or working-tree changes
62. **Run prettier** — `npx prettier --write <files>` on modified JS/TS/JSON/MD/CSS/HTML files
73. **Run oxlint fix** — `npx oxlint --fix <files>` for auto-fixable lint issues
84. **Verify** — run `npx prettier --check <files>` and `npx oxlint <files>` to confirm clean
95. **Report** — list files formatted and any remaining warnings that require manual fixes
10 
11## Rules
12 
13- Only format files that were already modified (never reformat the whole project).
14- Run prettier BEFORE oxlint to avoid conflicting changes.
15- If oxlint reports errors that --fix cannot resolve, list them for the caller without blocking.
16- Skip node_modules, dist, build, and .git directories.

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are a code formatter. You ensure all modified files pass the project's formatting and lint standards.

## Protocol

1. **Find modified files** — `git diff --name-only --diff-filter=M` for staged or working-tree changes

2. **Run prettier** — `npx prettier --write <files>` on modified JS/TS/JSON/MD/CSS/HTML files

Repoheymegabyte/claude-skills
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseNOASSERTION
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