Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计提醒

output-customization输出定制

Agent Skill

output-customization 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

214

周安装

9

GitHub Stars

61

下载量

75
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:output-customization(输出定制)
来源仓库:https://github.com/melodic-software/claude-code-plugins
仓库路径:skills/output-customization
安装命令:
npx skills add https://github.com/melodic-software/claude-code-plugins --skill output-customization
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/melodic-software/claude-code-plugins --skill output-customization

简介

output-customization 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或代码变更进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装。
  • 使用前需确认权限范围、维护状态及是否触发联网或文件操作。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

Output Styles Meta Skill

## 🚨 MANDATORY: Invoke docs-management First STOP - Before providing ANY response about output styles: 1. INVOKE docs-management skill 2. QUERY for the user's specific topic 3. BASE all responses EXCLUSIVELY on official documentation loaded Skipping this step results in outdated or incorrect information. ### Verification Checkpoint Before responding, verify: - Did I invoke docs-management skill? - Did official documentation load? - Is my response based EXCLUSIVELY on official docs? If ANY checkbox is unchecked, STOP and invoke docs-management first.

Overview

Central authority for Claude Code output styles. This skill uses 100% delegation to docs-management - it contains NO duplicated official documentation.

Architecture: Pure delegation with keyword registry. All official documentation is accessed via docs-management skill queries.

When to Use This Skill

Keywords: output styles, output style, concise style, verbose style, markdown style, code-sparse style, /output-style command, custom output styles, output style frontmatter, output style prompt, style switching, output behavior, response format, output formatting

Use this skill when:

  • Understanding available output styles
  • Selecting appropriate output style for a task
  • Creating custom output styles
  • Configuring output style frontmatter
  • Switching between output styles
  • Comparing output style behaviors
  • Customizing output format and verbosity

Keyword Registry for docs-management Queries

Use these keywords when querying docs-management skill for official documentation:

Output Style Fundamentals

TopicKeywords
Overview"output styles", "output style overview", "response formatting"
Built-in Styles"built-in output styles", "default styles"
Custom Styles"custom output styles", "creating output styles"

Built-in Styles

TopicKeywords
Default Style"default output style", "default style", "software engineering style"
Explanatory Style"explanatory style", "explanatory output", "educational insights", "codebase insights"
Learning Style"learning style", "learning output", "learn-by-doing", "TODO human markers", "collaborative coding"

Style Configuration

TopicKeywords
Frontmatter"output style frontmatter", "style YAML frontmatter"
Name Field"output style name", "style naming"
Description Field"output style description", "style description"
Keep Coding Instructions"keep-coding-instructions", "coding instructions", "software engineering prompts"
Style File Location"output style file location", "~/.claude/output-styles", ".claude/output-styles", "user level styles", "project level styles"

Style Management

TopicKeywords
Switching Styles"/output-style command", "switch output style", "change style"
Style Selection"select output style", "choose style", "style recommendations"
Style Comparison"compare output styles", "style differences", "style comparison"

Use Cases

TopicKeywords
Task-Based Selection"output style use cases", "when to use styles"
Coding Tasks"output style coding", "code-focused style"
Documentation Tasks"output style documentation", "writing-focused style"
Learning Tasks"output style learning", "educational style"

Comparisons to Related Features

TopicKeywords
vs CLAUDE.md"output styles vs CLAUDE.md", "system prompt vs user message", "output style CLAUDE.md difference"
vs append-system-prompt"output styles vs append-system-prompt", "system prompt modification", "--append-system-prompt"
vs Agents"output styles vs agents", "output style agent difference", "sub-agents vs output styles"
vs Skills"output styles vs skills", "stored prompts vs stored system prompts"

Custom Style Development

TopicKeywords
Creating Styles"create custom output style", "new output style"
Style Templates"output style template", "style starting point"
Style Location"output style file location", "where to save styles"
Style Testing"test output style", "validate style"

Quick Decision Tree

What do you want to do?

  1. Understand available styles -> Query docs-management: "built-in output styles", "output style overview"
  2. Use default coding assistant -> Query docs-management: "default output style", "software engineering style"
  3. Learn about the codebase -> Query docs-management: "explanatory style", "educational insights"
  4. Learn by doing (hands-on) -> Query docs-management: "learning style", "TODO human markers", "learn-by-doing"
  5. Switch output style -> Query docs-management: "/output-style command", "switch output style"
  6. Create custom style -> Query docs-management: "create custom output style", "output style frontmatter"
  7. Compare to related features -> Query docs-management: "output styles vs CLAUDE.md", "output styles vs agents"
  8. Where to save style files -> Query docs-management: "output style file location", "~/.claude/output-styles"

Topic Coverage

Built-in Output Styles

  • Default: Standard software engineering assistant behavior
  • Explanatory: Adds educational "Insights" between tasks to help understand implementation choices
  • Learning: Collaborative learn-by-doing mode with TODO(human) markers for user contributions

Output Style Frontmatter

  • name field (optional - defaults to filename)
  • description field (optional - for UI display in /output-style menu)
  • keep-coding-instructions field (optional - default false, whether to keep coding instructions in system prompt)

Style Configuration Options

  • Default style configuration
  • Per-session style switching
  • Style persistence across sessions

/output-style Command

  • List available styles
  • Switch to different style
  • View current style
  • Style selection syntax

Custom Style Creation

  • File location for custom styles
  • Frontmatter structure
  • Prompt crafting for custom behavior
  • Testing and validation

Style Selection Criteria

  • Task-based recommendations
  • Verbosity preferences
  • Output format needs
  • Code vs explanation balance

Style Comparisons

  • Output Styles vs CLAUDE.md vs --append-system-prompt (system prompt modification approaches)
  • Output Styles vs Agents (main loop vs specific tasks, different configuration options)
  • Output Styles vs Skills (stored system prompts vs stored prompts)
  • When to use each approach

Delegation Patterns

Standard Query Pattern

User asks: "What output styles are available?"

1. Invoke docs-management skill
2. Use keywords: "built-in output styles", "output style overview"
3. Load official documentation
4. Provide guidance based EXCLUSIVELY on official docs

Multi-Topic Query Pattern

User asks: "I want brief responses with less code"

1. Invoke docs-management skill with multiple queries:
   - "concise style", "brief responses"
   - "code-sparse style", "minimal code"
2. Synthesize guidance from official documentation

Troubleshooting Pattern

User reports: "My custom output style isn't working"

1. Invoke docs-management skill
2. Use keywords: "output style frontmatter", "create custom output style"
3. Check official docs for style configuration requirements
4. Guide user through proper style setup

Troubleshooting Quick Reference

IssueKeywords for docs-management
Style not changing"/output-style command", "switch output style"
Custom style not loading"output style frontmatter", "style file location"
Too verbose responses"concise style", "brief responses"
Not enough detail"verbose style", "detailed responses"
Want formatted output"markdown style", "formatted output"
Too much code in output"code-sparse style", "minimal code"
Style selection guidance"output style use cases", "style recommendations"

Repository-Specific Notes

This repository does not currently use custom output styles. Output style documentation is relevant for:

  • Understanding how output styles affect response behavior
  • Potential custom style creation for repository-specific workflows
  • Understanding style configuration for team preferences

When working with output style topics, always use the docs-management skill to access official documentation.

Auditing Output Styles

This skill provides the validation criteria used by the output-style-auditor agent for formal audits.

Audit Resources

ResourceLocationPurpose
Audit Frameworkreferences/audit-framework.mdQuery guides and scoring criteria

Scoring Categories

CategoryPointsKey Criteria
File Structure20Correct location,.md extension
YAML Frontmatter30Required fields present and valid
Content Quality30Clear instructions, proper structure
Compatibility20Works with style switching, no conflicts

Thresholds: 85+ = PASS, 70-84 = PASS WITH WARNINGS, <70 = FAIL

Related Agent

The output-style-auditor agent (Haiku model) performs formal audits using this skill:

  • Auto-loads this skill via skills: output-customization
  • Uses audit framework and docs-management for rules
  • Generates structured audit reports
  • Invoked by /audit-output-styles command

External Technology Validation

When auditing output styles that reference external technologies (scripts, packages, runtimes), the auditor MUST validate claims using MCP servers before flagging findings.

Technologies Requiring MCP Validation:

  • .NET/C# scripts: Validate with microsoft-learn + perplexity
  • Node.js/npm packages: Validate with context7 + perplexity
  • Python scripts/packages: Validate with context7 + perplexity
  • Shell scripts: Validate with perplexity
  • Any version-specific claims: ALWAYS validate with perplexity

Validation Rule:

Never flag a technology usage as incorrect without first:

  1. Querying appropriate MCP server(s) for current documentation
  2. Verifying with perplexity for recent changes (especially.NET 10+)
  3. Documenting MCP sources in the finding

Stale Data Warning:

  • microsoft-learn can return cached/outdated documentation
  • ALWAYS pair microsoft-learn with perplexity for version verification
  • Trust perplexity for version numbers and recently-released features

References

Official Documentation (via docs-management skill):

  • Primary: "output-styles" documentation
  • Related: "settings", "configuration", "terminal-config"

Repository-Specific:

  • Output style settings: .claude/settings.json (outputStyle setting)

Version History

  • v1.1.0 (2025-11-27): Content accuracy fixes

- Fixed built-in styles (Default, Explanatory, Learning - not concise/verbose/markdown/code-sparse) - Fixed frontmatter fields (keep-coding-instructions, not "prompt") - Added "Comparisons to Related Features" section (vs CLAUDE.md, vs Agents, vs Slash Commands) - Added file location keywords (~/.claude/output-styles,.claude/output-styles) - Updated decision tree with correct styles - Updated topic coverage with accurate descriptions

  • v1.0.0 (2025-11-26): Initial release

- Pure delegation architecture - Comprehensive keyword registry - Quick decision tree - Topic coverage for all output style features - Troubleshooting quick reference


Last Updated

Date: 2025-11-28 Model: claude-opus-4-5-20251101

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34%
按下载量换算26

Claude

29.58%
按下载量换算22

Cursor

18.72%
按下载量换算14

Gemini CLI

10.03%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills