Agent skill
output-style-selector
Automatically choose the best output style (tables, bullets, YAML, HTML, concise) to improve scanability and save tokens
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/output-style-selector
SKILL.md
Output Style Selector
Purpose
Select a response style that maximizes readability and minimizes back-and-forth.
Behavior
- Infer intent from prompt keywords and task type.
- Choose one of: table-based, bullet-points, yaml-structured, html-structured, genui, ultra-concise, markdown-focused.
- Emit a short “Style Block” (1–2 lines) describing the chosen style.
- Respect overrides:
[style: <name>]or[style: off].
Guardrails
- Only inject when helpful; avoid long style instructions.
- Keep the Style Block compact.
Integration
UserPromptSubmitand sub-agent prompts (documentation, reviewer, PM).
Example Style Block
Style: Table Based. Use a summary paragraph and then tables for comparisons and actions.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?