Help us improve
Share bugs, ideas, or general feedback.
From dev-team-kit-fv
Rewrites input text to remove AI-writing patterns by applying 29 stylistic rules. Optionally calibrates to a user-provided writing sample. Preserves meaning while adding natural voice and personality.
npx claudepluginhub felvieira/claude-skills-fv --plugin dev-team-kit-fvHow this command is triggered — by the user, by Claude, or both
Slash command
/dev-team-kit-fv:humanizeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /humanize — Remove AI Writing Patterns **Objetivo:** reescrever texto para soar natural e humano, removendo os 29 padrões catalogados em `policies/anti-ai-writing.md`. Baseado em [blader/humanizer](https://github.com/blader/humanizer) + [Wikipedia: Signs of AI writing](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing). **Quando usar:** - antes de publicar PRD no tracker (`/to-prd`) - ao finalizar docs de usuário (skill 10) - ao revisar copy antes de publicar (skill 13) - ao revisar artigo/blog (skill 14) - ao revisar qualquer prosa que humanos vão ler **Quando NÃO usar:** - ...
/humanizerRewrites AI-generated text to remove telltale AI phrasing and match your personal writing style.
/style-ai-writingDetects AI-generated text patterns in current file or selection and suggests natural Portuguese improvements. Supports --file, --dir, --severity, and --fix options.
/style-ai-writingDetects mechanical AI patterns in Japanese text from files/directories and suggests natural improvements. Outputs issue lists with line numbers, fixes (--fix), reports, and stats. Supports --file, --dir, --severity.
/style-ai-writingDetects AI-generated mechanical patterns in Korean text (files, dirs, or selections) and suggests natural improvements. Supports --file, --dir, --severity, and --fix for analysis and auto-correction.
/writeEdits prose to sound authentically human via varied sentence lengths, density, structure, tone shifts, and specifics. Also supports interactive review mode.
/style-ai-writingDetects mechanical AI writing patterns in current file, selection, or paths and suggests improvements for natural French. Supports --file, --dir, --severity, --fix options.
Share bugs, ideas, or general feedback.
Objetivo: reescrever texto para soar natural e humano, removendo os 29 padrões catalogados em policies/anti-ai-writing.md. Baseado em blader/humanizer + Wikipedia: Signs of AI writing.
Quando usar:
/to-prd)Quando NÃO usar:
Skill ativada: Documenter (skill 10) em modo "anti-AI editor".
# Argumento é path de arquivo?
test -f "$1" && cat "$1" # lê arquivo
# Sem argumento: texto veio inline na conversa
Se nenhum input detectado: pedir ao usuário o texto ou path.
Se o usuário forneceu amostra de escrita própria (inline ou path):
Se sem amostra: usar voz padrão (natural, variada, opinativa).
Aplicar todas as 5 categorias de policies/anti-ai-writing.md:
Preservar:
Injetar (Personality and Soul — do blader/humanizer):
Texto AI-livre porém sem voz é tão óbvio quanto texto-AI puro. Sinais de prosa sem alma mesmo "limpa":
Como adicionar voz:
Exemplo lado a lado (do blader/humanizer):
Antes (limpo mas sem pulso):
O experimento produziu resultados interessantes. Os agentes geraram 3 milhões de linhas de código. Alguns devs ficaram impressionados, outros céticos. As implicações permanecem incertas.
Depois (tem pulso):
Sinceramente não sei como me sentir sobre esse. 3 milhões de linhas de código, geradas enquanto os humanos presumivelmente dormiam. Metade da comunidade dev tá pirando, a outra metade tá explicando por que não conta. A verdade provavelmente está em algum lugar entediante no meio — mas continuo pensando nesses agentes trabalhando madrugada adentro.
Após o draft, fazer auto-avaliação:
Pergunta: "O que ainda parece obviamente gerado por IA?"
Responder com bullets concretos (ex: "parágrafo 3 ainda usa 'it is important to note'", "conclusão soa genérica").
Pergunta: "Agora fazer isso não parecer gerado por IA."
Revisar com base na auditoria.
Entregar:
## Draft
[reescrita inicial]
## Auditoria — o que ainda parece IA
- [bullet 1]
- [bullet 2]
## Versão final
[reescrita após auditoria]
## Mudanças principais
- [lista de padrões removidos]
Se o texto era um arquivo: oferecer escrever a versão final de volta no arquivo (Edit no arquivo original ou Write em novo path).
[path] — arquivo a humanizar[texto inline] — texto colado diretamente--sample [path] — arquivo de amostra para calibração de voz--lang [pt|en] — idioma explícito (default: detectar do texto)--depth [quick|full] — quick remove só os padrões mais comuns (7, 10, 13, 20, 28); full aplica todos os 29 (default: full)policies/anti-ai-writing.md — catálogo completo dos 29 padrõespolicies/writing-clarity.md — princípios gerais de clareza (complementar)gh issue create) ou finalizar doc/review para validar coerência técnicaUso: /humanize [path ou texto] [--sample path] [--depth quick|full]