skills/ascii-skills/ascii-cli-logo-banner/SKILL.md
Entry point for ASCII CLI banners that routes to the Python built-in font skill or figlet.js/FIGfont skill. Use when the user wants a startup banner, ASCII logo, terminal welcome screen, or CLI branding for a service.
npx skillsauth add teachingai/agent-skills ascii-cli-logo-bannerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CRITICAL TRIGGER RULE
ascii-cli-logo-banner.Use this skill when the user says they want:
Trigger phrases include:
ascii-cli-logo-banner-python.ascii-cli-logo-banner-figletjs.width < 60 (single-line title + rule + 1-2 info lines)width=80width < 60, output compactPlain and skip the big-letter logo<= widthwidth characters (- or =)Run: <command> or Docs: <url>plainTextFallback| Need | Skill to use | Why |
|------|-------------|-----|
| Simple built-in font, no npm/node deps | ascii-cli-logo-banner-python | Uses a built-in 5x5 font, Python only |
| TAAG/FIGlet fonts, layout smushing | ascii-cli-logo-banner-figletjs | Full FIGfont spec via figlet.js |
Example: For a quick startup banner with brandName="MyApp" and no external font engine needed, route to ascii-cli-logo-banner-python. For a FIGlet "Standard" or "Big" font banner with horizontal smushing, route to ascii-cli-logo-banner-figletjs.
ascii-cli-logo-banner-python for the Python implementation.ascii-cli-logo-banner-figletjs for the figlet.js/FIGfont implementation.ascii-cli-logo-banner-python/examples/*ascii-cli-logo-banner-figletjs/examples/*English: ascii, banner, logo, cli, terminal, startup, welcome, plain text, ansi, no-color 中文: ASCII, 启动横幅, 终端 Banner, CLI Logo, 欢迎页, 纯文本, ANSI 上色, 无色回退
development
Guidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configuration, routing, data fetching, or API reference details.
tools
Provides comprehensive guidance for Flask framework including routing, templates, forms, database integration, extensions, and deployment. Use when the user asks about Flask, needs to create web applications, implement routes, or build Python web services.
development
Provides comprehensive guidance for FastAPI framework including routing, request validation, dependency injection, async operations, OpenAPI documentation, and database integration. Use when the user asks about FastAPI, needs to create REST APIs, or build high-performance Python web services.
development
Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework, and deployment. Use when the user asks about Django, needs to create web applications, implement models and views, or build Django REST APIs.