Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

output-formatter输出格式化程序

Agent Skill

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

总安装

13,610

周安装

413

GitHub Stars

3

下载量

5,685
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jmsktm/claude-settings --skill 'Output Formatter'

简介

output-formatter 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于项目进度跟踪、代码审查支持和团队协作管理。
  • 可将原始 Git 数据转换为结构化报告或摘要格式。
  • 安装命令:npx skills add https://github.com/jmsktm/claude-settings --skill 'Output Formatter'。
  • 需确认是否具备读取私有仓库或敏感 Issue 内容的权限。

SKILL.md

Output Formatter

The Output Formatter skill transforms AI-generated content into the right format for your specific context. Whether you need markdown for documentation, JSON for APIs, tables for analysis, or prose for presentations, this skill ensures outputs are structured appropriately and consistently.

This skill understands format requirements across different platforms (GitHub, Notion, Slack, email), use cases (technical docs, user guides, reports, code comments), and audiences (developers, stakeholders, end users). It helps you avoid manual reformatting and ensures professional, consistent presentation.

Use this skill whenever AI output needs to be transformed for a specific platform, integrated into existing documentation, or presented to a particular audience.

Core Workflows

Workflow 1: Convert Between Formats

  1. Identify source format:

- Current structure - Content type - Data hierarchy

  1. Understand target format requirements:

- Platform constraints - Syntax rules - Conventions

  1. Map content structure:

- Headers → equivalent elements - Lists → appropriate format - Code blocks → proper syntax - Links → platform-specific

  1. Transform content:

- Preserve semantic meaning - Adapt to target syntax - Maintain readability

  1. Validate output:

- Syntax correctness - Completeness - Visual consistency

  1. Provide formatted result

Workflow 2: Format for Specific Platform

  1. Identify target platform:

- GitHub (markdown) - Notion (blocks) - Slack (mrkdwn) - Email (HTML/plain text) - Confluence (wiki) - Jira (markup)

  1. Apply platform-specific conventions:

- Syntax variations - Supported features - Best practices - Limitations

  1. Optimize for platform:

- Use platform-native features - Respect character limits - Add appropriate formatting

  1. Test rendering (if possible)
  2. Provide ready-to-paste output

Workflow 3: Structure Data for Presentation

  1. Analyze data content:

- Type of information - Relationships - Importance hierarchy

  1. Choose optimal structure:

- Table for comparisons - List for sequences - Tree for hierarchies - Graph for relationships

  1. Format accordingly:

- Clear headers - Consistent alignment - Appropriate nesting - Visual hierarchy

  1. Add context:

- Title/caption - Column descriptions - Units/scales - Footnotes if needed

  1. Validate readability

Workflow 4: Adapt for Audience

  1. Identify target audience:

- Technical expertise level - Domain knowledge - Role/responsibility - Context/goals

  1. Adjust content appropriately:

- Technical depth - Jargon usage - Detail level - Examples chosen

  1. Restructure for clarity:

- Executive summary for leadership - Details for implementers - Context for newcomers

  1. Format to match expectations:

- Business: Charts and summaries - Technical: Code and diagrams - User-facing: Simple and clear

  1. Review for appropriateness

Quick Reference

ActionCommand/Trigger
Convert to markdown"Format as markdown"
Convert to JSON"Format as JSON"
Convert to table"Format as table"
Format for GitHub"Format for GitHub"
Format for Notion"Format for Notion"
Format for Slack"Format for Slack"
Make it technical"Format for developers"
Make it non-technical"Format for stakeholders"
Create summary"Format as executive summary"

Best Practices

  • Preserve Meaning: Don't lose information during transformation

- Keep all substantive content - Maintain logical structure - Preserve relationships and context

  • Follow Conventions: Use format-specific best practices

- Markdown: ATX headers, fenced code blocks - JSON: Proper escaping, consistent indentation - Tables: Aligned columns, clear headers

  • Optimize Readability: Format for human consumption

- Use whitespace effectively - Break up long sections - Add visual hierarchy - Include context clues

  • Validate Output: Ensure format correctness

- Test with parsers when possible - Check rendering preview - Verify syntax highlighting

  • Be Consistent: Maintain uniform style

- Same header levels for same importance - Consistent list formatting - Uniform code block languages - Standardized terminology

  • Consider Context: Format appropriately for use case

- Documentation: Clear, detailed, structured - Communication: Concise, scannable, actionable - Code: Properly commented, syntax-highlighted - Reports: Data-rich, visual, summarized

Format Templates

Markdown Documentation

# Main Title

## Overview
Brief introduction to the topic.

## Key Concepts
- **Concept 1**: Description
- **Concept 2**: Description

## Usage
\`\`\`language
code example
\`\`\`

## Reference
| Parameter | Type | Description |
|-----------|------|-------------|
| param1 | string | What it does |

JSON API Response

{
  "status": "success",
  "data": {
    "items": [],
    "pagination": {
      "page": 1,
      "totalPages": 10,
      "totalItems": 100
    }
  },
  "metadata": {
    "timestamp": "2026-01-06T00:00:00Z",
    "version": "1.0"
  }
}

Comparison Table

| Feature | Option A | Option B | Option C |
|---------|----------|----------|----------|
| Speed | Fast | Medium | Slow |
| Cost | High | Medium | Low |
| Ease | Easy | Medium | Complex |
| **Recommend** | ✓ | | |

Executive Summary

## Executive Summary

**Objective**: [One-line goal]

**Status**: [Current state]

**Key Results**:
- Result 1
- Result 2
- Result 3

**Next Steps**:
1. Action item 1
2. Action item 2

**Blockers**: [Issues requiring escalation]

Technical Specification

## [Component Name]

**Purpose**: [What it does]

**Dependencies**: [What it requires]

**Interface**:
\`\`\`typescript
interface ComponentProps {
  prop1: string;
  prop2?: number;
}
\`\`\`

**Behavior**:
1. Step-by-step description

**Error Handling**:
- Error type: Response

**Examples**:
\`\`\`typescript
// Usage example
\`\`\`

Slack Message

*Project Update* :rocket:

*Status*: On track
*Completed*:
• Feature A deployed
• Bug fixes merged

*Next*:
• Feature B review
• Performance testing

*Blockers*: None

<link|Full details>

Format Conversion Guide

From Prose to List

Before: "The system supports authentication through OAuth, API keys, and session tokens. It also provides role-based access control."

After:

## Authentication Methods
- OAuth 2.0
- API Keys
- Session Tokens

## Authorization
- Role-based Access Control (RBAC)

From List to Table

Before:

- JavaScript: 45%
- TypeScript: 30%
- CSS: 15%
- HTML: 10%

After:

| Language | Percentage |
|----------|------------|
| JavaScript | 45% |
| TypeScript | 30% |
| CSS | 15% |
| HTML | 10% |

From Code to Documentation

Before:

function processData(input: string[], options?: ProcessOptions): Result

After:

### processData

Processes input data according to specified options.

**Parameters**:
- `input` (string[]): Array of strings to process
- `options` (ProcessOptions, optional): Configuration object

**Returns**: `Result` - Processed data result

**Example**:
\`\`\`typescript
const result = processData(['a', 'b', 'c'], { sort: true });
\`\`\`

Platform-Specific Formatting

GitHub Markdown

  • Use diff syntax for code changes
  • Use [!NOTE] for callouts
  • Use <details> for collapsible sections
  • Use emoji sparingly (:rocket:)
  • Link to issues/PRs with #123

Notion

  • Use toggle blocks for long content
  • Use callout blocks for important info
  • Use database views for structured data
  • Use two-column layouts for comparisons

Slack

  • Use *bold* and _italic_
  • Use > for quotes
  • Use ``` for code blocks
  • Keep messages scannable
  • Use threads for details
  • Add emoji for visual cues

Email

  • Use plain text or simple HTML
  • Keep paragraphs short
  • Use clear subject lines
  • Include summary at top
  • Make CTAs obvious

Audience Adaptation

For Executives

  • Lead with impact and outcomes
  • Use business metrics
  • Minimize technical jargon
  • Include visuals (charts, graphs)
  • Provide clear recommendations
  • Keep it concise

For Developers

  • Include technical details
  • Show code examples
  • Link to relevant documentation
  • Explain architecture decisions
  • Provide reproduction steps
  • Be precise with terminology

For End Users

  • Use simple language
  • Include screenshots/visuals
  • Provide step-by-step instructions
  • Explain "why" not just "how"
  • Anticipate questions
  • Offer support resources

For Stakeholders

  • Focus on progress and timeline
  • Highlight risks and mitigations
  • Connect to business goals
  • Use metrics and data
  • Provide options and recommendations
  • Be honest about challenges

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.36%
按下载量换算2,181

Claude

29.14%
按下载量换算1,657

Cursor

19.66%
按下载量换算1,118

Gemini CLI

10.07%
按下载量换算572

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills