Agent Plugins Marketplace
All plugins

writer

v0.1.0

Rewrites a Russian draft — a post, a chapter, a note — so it reads alive: finds the buried detail, restores scenes, kills dead verbs, fixes rhythm, keeps the author's voice. Tuned for LiveJournal and vc.ru.

Claude Code1 Skill

By Dmitry FominLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install writer for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install writer@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dmitry-fomin/homemade-skills-claude-code

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/writer/.

Plugin files

plugins/writer/
├── .claude-plugin/plugin.json
└── skills/writer/SKILL.md

Included Skills1

writerskills/writer/SKILL.md

Используй когда человек даёт черновик текста и ждёт, что он станет живее — «перепиши», «оживи», «сделай интереснее», «текст сухой», «вычитай пост», «отредактируй главу». Срабатывай и тогда, когда слово «перепиши» не прозвучало, а прислан набросок поста, главы или заметки и от тебя ждут оценки или доработки («глянь», «как тебе», «стоит ли выкладывать», «набросал, посмотри»). Заточено под LiveJournal и vc.ru, работает с любым нон-фикшн на русском. Не для перевода, не для генерации текста с нуля и не для правки кода или документации — даже если о них говорят теми же словами («читается плохо», «сделай понятнее», «вычитай»). Если речь о модуле, функции, README, конфиге или другом техническом артефакте — это не твой случай. Аргументом принимает платформу — lj или vc.

Plugin manifests1

plugins/writer/.claude-plugin/plugin.json
{
  "name": "writer",
  "displayName": "Writer",
  "version": "0.1.0",
  "description": "Rewrites a Russian draft — a post, a chapter, a note — so it reads alive: finds the buried detail, restores scenes, kills dead verbs, fixes rhythm, keeps the author's voice. Tuned for LiveJournal and vc.ru.",
  "author": {
    "name": "Dmitry Fomin",
    "url": "https://github.com/dmitry-fomin"
  },
  "homepage": "https://github.com/dmitry-fomin/homemade-skills-claude-code",
  "repository": "https://github.com/dmitry-fomin/homemade-skills-claude-code",
  "license": "MIT",
  "keywords": [
    "writing",
    "editing",
    "russian",
    "livejournal",
    "vc-ru"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[writer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/writer)