style-analyzer

Analyze writing style features across texts to generate a YAML style profile.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill style-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: style-analyzer
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/.claude/skills/style-analyzer
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill style-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Analyzes multiple user texts to extract writing style features and generates a YAML-style profile that can be used to reproduce a writer's voice or ensure consistency across content.

Core Features & Use Cases

  • Automated style extraction: Quantifies sentence endings, length, kanji/hiragana ratio, tone, and conjunction usage from multiple texts.
  • Profile generation: Produces a structured YAML profile suitable for feeding into generation or proofreading tools.
  • Use Case: Establish consistent branding voice across articles, or build a style guide for a writing team.

Quick Start

Provide several text files and run the analyzer to generate a YAML style profile.

Frequently Asked Questions about style-analyzer

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

FAQPage Schema
How do I create a writing style profile from multiple texts?

A writing style profile is a structured YAML output that quantifies text features like sentence endings, character-type ratios, and conjunctions. It is used to reproduce a writer's voice or ensure consistent branding across content.

What writing style features are analyzed in a text?

Text analysis for style features involves parsing Markdown to quantify sentence endings, character-type ratios, conjunctions, and punctuation. This generates a YAML writing profile for consistent voice across editorial workflows.

Can I generate a YAML style guide from existing markdown files?

Yes, you can generate a YAML style profile from markdown files. The analyzer parses your texts to extract stylistic features and outputs a structured YAML payload suitable for feeding into generation or proofreading tools.

Does the style analysis output work for team branding workflows?

Yes, the style analysis output supports team branding workflows by generating a structured YAML profile. This profile establishes a consistent voice across content and serves as a style guide for writing teams.

How do I apply text analysis results to proofreading tools?

Apply text analysis results to proofreading tools by feeding the generated YAML style profile into them. The structured YAML payload provides the extracted stylistic metrics required to check for writing voice consistency.