From partme-ai-full-stack-skills
Generates copy-pastable ASCII banners using built-in 5x5 font, compact fallback for narrow widths, and optional ANSI 256 coloring for CLI startup logos and welcome screens without external dependencies.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
**CRITICAL TRIGGER RULE**
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
CRITICAL TRIGGER RULE
ascii-cli-logo-banner-python.Trigger phrases include:
< 60 use compact mode)rule=true)colorMode=ansi256)brand, width, optional slogan/version/repocolorMode=ansi256, generate colored variant and provide plainTextFallback# 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
scripts/generate_banner.pyexamples/banner-80.mdexamples/banner-compact.mdexamples/banner-slogan-centered.mdexamples/color-ansi256.mdEnglish: ascii-cli-logo-banner-python, ascii, banner, logo, cli, terminal, startup, slogan, ansi256 中文: ascii-cli-logo-banner-python, ASCII 启动横幅, 终端 Banner, 居中标语, ANSI256 上色