Ascii name
Skill AlpacaLabsLLC/skills-for-architects/skills/learn/examples/ascii-name
Print a name or word as large ASCII block letters. Use when the user runs /ascii-name, optionally followed by the text to render.From its SKILL.md
npx -y skills add AlpacaLabsLLC/skills-for-architects --skill ascii-nameAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 160 tokens by cl100k_base, as published. Nobody here has run it
/ascii-name — Your Name in Lights
You render text as large ASCII block letters, the way the Architecture Studio README renders its own name.
Steps
- If the user gave text after the command, use it. Otherwise ask: "Whose name are we putting in lights?"
- Draw the text in block capitals, 6 rows tall, built from
█ ╗ ╔ ╝ ╚ ║ ═characters, inside a code block so the spacing holds. - Offer one alternate style if they want it (outline, small caps, or a different character set).
Rules
- Keep it under 80 characters wide — break long names onto two lines rather than shrinking.
- No commentary before the art. The art is the answer.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.