Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

terminal-docs终端文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

441

周安装

18

GitHub Stars

29

下载量

141
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mwguerra/claude-code-plugins --skill terminal-docs

简介

用于辅助文档、README 和内容稿件的整理与改写。

  • 可提炼结构、补齐章节或检查链接,提升文档质量。
  • 保留项目已有事实和命令,不将未确认信息写成确定结论。
  • 对外文案需注意语气,避免过度营销或夸大能力。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • terminal-docs 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Terminal Documentation Reference Skill

Overview

This skill provides access to comprehensive terminal and shell systems documentation. Use this skill to look up exact configurations, code patterns, and best practices for terminal-related development.

Documentation Location

All documentation is stored in: /home/mwguerra/projects/mwguerra/claude-code-plugins/terminal-specialist/skills/terminal-docs/references/

Directory Structure

references/
├── 01-fundamentals.md      # TTY/PTY concepts, terminal stack, device files
├── 02-streams.md           # stdin, stdout, stderr, buffering behavior
├── 03-exit-codes.md        # Exit status, POSIX codes, signal exits
├── 04-shells.md            # Shell types, startup files, options
├── 05-dimensions.md        # Terminal size, SIGWINCH, resize handling
├── 06-modes.md             # Canonical/raw mode, termios flags
├── 07-job-control.md       # Sessions, process groups, background jobs
├── 08-environment.md       # TERM, PATH, locale, prompt variables
├── 09-signals.md           # Signal handling, keyboard signals
├── 10-escape-sequences.md  # ANSI codes, colors, cursor control
├── 11-redirection.md       # Pipes, file descriptors, here docs
├── 12-windows.md           # Windows console, ConPTY, PowerShell
├── 13-cross-platform.md    # Portable patterns, platform differences
└── 14-advanced.md          # tmux, screen, recording, graphics

Usage

When to Use This Skill

  1. Before implementing terminal-related functionality
  2. When debugging I/O or stream issues
  3. To verify correct escape sequence syntax
  4. To understand terminal mode behavior
  5. For signal handling patterns
  6. For cross-platform compatibility guidance

Search Workflow

  1. Identify Topic: Determine what documentation is needed
  2. Navigate to File: Go to relevant documentation file
  3. Read Documentation: Extract exact patterns
  4. Apply Knowledge: Use in implementation

Common Lookups

TopicFile
Terminal architecture01-fundamentals.md
Stream buffering02-streams.md
Exit codes03-exit-codes.md
Shell configuration04-shells.md
Terminal size05-dimensions.md
Raw mode06-modes.md
Job control07-job-control.md
Environment variables08-environment.md
Signal handling09-signals.md
ANSI escape codes10-escape-sequences.md
Pipes and redirection11-redirection.md
Windows console12-windows.md
Cross-platform13-cross-platform.md
Multiplexers14-advanced.md

Documentation Reading Pattern

When reading documentation:

  1. Find the right file: Match topic to documentation file
  2. Read the overview: Understand the concept
  3. Extract code examples: Copy exact patterns
  4. Note platform specifics: Consider Unix/Windows differences
  5. Check best practices: Apply safety and portability tips

Example Usage

Looking up ANSI Color Codes

  1. Navigate to 10-escape-sequences.md
  2. Find Colors section
  3. Extract:

- 4-bit color codes (30-37, 40-47) - 256-color format - True color format - tput commands

Looking up Signal Handling

  1. Navigate to 09-signals.md
  2. Find relevant section (Bash, C, Python)
  3. Extract:

- Signal handler setup - Signal-safe patterns - Cleanup handlers

Looking up Cross-Platform Input

  1. Navigate to 13-cross-platform.md
  2. Find Key Input section
  3. Extract:

- Unix termios pattern - Windows msvcrt pattern - Platform detection code

Output

After reading documentation, provide:

  1. Exact code pattern from docs
  2. Platform considerations
  3. Best practices noted
  4. Safety/security notes
  5. Alternative approaches if applicable

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.56%
按下载量换算53

Claude

29.39%
按下载量换算41

Cursor

16.62%
按下载量换算23

Gemini CLI

9.23%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills