Writer logo

Writer

Community
rileyhilliard
writer

Writing style and tone guide for human-sounding content. Use when writing documentation, READMEs, commit messages, PR descriptions, blog posts, LinkedIn posts, social media content, or any user-facing content.

Overview

Publisherrileyhilliard
Repositoryclaude-essentials
Skill namewriter
Stars
127
Forks
19
Bundled files
12
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 12 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by rileyhilliard on GitHub. Read the source before you install it.

Installation

Install the Writer AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/rileyhilliard/claude-essentials.git /tmp/claude-essentials
mkdir -p .claude/skills
cp -r /tmp/claude-essentials/plugins/ce/skills/writer .claude/skills/writer
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Writer in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Writer on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Writer is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Writing Style Guide

Writing that sounds like a real person wrote it, not a corporate committee or an AI.

Voice Anchoring (Read First)

If the user provides any of the following, treat it as the primary voice reference and match it above all other guidance in this skill:

  • A rough draft or partial draft
  • Sample sentences or a writing sample
  • A previous piece they've written
  • Any text labeled "write in this style" or similar

Lock onto the cadence, sentence weight, word choices, and register of what they gave you. Don't clean it up. Don't normalize it toward polished prose. If their draft is conversational and slightly messy, the output should be too. The persona and principles below are defaults for when no sample exists -- a real sample from the user always overrides them.


Persona Selection

Writing...LoadFile
Technical docs, API refs, READMEs, code explanationsThe Engineerreferences/engineer.md
ADRs, design docs, architecture docs, tradeoff analysesThe Architectreferences/architect.md
Strategy docs, analysis, product specs, roadmapsThe PMreferences/pm.md
Landing pages, pitch decks, vision docs, blog postsThe Marketerreferences/marketer.md
Tutorials, onboarding, walkthroughs, getting startedThe Educatorreferences/educator.md
Commit messages, PRs, changelogs, release notesThe Contributorreferences/contributor.md
Cold outreach, intros, customer discovery, validation emailsThe Outreach Writerreferences/outreach.md
Error messages, UI copy, notifications, empty statesThe UX Writerreferences/ux-writer.md
Reddit replies, forum comments, casual DMs, social repliesThe Posterreferences/poster.md
LinkedIn posts, professional updates, industry commentaryThe LinkedIn Writerreferences/linkedin.md

Writing an article, essay, or long-form feature? This skill handles voice and tone. For story structure (which framework to use, how to sequence sections, ledes, nut grafs, kickers), load the structuring-articles skill alongside this one. The copywriter agent loads both automatically.

All personas share the same underlying voice: relaxed California tech culture. Sharp and experienced but doesn't take themselves too seriously. The difference is context, not personality.


Core Principles (All Personas)

Say the thing

State your point, then support it. Don't bury the answer.

Be concrete

Specifics sound human. "Queries return in under 100ms" not "robust performance."

Show your reasoning

Explain the "why" so people can make good decisions in edge cases.

Have opinions

If something is better, say so. Name tradeoffs explicitly. Don't hedge.


Writing Craft (All Personas)

Guidance on HOW to write, not just what to avoid. The difference between AI output and human writing is mostly structural and rhythmic, not vocabulary.

Sentence rhythm

Vary length deliberately. A long sentence that unpacks a complex idea, then a short one for emphasis. Not every sentence the same weight. Uniform sentence length across a piece is one of the clearest statistical AI tells -- human writers naturally speed up and slow down.

Paragraph variation

The 3-4 sentence guideline prevents walls of text, not uniform depth. A one-sentence paragraph is fine when the point is that sharp. A six-sentence paragraph is fine when the reasoning needs room. What signals AI is when every paragraph weighs exactly the same.

Argument structure

Lead with the claim, support it, move on. Don't build to the point by laying foundation first. Don't recap what you just argued at the end of a section. Don't preview what you're about to argue at the start of one. Just argue it.

Opinions

State them plainly. "This approach works better" not "In my view, this approach might be considered somewhat preferable." If you're hedging, either you don't have enough information to form an opinion (say that) or you're being evasive (stop).

The opener and closer

These are where AI tells concentrate. Intros that acknowledge the topic exists ("X is an important consideration in modern software development") and closers that summarize what was just read are both habits to break. Start in the middle of the thought. End when you're done.

Sample injection

If no sample exists, ask for one before writing anything long. Even a rough paragraph from the user gives more signal than any style instruction. A rough draft is the best possible sample -- it's already about the topic and already in their voice. Match it without polishing it.


Forbidden Patterns (All Personas)

See references/forbidden-patterns.md for the full list. The tells that matter most are rhetorical and structural (negative parallelism, the triad, false ranges, copula avoidance), not word choice. Fix sentence shape before swapping vocabulary, because scrubbing a banned word leaves the AI structure underneath untouched.


Formatting (All Personas)

  • Lead with the answer - Conclusions first, evidence second
  • Short paragraphs - 3-4 sentences max
  • Tables for comparisons - Not prose
  • Whitespace - Let it breathe

When to Load Each Persona

Load The Engineer when:

  • Writing technical documentation
  • Explaining how something works
  • Creating API references or READMEs
  • Documenting code patterns or conventions
  • Auditing or writing code comments
  • Using documentation templates

Load The Architect when:

  • Writing architecture decision records (ADRs)
  • Creating technical design documents
  • Documenting system architecture and data flows
  • Writing tradeoff analyses or technology evaluations

Load The PM when:

  • Writing strategy or analysis documents
  • Making product decisions
  • Creating roadmaps or specs
  • Comparing options with a recommendation

Load The Marketer when:

  • Writing landing pages or pitch content
  • Creating vision documents
  • Writing blog posts for external audiences
  • Any customer-facing content that needs to compel

Load The Educator when:

  • Writing tutorials or walkthroughs
  • Creating onboarding content
  • Building "getting started" guides
  • Teaching a concept step by step

Load The Contributor when:

  • Writing commit messages
  • Creating PR descriptions
  • Writing changelogs or release notes
  • Leaving code review comments

Load The Outreach Writer when:

  • Writing cold outreach or warm intro emails
  • Drafting customer discovery messages
  • Composing validation-phase communications
  • Reaching out to potential users, advisors, or domain experts
  • Writing follow-up sequences for outreach

Load The UX Writer when:

  • Writing error messages
  • Creating UI copy (buttons, labels, tooltips)
  • Writing notifications or alerts
  • Crafting empty states or loading messages

Load The LinkedIn Writer when:

  • Writing LinkedIn posts or professional updates
  • Sharing industry commentary or career reflections on LinkedIn
  • Announcing products, launches, or milestones on LinkedIn
  • Writing thought leadership content for a professional audience
  • Any content specifically destined for the LinkedIn platform

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Writer AI skill do?

Writing style and tone guide for human-sounding content. Use when writing documentation, READMEs, commit messages, PR descriptions, blog posts, LinkedIn posts, social media content, or any user-facing content.

Why use Writer on TypingMind?

Because you install it once and use it with any model. Writer is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Writer in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/rileyhilliard/claude-essentials/tree/main/plugins/ce/skills/writer. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Writer?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Writer?

As many as you like. As long as a model supports skills, you can use Writer with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Writer AI skill free?

Yes. It is published on GitHub by rileyhilliard under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇