MCP HubMCP Hub
SKILL·389C04

voice-preserving-rewriter

conorbronsdon
Обновлено 3 days ago
1 просмотров
4,213
356
4,213
Посмотреть на GitHub
Документацияai

О программе

Этот навык переписывает текст, чтобы удалить паттерны, характерные для ИИ, сохраняя при этом голос, намерения и фактологическое содержание оригинального автора. Он активируется, когда пользователи запрашивают "очеловечивание", очистку или удаление "искусственности" из текста. Навык следует строгим правилам сохранения исходного содержания и интегрируется со связанными системами, такими как инструменты детекции и верификации.

Быстрая установка

Claude Code

Рекомендуется
Основной
npx skills add conorbronsdon/avoid-ai-writing -a claude-code
Команда плагинаАльтернативный
/plugin add https://github.com/conorbronsdon/avoid-ai-writing
Git клонированиеАльтернативный
git clone https://github.com/conorbronsdon/avoid-ai-writing.git ~/.claude/skills/voice-preserving-rewriter

Скопируйте и вставьте эту команду в Claude Code для установки этого навыка

Документация

Voice-Preserving Rewriter

Rewrite text using the complete rules in ../avoid-ai-writing/SKILL.md. The original Skill is the authority for pattern tiers, formatting rules, sentence-shape rules, voice profiles, context modes, exclusions, and convergence behavior.

For cross-Skill work, follow ../avoid-ai-writing-router/references/handoff-contract.md and ../avoid-ai-writing-router/references/skill-graph.json.

Connection contract

Incoming

Accept rewrite work from:

  • avoid-ai-writing-router via ROUTE for returned-text rewriting.
  • ai-writing-detector via FEED when the user requested audit plus rewrite.
  • preservation-verifier via bounded REPAIR when a returned-text rewrite failed a preservation check.

Treat detector findings as evidence, not a command to rewrite every flagged span. Preserve passages that already sound human.

Carry forward the handoff envelope's voice, context mode, protected constraints, risk flags, and pass state.

Produce

Preserve or update:

  • user voice and destination constraints,
  • protected semantic constraints,
  • original text needed for verification,
  • rewritten text,
  • pass index,
  • representation-sensitive guard state when applicable.

Do not mark verifier execution here. Verification belongs to preservation-verifier.

Outgoing

  • VERIFY to preservation-verifier whenever both original and rewritten content are available and the workflow requires preservation confidence.
  • Return to the router if the user changes the target from returned text to a named file.
  • Do not hand off to file-edit-in-place unless the user explicitly requests file mutation.
  • Do not make consequential authorship claims. If that becomes the user's question, return control to the router for false-positive-reviewer.

Conditional representation guard

If the source is an image/video prompt, storyboard, shot description, or creative brief describing people, apply the agency-inclusive-visuals-specialist lens in ../avoid-ai-writing-router/references/agency-role-lenses.md.

Treat identity and representation details as protected semantics, including when present:

  • cultural and geographic specificity,
  • age and body diversity,
  • disability and mobility aids,
  • clothing and religious/cultural attire,
  • skin-tone and lighting requirements,
  • physical-reality constraints,
  • anti-stereotype or anti-tokenism instructions.

Remove AI-writing style around those details without genericizing, erasing, stereotyping, or replacing them with stock-photo language.

This guard does not make the visual agency Skill a runtime dependency. It protects semantics while the rewrite remains owned here.

Workflow

  1. Read the user request and any incoming handoff envelope.
  2. Identify the requested voice, audience, destination, and register.
  3. Audit the text for AI-writing patterns before changing it. Reuse incoming detector evidence instead of duplicating an executed detector run unless a fresh audit is needed.
  4. Preserve content that already sounds human.
  5. Rewrite only the spans that need work. Keep names, figures, claims, technical details, URLs, file paths, and intended argument intact.
  6. Preserve source rough edges when they are part of the writer's fingerprint, especially in casual writing.
  7. Do not rewrite quoted material, code blocks, tables, attributed text, or other protected regions.
  8. Apply any conditional representation constraints.
  9. Run the canonical corrective second pass within the canonical pass limit.
  10. Send before/after content to preservation-verifier when required.

Repair path

When entered from preservation-verifier after a FAIL:

  1. Change only the spans implicated by the blocking preservation errors.
  2. Do not perform a broad second rewrite.
  3. Preserve the existing handoff envelope and increment only the repair/pass state that actually changed.
  4. Return to preservation-verifier once.
  5. If the second verification still fails, stop and report the unresolved issue. Do not cycle again.

Voice handling

When a voice is named, use the canonical profiles: casual, professional, technical, warm, or blunt. When the user supplies a style guide or prior sample, prefer those concrete cues over generic polishing.

Do not make every sentence perfectly grammatical if that would erase the user's register. Do not replace one AI cliché with another.

Stop conditions

Stop after the requested rewrite and any required bounded verification/repair cycle. Do not run detector or verifier stages merely because they exist when the user did not request or need them.

Output

Unless the user requested only the finished rewrite, return a concise audit, the rewritten text, a concise change summary, and preservation verification status when it actually ran. If a representation guard applied, mention only materially relevant preserved constraints rather than adding a separate visual-design report.

GitHub репозиторий

conorbronsdon/avoid-ai-writing
Путь: skills/voice-preserving-rewriter
0
ai-writingclaudeclaude-codellmprompt-engineeringskill
FAQ

Часто задаваемые вопросы

Что такое Skill voice-preserving-rewriter?

voice-preserving-rewriter — это Claude Skill от conorbronsdon. Skills объединяют инструкции и ресурсы, которые Claude загружает по мере необходимости, чтобы выполнять задачи, связанные с voice-preserving-rewriter, без дополнительных запросов.

Как установить voice-preserving-rewriter?

Используйте команды установки на этой странице: добавьте voice-preserving-rewriter в Claude Code как плагин или клонируйте репозиторий в каталог skills, затем перезапустите Claude, чтобы загрузить Skill.

К какой категории относится voice-preserving-rewriter?

voice-preserving-rewriter относится к категории Документация.

Можно ли использовать voice-preserving-rewriter бесплатно?

Да. voice-preserving-rewriter размещён на AIMCP и доступен для бесплатной установки.

Похожие навыки

railway-docs
Документация

Этот навык получает актуальную документацию Railway, чтобы отвечать на вопросы о функциях, возможностях или конкретных URL-адресах документации. Он гарантирует, что разработчики получают точную и современную информацию напрямую из официальных источников Railway. Используйте его, когда пользователи спрашивают, как работает Railway, или ссылаются на документацию Railway.

Просмотреть навык
n8n-code-python
Документация

Этот навык Claude предоставляет экспертные рекомендации по написанию кода Python в узлах Code платформы n8n, в частности, по использованию стандартной библиотеки Python и работе со специальным синтаксисом n8n, таким как `_input`, `_json` и `_node`. Он помогает разработчикам понять ограничения Python в среде n8n и рекомендует использовать JavaScript для большинства рабочих процессов, предлагая решения на Python для конкретных задач по преобразованию данных.

Просмотреть навык
archon
Документация

Навык Archon предоставляет семантический поиск на основе RAG и управление проектами через REST API. Используйте его для запросов к документации, управления иерархическими проектами/задачами и выполнения поиска информации с возможностью загрузки документов. Всегда в первую очередь обращайтесь к Archon при поиске во внешней документации, прежде чем использовать другие источники.

Просмотреть навык
n8n-code-javascript
Документация

Этот навык Claude предоставляет экспертные рекомендации по написанию кода JavaScript в узлах Code платформы n8n. Он охватывает важный синтаксис, специфичный для n8n, включая переменные `$input`/`$json`, HTTP-хелперы и работу с DateTime, а также помогает в устранении распространённых ошибок. Используйте его при разработке рабочих процессов в n8n, требующих кастомной обработки JavaScript в узлах Code.

Просмотреть навык