com um clique
style-docs
expert: "AI-artifact detection and removal targeting banned vocabulary,
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
expert: "AI-artifact detection and removal targeting banned vocabulary,
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Use at the start of every agent session, even if the task seems obvious and you think you already know what to do. Activates when the agent has just opened a repository, does not know what to do, needs to orient itself, or is beginning any new session. Also activates for "where do I start?", "what should I work on?", "what is the current state?". Skipping orientation leads to wasted effort and missed context.
expert: "Structured task execution procedure for individual implementation
expert: "Multi-agent development orchestration with conflict-aware parallel
expert: "Review orchestration with adaptive specialist dispatch,
Use at the start of every agent session, even if the task seems obvious and you think you already know what to do. Activates when the agent has just opened a repository, does not know what to do, needs to orient itself, or is beginning any new session. Also activates for "where do I start?", "what should I work on?", "what is the current state?". Skipping orientation leads to wasted effort and missed context.
expert: "Structured task execution procedure for individual implementation
| name | style-docs |
| description | {"expert":"AI-artifact detection and removal targeting banned vocabulary, formulaic sentence patterns, robotic transitions, structural tells, and significance inflation — preserving author voice while eliminating machine fingerprints","natural":"Strip the AI out of the prose — kill the banned words, clichés, filler, hedging, and robotic patterns"} |
| triggers | ["humanise AI prose","remove AI artifacts","style-check documentation","strip AI clichés","clean up AI-generated text","dehumanise prose"] |
| roles | ["doc-stylist"] |
| stage | documenting |
| constraint_level | low |
Read the entire document before touching anything. Ask:
Search for every word in the banned list (humanising guide §1.1). Replace each with its simpler alternative or remove it. The replacement table:
| Kill | Use instead |
|---|---|
| delve / dive into | examine, explain, look at |
| leverage | use |
| utilize | use |
| facilitate | help, support, enable |
| optimize | improve |
| spearhead | lead |
| amplify | increase, strengthen |
| bolster | support, strengthen |
| foster | encourage, support |
| garner | get, earn, attract |
| harness | use |
| empower | let, allow, enable |
| streamline | simplify |
| elevate | raise, improve |
| underscore | show, stress, emphasise |
| showcase | show, demonstrate |
| navigate | deal with, handle, work through |
| embark | start, begin |
| unveil | announce, release, show |
| unlock | enable, allow, improve |
| unleash | release, enable |
Cut pivotal, seamless, groundbreaking, cutting-edge, transformative, revolutionary, comprehensive, holistic, robust (non-technical), innovative, dynamic, vibrant, meticulous, effortless. Replace abstract metaphors (landscape, journey, tapestry, paradigm shift) with concrete terms.
Remove "generally speaking", "it could be argued", "it's important to note", "it should be noted", "it bears mentioning", "at its core", "to some extent", "it is worth considering". State claims directly. If genuinely uncertain, say so explicitly: "We haven't measured X yet."
Check for:
Each of these needs rewriting from scratch — word-swapping will not fix them.
Replace inflated copula substitutes with the simple word:
| AI version | Human version |
|---|---|
| serves as | is |
| stands as | is (or cut) |
| boasts | has |
| features | has |
| offers a diverse array of | has several |
"Is" and "has" are fine words. Use them.
If any passage has 3+ distinct tells, flag it for full rewriting rather than individual fixes. Three tells in one passage = generated wholesale. Patching word by word produces Franken-prose.
Read the revised text aloud. Does it sound like a keynote speech — smooth, even, relentlessly upbeat? Human prose has texture: short sentences next to long ones, blunt statements next to nuanced ones, occasional roughness.
Confirm that:
The Style stage edits the document file directly — it does not just produce a report. Apply all changes to the file, then produce the changelog below as a record of what was changed. The orchestrator reviews the changelog for boundary violations before passing the revised document to the next stage.
## Style Edit Report
**Document:** {document path}
**Banned words found:** {count}
**AI fingerprint clusters:** {count}
**Passages rewritten from scratch:** {count}
### Changes
#### {Change description}
- **Location:** {section, line}
- **Type:** {banned-word | inflated-adjective | hedging | cliché |
structural-pattern | copula-avoidance | fingerprint-cluster}
- **Before:** "{original text}"
- **After:** "{revised text}"
- **Reason:** {why this change was made}
### Flagged for Author
{items where meaning was unclear or specifics are needed from the author}
### Summary
- Words replaced: {count}
- Phrases cut: {count}
- Sentences rewritten: {count}
- Passages rewritten from scratch: {count}
- Items flagged for author: {count}
Before:
"In today's rapidly evolving landscape, our tool leverages cutting-edge technology to streamline workflows. It's not just a parser — it's a comprehensive solution that empowers teams to unlock their full potential."
After word-swap:
"In today's rapidly changing environment, our tool uses modern technology to simplify workflows. It's not just a parser — it's a complete solution that enables teams to reach their full potential."
WHY BAD: Still formulaic. Still reads as AI. The banned words are gone but the cliché opener, "not just X but Y" construction, and vague claims remain. Three tells in one passage = rewrite from scratch.
Before:
"In today's rapidly evolving landscape, our tool leverages cutting-edge technology to streamline workflows. It's not just a parser — it's a comprehensive solution that empowers teams to unlock their full potential."
After rewrite:
"The tool parses YAML configuration, validates it against a schema, and generates typed Go structs. Most configuration errors are caught before the code compiles."
WHY GOOD: The vague promises are replaced with what the tool actually does. No banned words. No cliché opener. No "not just X but Y." No inflated adjectives. The passage has specific, verifiable claims instead of arm-waving.
These criteria are for evaluating the style edit output, not for self-evaluation during the edit. Phrased as gradable questions to support automated LLM-as-judge evaluation.