Some useful and fun prompts you can copy and paste straight into an agent session to try to play with.

ASCII Art Generator

Turn images into ASCII art that renders in the terminal.

curl -s https://dmeh.net/prompts/ascii-art.md | claude
paste into terminal:
CLI Wordle Clone

Build a terminal Wordle game with colored letter feedback, just like the real thing.

curl -s https://dmeh.net/prompts/cli-wordle.md | claude
paste into terminal:
Data Explorer

Analyze any dataset you can get your hands on - CSV files, Spotify history, Google Sheets, whatever.

curl -s https://dmeh.net/prompts/csv-analyzer.md | claude
paste into terminal:
Daily Briefing

Pull together a personalized morning briefing from the open internet.

curl -s https://dmeh.net/prompts/daily-briefing.md | claude
paste into terminal:
Dotfile Audit

Review your shell, editor, and tool configs and suggest improvements.

curl -s https://dmeh.net/prompts/dotfile-audit.md | claude
paste into terminal:
Terminal Dungeon Crawler

Generate and play a roguelike dungeon crawler directly in the terminal.

curl -s https://dmeh.net/prompts/dungeon-crawler.md | claude
paste into terminal:
Prediction Market Research Loop

Paste this entire document into a Claude Code session and follow the prompts.

curl -s https://dmeh.net/prompts/pm-trading.md | claude
paste into terminal:
Repo Speedrun

Clone any public repo and get a complete architectural breakdown in minutes.

curl -s https://dmeh.net/prompts/repo-speedrun.md | claude
paste into terminal:
Terminal Snake Game

Build a snake game that runs directly in the terminal using raw ANSI escape codes.

curl -s https://dmeh.net/prompts/terminal-snake.md | claude
paste into terminal:
Weekly Recap

Summarize all AI-assisted coding work from the past week across all tools on this machine.

curl -s https://dmeh.net/prompts/weekly-recap.md | claude
paste into terminal: