Some useful and fun prompts you can copy and paste straight into an agent session to try to play with.
Turn images into ASCII art that renders in the terminal.
curl -s https://dmeh.net/prompts/ascii-art.md | claude
Build a terminal Wordle game with colored letter feedback, just like the real thing.
curl -s https://dmeh.net/prompts/cli-wordle.md | claude
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
Pull together a personalized morning briefing from the open internet.
curl -s https://dmeh.net/prompts/daily-briefing.md | claude
Review your shell, editor, and tool configs and suggest improvements.
curl -s https://dmeh.net/prompts/dotfile-audit.md | claude
Generate and play a roguelike dungeon crawler directly in the terminal.
curl -s https://dmeh.net/prompts/dungeon-crawler.md | claude
Paste this entire document into a Claude Code session and follow the prompts.
curl -s https://dmeh.net/prompts/pm-trading.md | claude
Clone any public repo and get a complete architectural breakdown in minutes.
curl -s https://dmeh.net/prompts/repo-speedrun.md | claude
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
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