NOTES · Kika

Prompt Library

An iPad next to the Mac, one clipboard between them, and 286 prompts for coding agents, ready before the run ends. Free, no account.

My iPad stopped being a screen. It is a tool on the desk now, like the mouse and the keyboard.

It started with the gaps. An agent run takes a few minutes, and I used to spend them badly: watching the terminal, or clicking around the same screen the agent was changing. Then the run finished and I needed the right next prompt, fast. Review what changed. Look for regressions. Keep the fix from growing into a refactor. Those prompts lived in old chats, scattered notes and my memory, and I rewrote them every time, a little worse each time.

So I wrote them down properly, one file each, and put them on the iPad.

The idea

The Mac is where the work happens. The iPad is where I pick the next move.

While the agent works, I browse the library on the iPad, find the prompt the next step needs, and tap copy. Apple's Universal Clipboard does the rest: it is already on the Mac's clipboard. When the run ends, I paste. No window switching, no searching through old conversations while the agent waits.

That changed how I think about the iPad. Not an extra monitor, not a remote into the Mac. A control center that sits next to it.

The iPad is not a second screen. It is the drawer where the next move waits.

The Prompt Library at iPad size: categories on the left, prompt cards with star and copy buttons
The library at iPad size. Categories on the left, one tap to copy on every card.

What it does

How it is made

Each prompt is a small Markdown file: a category, a few search words, a one-line summary, and the block to copy. A build script compiles them into one self-contained HTML file. No server, no account, no tracking. It lived on my iPad and a private page for three months; now it lives at akakika.com/prompts.

The prompts are strict on purpose. Most of them tell the agent what not to do: do not refactor, do not rename, do not assume the run succeeded, report before deleting anything. That is the part I kept retyping.

Where it is now

286 prompts: 153 from June, 133 more from July. Free and open, and still growing whenever I catch myself typing the same instruction twice.

If you work with coding agents and have an iPad on the desk, try it next to the Mac for a day. Copy on one, paste on the other.

Prompt Library

286 prompts for working with coding agents. Free, no account, and it installs to the Home Screen.