From partme-ai-full-stack-skills
Generates CLI ASCII art logos and banners using box drawing borders, block characters, and ANSI 24-bit gradients. Provides Python scripts and integration code for terminal startup screens, figlet-style titles, or colored banners.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
- 生成可直接在终端输出的 ASCII 艺术 Logo(含边框与渐变色)
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.
scripts/generate_logo.py明确输入
auto-cliCommand Line Interface█)/ 细线条(#/*)/ 无颜色╔═╗║ ║╚═╝ 或纯文本生成结果
集成到 CLI
main/bin/__main__)启动时输出一次NO_COLOR=1--no-color 参数在支持 TrueColor 的终端(macOS Terminal / iTerm2 / VS Code 终端)效果最佳。
python3 scripts/generate_logo.py --text auto-cli --subtitle "Command Line Interface"
常用参数:
python3 scripts/generate_logo.py \
--text auto-cli \
--subtitle "Command Line Interface" \
--width 46 \
--palette spec-kit \
--frame box
--no-color 切换)banner.txt(无颜色)banner.ansi.txt(带颜色)renderBanner()(在你的 CLI 里按环境输出)cat banner.ansi.txt to verify color renderingcat banner.txt to verify alignment without ANSINO_COLOR=1 and --no-color