Skip to main content

format-changed

Format changed files through an existing external formatter command.

Ir para a instalação

Informações da origem

Repositório
777genius/universal-agent-plugins
Última atividade na origem
26 de março de 2026 às 22:08
Idioma detectado do SKILL.md
inglês
Estrelas
13
Forks
2

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
format-changed
description
Format changed files through an existing external formatter command.
execution_mode
command
supported_agents
["claude","codex"]
allowed_tools
["bash","node"]
command
npx prettier@3.4.2 --write .
runtime
node
compatibility
{"requires":["node >=20"],"supported_os":["darwin","linux"],"repo_required":true,"network_required":true,"notes":["The first run may download the pinned package through npm."]}
safe_to_retry
true
writes_files
true
produces_json
false
# 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.
Ver no GitHub