Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

output-formatter输出格式化程序

Agent Skill

output-formatter 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

19,948

周安装

509

GitHub Stars

公开资料未说明

下载量

5,558
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add eddiebe147/claude-settings --skill "output-formatter"

简介

发现并推荐适用于 Claude Code 生态系统的技能插件资源。

  • 适合在 Codex、Claude、Cursor 等宿主环境中快速增强自动化能力。
  • 通过 npx 命令一键安装社区贡献的各类实用技能模块。
  • 使用前请评估技能维护频率与安全审计情况,防范潜在风险。
  • 部分技能可能需要 API 密钥或其他认证配置,请参照 README 操作。

SKILL.md

name
Output Formatter
slug
output-formatter
description
Format AI outputs for different contexts and audiences
category
meta
complexity
simple
version
1.0.0
author
ID8Labs
triggers
tags

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

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

Claude Code

27.59%
按下载量换算1,533

OpenCode

22.25%
按下载量换算1,237

Gemini CLI

15.08%
按下载量换算838

Antigravity

12.77%
按下载量换算710

Cursor

7.7%
按下载量换算428

windsurf

3.15%
按下载量换算175

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills