Claude generate for skills/format-changed/SKILL.md. Edit the canonical source, then re-run plugin-kit-ai skills generate.
Summary
Format changed files through an existing external formatter command.
Command
Runtime: node
Invocation: npx prettier@3.4.2 --write .
Compatibility
Requires: node >=20
Supported OS: darwin, linux
Requires a repository checkout
May require network access
The first run may download the pinned package through npm.
Allowed tools
bash
node
Canonical instructions
Format Changed Files
What it does
Runs a repository formatter through an existing external CLI instead of custom Go code.
When to use
Use this when the repository already standardizes on a formatter and you want a reusable skill wrapper around it.
How to run
Run npx prettier@3.4.2 --write . from the repository root or adapt the command to the subset of files you want to format.
Constraints
This is a non-interactive command.
It may download dependencies on the first run.
It writes files in place, so review the diff after execution.
1---2name: format-changed-33description: format-changed4---5# format-changed67> Claude generate for `skills/format-changed/SKILL.md`. Edit the canonical source, then re-run `plugin-kit-ai skills generate`.89## Summary1011Format changed files through an existing external formatter command.12## Command1314- Runtime: `node`15- Invocation: `npx prettier@3.4.2 --write .`16## Compatibility17- Requires: node >=2018- Supported OS: darwin, linux19- Requires a repository checkout20- May require network access21- The first run may download the pinned package through npm.22## Allowed tools23- `bash`24- `node`2526## Canonical instructions2728# Format Changed Files2930## What it does3132Runs a repository formatter through an existing external CLI instead of custom Go code.3334## When to use3536Use this when the repository already standardizes on a formatter and you want a reusable skill wrapper around it.3738## How to run3940Run `npx prettier@3.4.2 --write .` from the repository root or adapt the command to the subset of files you want to format.4142## Constraints4344- This is a non-interactive command.45- It may download dependencies on the first run.46- It writes files in place, so review the diff after execution.
Run npx skillmds@latest add 777genius/format-changed-3 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
format-changed It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
777genius (@777genius) published this skill. Their other Agent Skills are listed on their SkillMD profile.