writer-style

writer-style is a skill for Claude Code from solanabr/writer-style-skill. It costs 255 tokens per session (4,259 once invoked), scanned A, original, no licence file.

A writing skill for producing original educational and long-form technical content in a specified author's writing style.

In plain words
What is it for?
Writing technical learning materials and detailed explanations that follow a supplied author's language and writing habits.
Why use it?
It helps keep explanations consistent with a chosen voice while covering different formats such as courses, lessons, explainers, deep-dives, and threads.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the writer-style-skill plugin — 1 skill, 6 commands, 3 agents shipped together

Good fit Writing technical learning materials and detailed explanations that follow a supplied author's language and writing habits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/solanabr/writer-style-skill/writer-style
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add solanabr/writer-style-skill --skill writer-style
Clone the repo
git clone --depth 1 https://github.com/solanabr/writer-style-skill

Made for: Claude Code.

Or install writer-style-skill, the plugin that ships this one along with the rest of its 1 skill, 6 commands, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for writer-style

README.md
[![agentmods](https://agentmods.dev/badge/skills/solanabr/writer-style-skill/writer-style/github.svg)](https://agentmods.dev/skills/solanabr/writer-style-skill/writer-style)
Your own site
<a href="https://agentmods.dev/skills/solanabr/writer-style-skill/writer-style"><img src="https://agentmods.dev/badge/skills/solanabr/writer-style-skill/writer-style/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for writer-style

Your own site · 80×15
<a href="https://agentmods.dev/skills/solanabr/writer-style-skill/writer-style"><img src="https://agentmods.dev/badge/skills/solanabr/writer-style-skill/writer-style.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 255 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,259 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00255 $0.04259
Opus 5 $0.00128 $0.02129
Sonnet 5 $0.00051 $0.00852
Haiku 4.5 $0.00026 $0.00426

Measured 5d ago against content hash b2bcaafc84a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

writer-style scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/writer-style/SKILL.md · 194 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed · +19 lines · +58 tokens per session b2bcaafc84a1
  2. 10d ago First seen · 175 lines · 197 tokens per session scan A 71ad6772c704

Subscribe to this mod's changes

writer-style is a skill published in the GitHub repository solanabr/writer-style-skill (2 stars, last pushed 6d ago), with no licence file. It adds 255 tokens to every session and 4,259 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

eat

Extract knowledge, frameworks, and methodologies from a URL, file, video, article, or podcast. Use when user says '/eat', 'eat this', 'eat from', shares a URL/file for insights, or wants to learn from a video/article without reading the whole thing. NOT for summarization or news digests. Requires yt-dlp, whisper or…

catcatcatstudio/cat-skills · 82 tokens

learn-from-fix

Capture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.

oliver-kriska/claude-elixir-phoenix · 46 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

examples

Provide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked for sample code, a walkthrough, a proper implementation, or expected workflow output. Pair with domain skills. NOT for debugging, direct changes, best-practice advice, or audits.

oliver-kriska/claude-elixir-phoenix · 57 tokens

intro

Walk through the Elixir/Phoenix plugin commands, workflow, and features in 6 interactive sections. Use when a new user wants to learn what the plugin offers or needs a refresher on available commands.

oliver-kriska/claude-elixir-phoenix · 44 tokens

learning-and-development

Builds capability — skills gaps, career frameworks, training that transfers to the job, and internal mobility. Use this to design a career ladder, close a capability gap, decide whether to build or hire a skill, structure onboarding into a role, or work out why training keeps failing to change anything.

cbrock84/headcount · 64 tokens