writer

Writer Skill System Prompts

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "writer" with this command: npx skills add tao3k/omni-dev-fusion/tao3k-omni-dev-fusion-writer

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:

  • Concise over verbose - Remove unnecessary words

  • Active voice - Use "we" and "do", not "it is done"

  • One H1 only - Document title at top

  • Max 3-4 sentences per paragraph

  • Remove clutter words (utilize→use, facilitate→help, in order to→to)

Workflow

Editing Files (Primary Use Case)

When editing files (MOST COMMON):

  • ONE-TIME READ: Read the file ONCE using filesystem.read_files . DO NOT call cat , head , or read_file again. The content stays in your context.

  • ANALYSIS: Plan your edits based on the content in context.

  • EXECUTION: Use writer.replace or writer.rewrite with the exact strings from step 1.

  • 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:

  • Trust the Context: The writing style guide has been auto-loaded above. Rely on it.

  • Draft Content: Write following the style rules in your context.

  • Polish: Use writer.polish_text() before saving if needed.

  • 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

crawl4ai

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python_engineering

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

documentation

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code_tools

No summary provided by upstream source.

Repository SourceNeeds Review