create-voice

Create voice profiles from writing samples using a seven-phase pipeline.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill create-voice-notque
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-voice
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/create-voice
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill create-voice-notque

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a complete voice profile from writing samples using a 7-phase pipeline: Collect, Extract, Pattern, Rule, Generate, Validate, Iterate. Wabi-sabi (natural imperfections as features) is the core principle. Use when creating a new voice, starting voice calibration, or building a voice profile from scratch. Use for "create voice", "new voice", "build voice", "voice from samples", "calibrate voice".

Core Features & Use Cases

This skill orchestrates existing tools (voice_analyzer.py, voice_validator.py, voice-calibrator template) into a guided, phase-gated workflow. It serves as the user-facing entry point for initiating a voice profile from scratch, calibrating a voice, or building a profile from examples.

Quick Start

Provide a set of 50+ writing samples, then run the 7-phase pipeline to create and validate a new voice profile.

Frequently Asked Questions about create-voice

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a voice profile from existing writing samples?

Build a voice profile from writing samples by running them through a 7-phase pipeline that extracts patterns and generates artifacts like profile.json and config.json. You need a minimum of 50 samples to start the calibration process.

What is voice calibration and when do I need it?

Voice calibration is the process of analyzing writing samples to forge an authentic voice profile. You need it when creating a new voice, building a profile from scratch, or establishing a baseline for consistent authorship generation.

How many writing samples do I need to create a reliable voice profile?

You need a minimum of 50 writing samples to create a reliable voice profile. The pipeline enforces this 50-sample minimum to ensure deterministic analysis and accurate pattern extraction for your voice artifacts.

What files and outputs are generated when calibrating a voice from samples?

Calibrating a voice from samples generates structured artifacts including profile.json, config.json, and SKILL.md. The pipeline converges your samples and metadata into these files during the Rule and Generate phases.

Can I use voice profiling to capture natural imperfections in writing style?

Yes, voice profiling uses a wabi-sabi principle to treat natural imperfections as features rather than errors. The pipeline extracts these stylistic patterns to ensure the generated voice profile maintains authentic characteristics.

What are the steps to calibrate a new voice from scratch?

To calibrate a new voice from scratch, progress through the 7-phase pipeline: Collect, Extract, Pattern, Rule, Generate, Validate, and Iterate. Each phase is gated to ensure deterministic analysis before proceeding.