The daily drop

One thing worth installing, every day

Every day we feature one skill or MCP and show what it actually does. This is the running list, so you can grab whichever one you saw and get back to work.

One email per skill, plain text, with the link. Unsubscribe any time.

What is a skill?

A folder of instructions you hand your AI. It teaches the model how to do one job properly, so you stop re-explaining it every single time.

What is an MCP?

A plug. It connects your AI to a real tool: your browser, your database, your design files. Now it can go do the thing instead of just describing it.

Short version: a skill teaches, an MCP connects. Most days we post one of each.

The list

Day 2MCP

Context7

by Upstash

Pulls current, version-correct docs for whatever library you are using straight into the model.

Models are confident about library APIs that changed six months ago. Context7 fetches the real docs for the version you actually have installed, so you stop debugging code written against a function that no longer exists.

Paste this

claude mcp add context7 -- npx -y @upstash/context7-mcp
GitHub repo
Day 1MCP

Chrome DevTools MCP

by Chrome DevTools team

Lets your coding agent open Chrome, watch the console and network tab, and profile the page it just built.

Your agent writes a fix, then checks its own work in a live browser. It sees the actual console error, the actual slow request, the actual layout. We started the series here because it is the fastest jump from "the AI guessed" to "the AI checked."

Paste this

claude mcp add chrome-devtools -- npx -y chrome-devtools-mcp@latest
GitHub repo

Want your team using these properly?

Installing a skill takes a minute. Getting a whole team to actually work this way takes a bit more. That part is what we do.

Talk to us