# Style Guide Builder

> Style guide templates for content creation. Used by /majestic:style-guide:new command.

- Skill: `majiayu000/style-guide-builder` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/style-guide-builder`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/style-guide-builder/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/style-guide-builder

---


# Style Guide Builder Skill

Provides templates for creating project-specific style guides.

## When to Use

Automatically invoked by `/majestic:style-guide:new` command.

## Template

- [resources/style-guide-template.md](resources/style-guide-template.md) - Complete style guide output format

## Integration

The generated `STYLE_GUIDE.md` is automatically used by:
- `copy-editor` - Reviews content against rules
- `content-writer` - Follows voice and formatting
- `content-atomizer` - Maintains consistency across platforms

## Quality Standards

- **Project-specific**: Only include decisions, not generic explanations
- **Actionable**: Every rule should be verifiable
- **Concise**: Target 200-400 lines max
- **Maintainable**: Structure supports easy updates

