Agent skill · AI & Agents

output-style-builder

Creates structured output formats (JSON/YAML/Markdown-KV/XML) and response style scope configurations via accuracy-token tradeoff analysis. Use when defining agent schemas, building CLAUDE.md output sections, configuring hierarchy overrides, or standardizing serialization patterns across agents/commands.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill output-style-builder --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/output-style-builder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# [H1][OUTPUT-STYLE-BUILDER] >**Dictum:** *Parsing clarity requires structured serialization.* <br> Build agent response formats. Configure scope-based style. [DELEGATE] Voice, formatting, constraint rules → `style-standards` skill. **Tasks:** 1. Read [index.md](./index.md) — Reference file listing for navigation 2. Select domain — FORMATS (structured data) or CONFIGURATION (response style scope) 3. (formats) Read [formats.md](./references/formats.md) — Selection metrics, embedding, validation scoring 4. (configuration) Read [configuration.md](./references/configuration.md) — Scope hierarchy, embedding patterns 5. (schema) Read [schema.md](./references/schema.md) — Delimiter syntax, canonical examples 6. (structure) Read [structure.md](./references/structure.md) — Ordering patterns, composition 7. (prose) Load `style-standards` skill — Voice, formatting, constraints 8. Execute per domain — Apply Guidance and Best-Practices 9. Validate — Quality gate; see §VALIDATION **Scope:** - *Formats:* Structured data serialization (JSON, YAML, Markdown-KV, XML) for agent output. - *Configuration:* Response style scope hierarchy (global → project → skill → command). **Domain Navigation:** - *[F

What's inside
Steps it walks through
  1. [1][FORMATS]
  2. [2][CONFIGURATION]
  3. [3][SCHEMA]
  4. [4][STRUCTURE]
  5. [5][TEMPLATES]
  6. [6][VALIDATION]
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the output-style-builder skill do?

Creates structured output formats (JSON/YAML/Markdown-KV/XML) and response style scope configurations via accuracy-token tradeoff analysis. Use when defining agent schemas, building CLAUDE.md output sections, configuring hierarchy overrides, or standardizing serialization patterns across agents/commands.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill output-style-builder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going