Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计通过

concise-output简洁的输出

Agent Skill

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

总安装

432

周安装

18

GitHub Stars

305

下载量

144
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ntcoding/claude-skillz --skill concise-output

简介

无情地消除不携带信息的词语。假设读者有能力。比起散文更喜欢结构。展示而不是解释。

  • 每周安装量
  • 18
  • 存储库
  • ntcoding/克劳德技能
  • GitHub 之星
  • 305
  • 第一次看到
  • 1 天前
  • 安全审计
  • Gen Agent Trust Hub 通行证
  • 套接字通行证
  • 斯尼克通行证

SKILL.md

Concise Output

Enforce extreme brevity and high signal-to-noise ratio in all outputs.

Core Principle

Signal over noise. Every word must justify its existence. If it doesn't add essential information, delete it.

Rules

Documentation & Artifacts

  1. Maximum density: Pack maximum information into minimum words
  2. No filler phrases: Cut "As we discussed", "It's important to note", "Additionally"
  3. Bullet lists over paragraphs: Use bullets unless prose is genuinely clearer
  4. Active voice, present tense: "Run tests" not "You should run the tests"

Conversational Output

  1. Get to the point: No preambles like "I'll help you with that"
  2. No meta-commentary: Don't announce what you're about to do
  3. Cut repetition: Don't restate what the user just said
  4. Assume competence: User doesn't need hand-holding

Anti-patterns

❌ Verbose:

It's important to note that before we begin the implementation,
we should take a moment to carefully consider the architectural
implications of our approach. Let me explain what I'm thinking...

✅ Concise:

Architectural concern: [specific issue]. Recommend [specific approach].

❌ Verbose:

## Installation Instructions

To install this package, you'll need to follow these steps carefully:

1. First, make sure you have Node.js installed on your system
2. Next, navigate to the project directory using your terminal
3. Then, run the following command to install dependencies:

✅ Concise:

## Install

npm install

❌ Verbose:

I notice that you've made some interesting changes to the authentication
system. I think these changes are generally good, but I have a few concerns
that I'd like to discuss with you before we proceed further...

✅ Concise:

Auth changes look solid. Three concerns: [1], [2], [3].

Context Awareness

When detail IS appropriate:

  • Error analysis requiring step-by-step reasoning
  • Debugging complex issues
  • Teaching fundamental concepts user hasn't seen
  • Explaining trade-offs between multiple valid approaches

When brevity is mandatory:

  • READMEs, documentation, guides
  • Commit messages, PR descriptions
  • Implementation plans
  • Status updates
  • Most conversational responses

Integration with Other Skills

Works well with:

  • tdd-process: Keep cycle documentation minimal
  • critical-peer-personality: Reinforces professional, no-fluff communication
  • Any system prompt: Universal applicability

Examples

README Section

❌ Verbose:

## Getting Started

Welcome to our project! We're excited that you're interested in using
this tool. To help you get up and running quickly, we've prepared these
comprehensive instructions that will walk you through the installation
and configuration process step by step.

### Prerequisites

Before you begin, please make sure you have the following installed:
- Node.js version 18 or higher
- npm or yarn package manager
...

✅ Concise:

## Quick Start

Requires Node.js 18+.

npm install
npm test
npm start

Commit Message

❌ Verbose:

I've added a new validation system that will help us ensure data
integrity across the application. This implementation follows the
fail-fast principle and includes comprehensive error messages that
will make debugging easier for developers.

✅ Concise:

Add fail-fast validation with explicit error messages

Prevents invalid data propagation at domain boundaries.

Implementation Plan

❌ Verbose:

Okay, so I've thought about this carefully and here's what I think
we should do. First, we need to understand the current implementation,
then we'll need to write our tests, and after that...

✅ Concise:

Plan:
1. Trace current auth flow (src/auth/handler.ts)
2. Write failing test for OAuth integration
3. Implement OAuth handler
4. Refactor duplication in token validation

Summary

Ruthlessly eliminate words that don't carry information. Assume reader competence. Prefer structure over prose. Show rather than explain.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.14%
按下载量换算52

Claude

30.47%
按下载量换算44

Cursor

19.99%
按下载量换算29

Gemini CLI

9.15%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/ntcoding/claude-skillz --skill concise-output 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills