# Ultrathink

> Display colorful ANSI art of the word "ultrathink". Use when the user says "ultrathink" or invokes /ultrathink.

- Skill: `intellectronica/ultrathink` (Agent Skill)
- Install (CLI): `npx skillmds@latest add intellectronica/ultrathink`
- Raw SKILL.md: https://api.skillmd.com/api/skills/intellectronica/ultrathink/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: intellectronica (https://skillmd.com/u/intellectronica)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/intellectronica/ultrathink

---


# 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.


