Back to list
tao3k

writer

by tao3k

WIP-designed to bridge the gap between human intent and machine execution. Built on a robust Tri-MCP architecture, it physically separates cognitive planning (The Brain), atomic execution (The Hands), and surgical coding (The Pen) to ensure context hygiene and safety.

5🍴 0📅 Jan 24, 2026

SKILL.md


name: "writer" version: "1.1.0" description: "Text manipulation and documentation engine. PRIMARY TOOL FOR TEXT EDITING. Use this skill for ALL text replacement, documentation updates, and file rewriting tasks. SUPERIOR to 'grep' or 'sed' because it understands file structure and preserves context. Safe for Markdown, Python, and Config files." routing_keywords: [ "writing", "edit file", "update readme", "replace text", "modify content", "rewrite", "polish", "documentation", "change text", "fix typo", "style", "grammar", "lint", "improve", "voice", "tone", "replace", "update", "edit", "modify", "insert", "append", "write", "content", ] authors: ["omni-dev-fusion"] intents:

  • "Update documentation files"
  • "Replace specific text in files"
  • "Polish writing style" require_refs:
  • "assets/skills/writer/references/writing-style/00_index.md"
  • "assets/skills/writer/references/writing-style/01_philosophy.md"
  • "assets/skills/writer/references/writing-style/02_mechanics.md" permissions:
  • "filesystem:*"
  • "knowledge:search"
  • "knowledge:ingest"


Writer Skill System Prompts

CRITICAL INSTRUCTION

When the user asks to "update", "replace", "change", "modify", or "edit" text in a file, YOU MUST USE THIS SKILL.

Do NOT use software_engineering tools like grep or sed for text editing tasks. They are:

  • Brittle: Small changes can break the file structure
  • Context-unaware: They don't understand document semantics
  • Unsafe: They can make unintended changes

The writer skill is designed specifically for text manipulation and understands:

  • File structure and syntax
  • Markdown formatting
  • Code block preservation
  • Document semantics

Quick Reference

The writing style guide has been auto-loaded above. Key rules:

  1. Concise over verbose - Remove unnecessary words
  2. Active voice - Use "we" and "do", not "it is done"
  3. One H1 only - Document title at top
  4. Max 3-4 sentences per paragraph
  5. Remove clutter words (utilize→use, facilitate→help, in order to→to)

Workflow

Editing Files (Primary Use Case)

When editing files (MOST COMMON):

  1. ONE-TIME READ: Read the file ONCE using filesystem.read_file. DO NOT call cat, head, or read_file again. The content stays in your context.
  2. ANALYSIS: Plan your edits based on the content in context.
  3. EXECUTION: Use writer.replace or writer.rewrite with the exact strings from step 1.
  4. VERIFY: Done. No need to re-read.

FORBIDDEN: Repeated reads of the same file waste tokens and slow down the agent.

Writing Documentation

When writing documentation:

  1. Trust the Context: The writing style guide has been auto-loaded above. Rely on it.
  2. Draft Content: Write following the style rules in your context.
  3. Polish: Use writer.polish_text() before saving if needed.
  4. Save: Use filesystem.write_file() or writer.rewrite().

DO NOT run external validation tools like vale unless explicitly requested. The style guide in context is sufficient.

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon