style-skill-creator

style-skill-creator is a skill for Claude Code from bam-bam-2/solo-skills. It costs 0 tokens per session (944 once invoked), scanned A, original, MIT.

A writing tool for creating instructions that teach an AI assistant to follow a particular author's style.

In plain words
What is it for?
Analyzing existing prose, asking about preferred style, and creating style guides for AI-generated long-form writing.
Why use it?
It turns writing samples or a style description into concrete rules the AI can apply, rather than general advice about tone.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the solo-skills plugin — 26 skills shipped together

Good fit Analyzing existing prose, asking about preferred style, and creating style guides for AI-generated long-form writing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bam-bam-2/solo-skills/style-skill-creator
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 bam-bam-2/solo-skills --skill style-skill-creator
Clone the repo
git clone --depth 1 https://github.com/bam-bam-2/solo-skills

Made for: Claude Code.

Or install solo-skills, the plugin that ships this one along with the rest of its 26 skills.

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 style-skill-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/bam-bam-2/solo-skills/style-skill-creator/github.svg)](https://agentmods.dev/skills/bam-bam-2/solo-skills/style-skill-creator)
Your own site
<a href="https://agentmods.dev/skills/bam-bam-2/solo-skills/style-skill-creator"><img src="https://agentmods.dev/badge/skills/bam-bam-2/solo-skills/style-skill-creator/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 style-skill-creator

Your own site · 80×15
<a href="https://agentmods.dev/skills/bam-bam-2/solo-skills/style-skill-creator"><img src="https://agentmods.dev/badge/skills/bam-bam-2/solo-skills/style-skill-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 944 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00000 $0.00944
Opus 5 $0.00000 $0.00472
Sonnet 5 $0.00000 $0.00189
Haiku 4.5 $0.00000 $0.00094

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

Security

Grade A, and why

style-skill-creator 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 8d 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/style-skill-creator/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Style Skill Creator

Create style skills that teach Claude your writing style.

Critical: Audience is AI

This creates AI instructions (for Claude to read), NOT human documentation (for authors to read).

AI Instructions Human Documentation
"When writing X, do Y" "The story uses X because Y"
Directive commands Explanatory descriptions
Pattern + examples Analysis + reasoning

Step 1: Ask About Input

Always ask first:

다음 중 어떤 방식으로 스타일 스킬을 만들까요?

1. 기존 글 샘플 제공
   - 1~5장 같은 실제 쓰신 글을 분석해서 패턴 추출

2. 스타일 직접 설명
   - "나는 이렇게 쓴다"를 말로 설명

어느 쪽으로 하시겠어요?

Step 2: Gather Input

From existing prose (preferred):

  • Read 2-3 chapters/sections if provided
  • Identify consistent patterns: sentence length, paragraph structure, emotional tone, vocabulary, personal anecdotes, transitions

From description:

  • Ask specific questions about voice, rhythm, what feels "off" vs "right"

Writing Style: Directive and Technical

Use imperative/command form:

✅ "Use short sentences during emotional moments" ✅ "Avoid transition words like '또한', '그리고'" ✅ "Show vulnerability through specific episodes, not declarations" ❌ "The author tends to use short sentences" (analysis, not instruction)

Always include examples:

**Personal anecdotes:**
- Always anchor insight to a specific moment/episode
- Example: "일요일 저녁이었습니다. 정산을 하니 새벽이었습니다." not "모임이 힘들었습니다."

Pattern + Example format:

**[Pattern name]:**
- [Instruction about the pattern]
- Example: [Concrete example from the author's writing]
- Avoid: [What NOT to do]

Output Format

Create a SKILL.md file with these sections:

---
name: [author]-writing-style
description: Style guide for writing in [author]'s voice. Load this when writing content for [author].
---

# [Author] Writing Style

## Core Voice
[2-3 sentences capturing the essential feel]

## Sentence & Paragraph Structure
[Directives about length, rhythm, structure]

## Emotional Tone
[Directives about vulnerability, directness, energy level]

## Opening Patterns
[How chapters/sections typically start]

## Closing Patterns
[How sections end - with what kind of beat]

## Vocabulary & Phrases
[Signature expressions, words to use, words to avoid]

## Anecdote Style
[How personal stories are structured and used]

## What to Avoid
[Explicit list of things that feel wrong for this voice]

Read the full file on GitHub · 121 lines

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. 8d ago Changed b44de4700839
  2. 12d ago First seen · 121 lines · 0 tokens per session scan A 3999bca73b28

Subscribe to this mod's changes

style-skill-creator is a skill published in the GitHub repository bam-bam-2/solo-skills (362 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 944 tokens. 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-30.

Related

Other skills, from other repositories

magpie-onboarding-concierge

Answer a newcomer's "how do I contribute here" question by grounding the response in CONTRIBUTING.md and the project's own docs. Classifies the question (setup / workflow / first-issue / out-of-scope), retrieves the relevant guide excerpt, and drafts a concise answer in the Agentic Mentoring teaching register. Routes…

apache/magpie · 132 tokens

apitemplate-io-automation

Automate Apitemplate IO tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/awesome-claude-skills · 32 tokens

agent-tamagotchi

Terminal pet that lives in your statusline. 12 species, 5 stats (DEBUGGING, PATIENCE, CHAOS, WISDOM, SPEED). Reacts to your workflow - happy when tests pass, sad when builds fail, excited during swarm mode. Deterministic species from user ID.

vibeeval/vibecosystem · 68 tokens

notebooklm

This skill should be used when the user wants to query their Google NotebookLM notebooks for citation-backed, source-grounded answers, or manage notebooks, sources, and Studio content (audio, report, video, infographic, presentation, data table, flashcards, quiz, mind map). It drives the @roomi-fields/notebooklm-mcp…

roomi-fields/notebooklm-mcp · 118 tokens

cli-anything

Control desktop software (GIMP, Blender, LibreOffice, etc.) through CLI-Anything generated command-line interfaces. Calls real application backends — much more reliable than GUI automation via desktop tools.

openakita/openakita · 44 tokens

hyperframes-faceless-explainer

Turn arbitrary text — an article, notes, a topic, a brief — into a faceless explainer video using HyperFrames. Use when the user wants a topic explainer, concept breakdown, how-to, or listicle with no product/website to capture. Every visual is invented per scene (typography, abstract graphics, diagrams, data-viz).…

oyi77/1ai-skills · 96 tokens