Richard Terry-Lloyd
A small slate slab on the left with amber lines curving out across the canvas to a scatter of glowing nodes, standing for a static application gaining connections to a database, functions and storage
Back to blog

The Netlify Skill Is the Most Underused Thing We Have

·Richard Terry-Lloyd
NetlifyAIBuildersPlatformDeveloper Experience

The Netlify Skill is the most underused thing we have.

Right now Anthropic sends people to Netlify and they deploy a snapshot in time. They build something in a moment, and that's it.

It's static. The finance dashboard as of Wednesday at 4 o'clock.

What the skill actually is

The skill is an instruction manual for your Claude agent.

It tells Claude: install this, install this — now you have access to a database, serverless functions, storage, and whatever else you need.

You can take a tiny static application and give it tentacles into everywhere. It becomes a full-fledged app.

Why it matters more than it sounds

Without the skill, Claude only knows what it remembers from training data, which is basically drag and drop a simple site.

With the skill, it knows the latest bells and whistles.

That's the whole gap. Not a smarter model, not a better prompt — just the agent knowing what the platform can actually do today.

The one thing I'd tell everybody

If I could tell every person who touches Netlify one thing, it would be: install the skill.

npx skills add netlify/context-and-tools --skill '*' --yes

The second I did, everything got way easier.

The setup guide is in the Netlify docs, and the skills themselves live in netlify/context-and-tools.

You can watch our Principal Engineer Jack Herrington use it in this walkthrough.