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

ascii-cli-logo-banner-pythonascii CLI logo banner Python 测试

Agent Skill

用于辅助 Python 项目开发、测试、依赖管理和常见框架工作流。它适合让 Agent 阅读 Python 代码、定位测试问题、整理运行命令、生成脚本或分析数据处理逻辑。使用时需要确认项目虚拟环境、依赖版本和测试入口;涉及执行脚本、读写文件、访问数据库或调用外部 API 时,应先明确运行目录和输入输出范围,避免误改生产数据。

总安装

563

周安装

23

GitHub Stars

343

下载量

182
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ascii-cli-logo-banner-python(ascii CLI logo banner Python 测试)
来源仓库:https://github.com/partme-ai/full-stack-skills
仓库路径:skills/ascii-cli-logo-banner-python
安装命令:
npx skills add https://github.com/partme-ai/full-stack-skills --skill ascii-cli-logo-banner-python
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/partme-ai/full-stack-skills --skill ascii-cli-logo-banner-python

简介

ascii-cli-logo-banner-python 基于 Python 实现 ASCII Logo 生成,输出居中 slogan 与彩色文本。

  • 仅在被用户显式提及时才触发,适用于 CLI 启动欢迎界面设计。
  • 输出格式为 copy-pastable 文本,ANSI 着色仅作用于可见字符。
  • 默认宽度安全,避免尾部空格破坏粘贴效果。
  • 可与 figlet 或其他字体引擎组合使用,满足不同品牌视觉需求。

SKILL.md

When to use this skill

CRITICAL TRIGGER RULE

  • Use this skill ONLY when the user explicitly mentions the exact skill name: ascii-cli-logo-banner-python.

Trigger phrases include:

  • "ascii-cli-logo-banner-python"
  • "use ascii-cli-logo-banner-python"
  • "用 ascii-cli-logo-banner-python 生成启动 Banner"
  • "使用 ascii-cli-logo-banner-python 输出 ASCII Logo + slogan(居中)"

Boundary

  • Output copy-pastable text and layout rules only. Do not modify project code.
  • Default output is width-safe and copy/paste safe (no trailing spaces).
  • ANSI coloring is optional and MUST be applied to visible characters only (spaces are not colorized).
  • This skill uses a built-in 5x5 font. It is not a full FIGlet engine.

How to use this skill

Inputs (recommended)

  • brand (required)
  • width (default 80; if < 60 use compact mode)
  • slogan (optional; centered line under the logo)
  • hint (optional; centered line under the slogan)
  • glyph (ascii | block, default ascii)
  • center (default true)
  • rule (default true; set false for hero output)
  • version/repo/docs/author (optional; only used when rule=true)
  • colorMode (none | ansi256, default none; logo only)
  • colorStart/colorEnd (0-255, defaults 33/129; only when colorMode=ansi256)

Outputs (required)

  • bannerPlain: banner text (ASCII-only when colorMode=none)
  • compactPlain: compact banner when width < 60
  • plainTextFallback: if colorMode is enabled, also provide a no-color fallback (same layout)

Workflow

  1. Define inputs: brand, width, optional slogan/version/repo
  2. Run the generation script
  3. Verify output against quality checklist (width, alignment, no trailing spaces)
  4. If colorMode=ansi256, generate colored variant and provide plainTextFallback

Script Usage

# Basic banner
python3 scripts/generate_banner.py --brand "MyApp" --width 80

# Banner with slogan and version
python3 scripts/generate_banner.py --brand "MyApp" --width 80 \
  --slogan "Build faster" --version "1.0.0" --repo "https://github.com/org/myapp"

# Compact mode (width < 60)
python3 scripts/generate_banner.py --brand "MyApp" --width 50

# With ANSI 256 color gradient
python3 scripts/generate_banner.py --brand "MyApp" --width 80 \
  --colorMode ansi256 --colorStart 33 --colorEnd 129

Script

  • scripts/generate_banner.py

Examples

  • examples/banner-80.md
  • examples/banner-compact.md
  • examples/banner-slogan-centered.md
  • examples/color-ansi256.md

Quality checklist

  1. 80-column output does not wrap; no trailing spaces
  2. Width < 60 uses compact mode
  3. Color mode does not break alignment (spaces are not colorized)
  4. Never prints secrets (tokens, internal URLs, personal data)

Keywords

English: ascii-cli-logo-banner-python, ascii, banner, logo, cli, terminal, startup, slogan, ansi256 中文: ascii-cli-logo-banner-python, ASCII 启动横幅, 终端 Banner, 居中标语, ANSI256 上色

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.22%
按下载量换算68

Claude

29.9%
按下载量换算54

Cursor

17.91%
按下载量换算33

Gemini CLI

9.66%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/partme-ai/full-stack-skills --skill ascii-cli-logo-banner-python 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills