Skip to content

todatasudata/write-cut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

write-cut

License: MIT

Agent skill for writing and editing technical documentation in infostyle.

Based on Maxim Iliyakhov's books "Пиши, сокращай" ("Write, Cut") and "Ясно, понятно" ("Clear, Understandable").

What it does

Guides the agent to produce documentation that is:

  • Concise — removes filler, nominalizations, and AI boilerplate
  • Scannable — uses lists and checklists over dense prose
  • Honest — replaces vague adjectives with facts and metrics
  • Clear — active voice, one idea per paragraph

Rules apply to any language — English, Russian, German, and others.

When to activate

Ask the agent to use write-cut when:

  • Writing or reviewing a README
  • Drafting a postmortem or incident report
  • Creating a technical plan or spec
  • Writing API documentation or instructions
  • Editing any text that explains or records something

Installation

npx skills add todatasudata/write-cut

Disabling auto-load

The skill loads in every conversation by default (alwaysApply: true). To disable, edit the installed file:

# ~/.agents/skills/write-cut/SKILL.md
# change: alwaysApply: true → alwaysApply: false

How to activate

The skill loads automatically in every conversation (alwaysApply: true).

To invoke explicitly:

Use the write-cut skill to write/edit the following: ...

Token consumption

SKILL.md loads as a Core Skill (alwaysApply: true) — added to every conversation context.

  • ~2200 tokens per conversation (1704 words × ~1.3 tokens/word, mixed EN/RU/DE content)

Structure

write-cut/
├── SKILL.md    # Agent instructions (loaded by agent)
├── README.md   # This file (not loaded)
└── SPEC.md     # Original Russian specification, archive (not loaded)

Credits

Rules based on:

  • Maxim Iliyakhov — Пиши, сокращай (Write, Cut)
  • Maxim Iliyakhov — Ясно, понятно (Clear, Understandable)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors