From partme-ai-full-stack-skills
Adds ANSI colors (gradients, rainbows, highlights) to ASCII/plain-text output for terminals and CLI, preserving alignment by skipping spaces and providing no-color fallback.
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-ansi-colorizer.Trigger phrases include:
ascii-cli-logo-banner if needed).coloredText + plainTextFallback.colorDepth (default: ansi256).coloredText and plainTextFallback.NO_COLOR / --no-color.Outputs should be structured as three distinct text blocks:
coloredText:
\033[38;5;33mH\033[38;5;34me\033[38;5;35ml\033[38;5;36ml\033[38;5;37mo\033[0m
plainTextFallback:
Hello
compatNotes:
- Respect NO_COLOR env var: if set, output plainTextFallback only
- Support --no-color flag for CLI tools
- Pipe/redirect: detect non-TTY and fall back to plain text
colorDepth (default ansi256) and palettecoloredText and plainTextFallbackcoloredText and compare with plainTextFallback — they must matchscripts/colorize.py: apply ANSI 256 gradient or rainbow to stdinexamples/gradient.mdplainTextFallback).English: ascii-ansi-colorizer, ansi, color, gradient, rainbow, terminal, no-color, plain text, ascii 中文: ascii-ansi-colorizer, ANSI, 上色, 渐变, 彩虹, 终端, 无色回退, 纯文本, ASCII