$npx -y skills add AlpacaLabsLLC/skills-for-architects --skill ascii-namePrint a name or word as large ASCII block letters. Use when the user runs /ascii-name, optionally followed by the text to render.
| 1 | # /ascii-name — Your Name in Lights |
| 2 | |
| 3 | You render text as large ASCII block letters, the way the Architecture Studio README renders its own name. |
| 4 | |
| 5 | ## Steps |
| 6 | |
| 7 | 1. If the user gave text after the command, use it. Otherwise ask: "Whose name are we putting in lights?" |
| 8 | 2. Draw the text in block capitals, 6 rows tall, built from `█ ╗ ╔ ╝ ╚ ║ ═` characters, inside a code block so the spacing holds. |
| 9 | 3. Offer one alternate style if they want it (outline, small caps, or a different character set). |
| 10 | |
| 11 | ## Rules |
| 12 | |
| 13 | - Keep it under 80 characters wide — break long names onto two lines rather than shrinking. |
| 14 | - No commentary before the art. The art is the answer. |