sticky

A small Claude Code skill. Ask Claude in plain language — "drop a green sticky with my deploy steps" — and it puts a nicely formatted, colored note on your macOS screen. Headings, bold, color-coded warnings, real spacing. You never have to remember a command; Claude knows the skill is there and uses it.

macOS (uses Stickies) Claude Code skill self-contained v1

What it is

A Claude Code skill — a small folder Claude reads automatically. Once it's in your skills folder, Claude can create formatted sticky notes whenever you ask, in whatever language you ask. It's the difference between a loose script you have to remember and a capability Claude just has.

Formatting

Headings, bold lines, red highlights for warnings, bolded /commands, and real blank-line spacing — rendered as rich text in the note.

Colors

Yellow, blue, green, pink, purple, grey. Just say the color you want; Claude passes it through.

Install

  1. Download the zip above and unzip it — you get a sticky/ folder.
  2. Move it into your Claude skills folder:
    mv ~/Downloads/sticky ~/.claude/skills/
  3. Start a fresh Claude Code session (or run /clear) so it picks up the new skill.
  4. Grant Accessibility permission (important). The skill builds the formatted note, places it on the clipboard as rich text, and pastes it into a new Stickies note with a single paste keystroke. macOS gates that paste-into-another-app action until you allow it, so the first time you ask for a note macOS pops a dialog — click through to System Settings → Privacy & Security → Accessibility and turn on the toggle for whatever runs your Claude Code (Terminal, iTerm, or the Claude app). If nothing appears on screen, this is almost always why. One-time setup.
  5. Ask for a note — e.g. "make a pink sticky with my morning checklist."

Using it

You don't type commands. You just ask Claude. Examples:

Under the hood it's a tiny shell script that builds rich text, puts it on the clipboard, and pastes it into a new Stickies note — then sets the color. macOS only.