Agent skill
ascii-art
Generate creative ASCII art for text banners, logos, and decorative elements using various character patterns and styles.
Install this agent skill to your Project
npx add-skill https://github.com/weakincentives/weakincentives/tree/main/demo-skills/ascii-art
SKILL.md
ASCII Art Skill
Generate creative ASCII art for text, logos, and decorative elements.
Capabilities
- Convert text to large ASCII art banners
- Create decorative borders and dividers
- Generate simple ASCII diagrams and illustrations
Text Banner Styles
Use these character patterns for text banners:
Block Style
█████╗ ██████╗ ██████╗
██╔══██╗██╔══██╗██╔════╝
███████║██████╔╝██║
██╔══██║██╔══██╗██║
██║ ██║██████╔╝╚██████╗
╚═╝ ╚═╝╚═════╝ ╚═════╝
Simple Style
___ ____ ___
/ _ \| __ ) / __|
| |_| | _ \| (__
\___/|____/ \___|
Shadow Style
░█████╗░██████╗░░█████╗░
██╔══██╗██╔══██╗██╔══██╗
███████║██████╦╝██║░░╚═╝
██╔══██║██╔══██╗██║░░██╗
██║░░██║██████╦╝╚█████╔╝
╚═╝░░╚═╝╚═════╝░░╚════╝░
Decorative Elements
Borders
╔══════════════════════════════════════╗
║ ║
╚══════════════════════════════════════╝
┌──────────────────────────────────────┐
│ │
└──────────────────────────────────────┘
Dividers
════════════════════════════════════════
────────────────────────────────────────
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
Usage Guidelines
- Keep ASCII art readable in monospace fonts
- Consider terminal width (typically 80-120 characters)
- Use consistent character sets within a piece
- Add whitespace for visual clarity
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
code-review
Perform thorough code reviews checking for security vulnerabilities, error handling, test coverage, performance issues, and proper logging.
python-style
Apply Python best practices when reviewing or writing code, including PEP 8, type annotations, docstrings, and common anti-patterns to avoid.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
Didn't find tool you were looking for?