# Ultrathink > Display colorful ANSI art of the word "ultrathink". Use when the user says "ultrathink" or invokes /ultrathink. Source: https://skillsagentes.com/skills/intellectronica/agent-skills/ultrathink Repository: https://github.com/intellectronica/agent-skills Author: intellectronica License: CC0-1.0 Updated: hace 6 meses Context cost: 28 tok installed, 217 tok once triggered, 217 tok with every bundled file Bundle: 1 file, 866 B Permissions requested: none declared ## Install ```bash npx -y skills add intellectronica/agent-skills --skill ultrathink --agent claude-code ``` ## What it does - Ejecuta un comando Bash que imprime arte ANSI colorido con la palabra 'ultrathink' - No añade ningún otro texto ni comentario junto al arte ## Use it when - El usuario escribe la palabra 'ultrathink' - El usuario invoca /ultrathink ## What triggers it - "ultrathink" - "/ultrathink" ## Files - SKILL.md — 866 B ## SKILL.md Reproduced verbatim from intellectronica/agent-skills under CC0-1.0. This section is the upstream document and is in English. # Ultrathink When this skill is invoked, run this Bash command to display colourful ANSI art: ```bash printf '\n \033[1;31m╦ ╦\033[1;33m╦ \033[1;32m╔╦╗\033[1;36m╦═╗\033[1;34m╔═╗\033[1;35m╔╦╗\033[1;31m╦ ╦\033[1;33m╦\033[1;32m╔╗╔\033[1;36m╦╔═\033[0m\n \033[1;31m║ ║\033[1;33m║ \033[1;32m║ \033[1;36m╠╦╝\033[1;34m╠═╣\033[1;35m ║ \033[1;31m╠═╣\033[1;33m║\033[1;32m║║║\033[1;36m╠╩╗\033[0m\n \033[1;31m╚═╝\033[1;33m╩═╝\033[1;32m ╩ \033[1;36m╩╚═\033[1;34m╩ ╩\033[1;35m ╩ \033[1;31m╩ ╩\033[1;33m╩\033[1;32m╝╚╝\033[1;36m╩ ╩\033[0m\n\n' ``` Do not add any other output or commentary. --- Skills Agentes — https://skillsagentes.com/skills/intellectronica/agent-skills/ultrathink