voice-writer

voice-writer is a skill for Claude Code from notque/vexjoy-agent. It costs 116 tokens per session (4,485 once invoked), scanned B, original, MIT.

A controlled writing workflow for producing articles, blog posts, or other content from a defined voice profile. It uses staged checks for source grounding, structure, repetition, tone, and final quality.

In plain words
What is it for?
Use it to create and validate voice-guided articles, blog posts, and similar published content.
Why use it?
It helps keep long-form writing aligned with the intended voice and prevents unsupported, repetitive, or unfinished drafts.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/feedgen/.claude/skills/{voice_profile}/skill/SKILL.md.

Good fit Use it to create and validate voice-guided articles, blog posts, and similar published content.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

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 voice-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/notque/vexjoy-agent/voice-writer/github.svg)](https://agentmods.dev/skills/notque/vexjoy-agent/voice-writer)
Your own site
<a href="https://agentmods.dev/skills/notque/vexjoy-agent/voice-writer"><img src="https://agentmods.dev/badge/skills/notque/vexjoy-agent/voice-writer/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 voice-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/notque/vexjoy-agent/voice-writer"><img src="https://agentmods.dev/badge/skills/notque/vexjoy-agent/voice-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,485 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00116 $0.04485
Opus 5 $0.00058 $0.02243
Sonnet 5 $0.00023 $0.00897
Haiku 4.5 $0.00012 $0.00449

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

Security

Grade B, and why

voice-writer scanned grade B with 1 finding 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 6d 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.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

- Any `voice-*` skill in `~/.claude/skills/` — run `ls ~/.claude/skills/ | grep voice-` to see available profiles
skills/content/voice-writer/SKILL.md · 397 lines

How it starts

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

Voice Writer — 13-Phase Pipeline

Mandatory enforcement: This pipeline is REQUIRED for all voice-profiled content. No article should be published without passing all 13 phase gates.

Pipeline Overview

LOAD → GROUND → STATS-CHECKPOINT → GENERATE → HOOK-GATE → VALIDATE → REFINE → VARIETY-GATE → JOY-CHECK → ANTI-AI → CLOSE-GATE → OUTPUT → CLEANUP

Execution Model (MANDATORY — DO NOT COLLAPSE PHASES)

Each phase runs as a SEPARATE agent dispatch. The orchestrator (parent session) dispatches one agent per phase sequentially. Each agent:

  1. Reads the input artifact from the previous phase
  2. Loads the selected voice profile and any phase-specific references
  3. Executes the phase steps
  4. Writes its output artifact to disk
  5. Reports pass/fail on the phase gate

No single agent runs multiple phases. This ensures each phase gets a fresh context window with the full voice profile loaded, preventing context drift and ensuring the voice is the primary authority at every step. An orchestrator that attempts to combine phases or skip agent dispatches is violating this rule.

Phase artifacts are files on disk, not context passed between agents. Each phase reads and writes to well-known paths:

Phase Input Artifact Output Artifact
1. LOAD User request + existing draft (if any) .voice-phase/01-load.json (profile metadata, paths)
2. GROUND .voice-phase/01-load.json + source material .voice-phase/02-grounding.md
3. STATS-CHECKPOINT .voice-phase/01-load.json .voice-phase/03-stats-baseline.json
4. GENERATE .voice-phase/02-grounding.md + stats baseline .voice-phase/04-draft.md
5. HOOK-GATE .voice-phase/04-draft.md .voice-phase/05-hook-score.json + updated draft
6. VALIDATE .voice-phase/04-draft.md (or updated) .voice-phase/06-validation-report.json
7. REFINE Draft + .voice-phase/06-validation-report.json .voice-phase/07-refined-draft.md
8. VARIETY-GATE .voice-phase/07-refined-draft.md .voice-phase/08-variety-score.json + updated draft
9. JOY-CHECK Latest draft .voice-phase/09-joy-report.json + updated draft
10. ANTI-AI Latest draft .voice-phase/10-antiai-report.json + updated draft
11. CLOSE-GATE Latest draft .voice-phase/11-close-score.json + updated draft
12. OUTPUT Latest draft + all reports Final file in content/posts/ + .voice-pipeline-complete
13. CLEANUP All .voice-phase/ artifacts Summary report (artifacts cleaned up)

Read the full file on GitHub · 397 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. 6d ago First seen · 397 lines · 116 tokens per session scan B 694aa21315f5

Subscribe to this mod's changes

voice-writer is a skill published in the GitHub repository notque/vexjoy-agent (419 stars, last pushed today), licensed MIT. It adds 116 tokens to every session and 4,485 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

pcbway

PCBWay PCB fabrication and assembly — turnkey/consigned assembly, design rules, ordering workflow. Alternative to JLCPCB for manufacturing. Use with KiCad. Use this skill when the user mentions PCBWay, needs turnkey assembly (PCBWay sources parts by MPN), has parts not available on LCSC, needs assembled boards with…

aklofas/kicad-happy · 119 tokens

explaining-machine-learning-models

Explain trained machine learning models through feature attribution, local explanations, and behavior summaries. Use as an explicit/manual helper once a model already exists, not for training ownership, leakage auditing, or general ML strategy selection.

foryourhealth111-pixel/Vibe-Skills · 49 tokens

influence-psychology

Apply the seven principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity, unity) to product design, copy, and sales. Use when the user mentions "social proof", "persuasive copy", "why users dont convert", "ethical persuasion", "reciprocity", "scarcity tactics", "commitment…

wondelai/skills · 156 tokens

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…

wondelai/skills · 132 tokens

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

remotion-interactivity

Best practices for writing Remotion animations that stay intuitive for agents and editable in Remotion Studio Visual Mode.

guanyang/open-agent-hub · 26 tokens