一键导入
ascii-banner
Generate ASCII art text banners. Use when you want to make output stand out, create headers, or add visual flair to terminal output.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate ASCII art text banners. Use when you want to make output stand out, create headers, or add visual flair to terminal output.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ascii-banner |
| description | Generate ASCII art text banners. Use when you want to make output stand out, create headers, or add visual flair to terminal output. |
| license | Unlicense |
| metadata | {"author":"jbpayton","version":"0.1"} |
Generate eye-catching ASCII art text banners.
python scripts/banner.py "Hello World"
python scripts/banner.py "SUCCESS" --style block
python scripts/banner.py "ERROR" --style shadow
Input:
python scripts/banner.py "Hi"
Output:
_ _ _
| | | | (_)
| |_| | _
| _ | | |
|_| |_| |_|
Input:
python scripts/banner.py "OK" --style block
Output:
████ █ █
â–ˆ â–ˆ â–ˆ â–ˆ
█ █ ███
â–ˆ â–ˆ â–ˆ â–ˆ
████ █ █
| Flag | Effect |
|---|---|
--style | Banner style: standard (default), block, shadow |
--width | Max width before wrapping (default: 80) |
Zero-dependency scaffold for building autonomous agents: OpenAI-compatible LLM client, dynamic skill loading, Python code execution in an isolated workspace, and two-tier persistent memory. Use when you need to bootstrap a new agent or want a reusable agent template that works with any /v1 endpoint.
Documentation templates for software projects. Use when writing READMEs, PR descriptions, changelogs, API docs, or code comments. Provides copy-paste templates for common documentation needs.
Summarize a GitHub repository. Use when you need a quick overview of what a repo does, its structure, and key technologies. Returns a concise summary with purpose, tech stack, and structure.