Agent skill

napkin

Visual whiteboard collaboration for Copilot CLI. Creates an interactive whiteboard that opens in your browser — draw, sketch, add sticky notes, then share everything back with Copilot. Copilot sees your drawings and text, and responds with analysis, suggestions, and ideas.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill napkin --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 7
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/napkin/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Napkin — Visual Whiteboard for Copilot CLI Napkin gives users a browser-based whiteboard where they can draw, sketch, and add sticky notes to think through ideas visually. The agent reads back the whiteboard contents (via a PNG snapshot and optional JSON data) and responds conversationally with analysis, suggestions, and next steps. The target audience is lawyers, PMs, and business stakeholders — not software developers. Keep everything approachable and jargon-free. --- ## Activation When the user invokes this skill — saying things like "let's napkin," "open a napkin," "start a whiteboard," or using the slash command — do the following: 1. **Copy the bundled HTML template** from the skill assets to the user's Desktop. - The template lives at `assets/napkin.html` relative to this SKILL.md file. - Copy it to `~/Desktop/napkin.html`. - If `~/Desktop/napkin.html` already exists, ask the user whether they want to open the existing one or start fresh before overwriting. 2. **Open it in the default browser:** - macOS: `open ~/Desktop/napkin.html` - Linux: `xdg-open ~/Desktop/napkin.html` - Windows: `start ~/Desktop/napkin.html` 3. **Tell the user what to do next.** Say something warm an

What's inside
Steps it walks through
  1. Activation
  2. Reading the Napkin
  3. Step 1 — Read the PNG snapshot (primary)
  4. Step 2 — Read the clipboard for structured JSON (supplementary)
  5. Step 3 — Interpret both sources together
  6. Step 4 — Respond conversationally
  7. Step 5 — Ask what's next
  8. Responding on the Napkin
  9. Tone and Style
  10. Error Handling
  11. Important Notes
Ships with 6 files
  • assets/napkin.html
  • assets/step1-activate.svg
  • assets/step2-whiteboard.svg
  • assets/step3-draw.svg
  • assets/step4-share.svg
  • assets/step5-response.svg
More from awesome-copilot
All skills →
About this skill
What does the napkin skill do?

Visual whiteboard collaboration for Copilot CLI. Creates an interactive whiteboard that opens in your browser — draw, sketch, add sticky notes, then share everything back with Copilot. Copilot sees your drawings and text, and responds with analysis, suggestions, and ideas.

How do I install it?

Run `npx skills add github/awesome-copilot --skill napkin --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going