Three things now carry the word “skill” or sit next to it in a WordPress AI stack, and they are not interchangeable: Claude Skills (Anthropic's SKILL.md instruction folders), MCP tools (the typed functions an AI client calls on your site), and NibWP Pro Skills (licensed, server-side workflows that produce validated builder output). People buy the wrong one, or assume one replaces another, because the names overlap. This post separates them — what each is, what it can and cannot do, who writes it, where it runs, what it costs — and then answers the practical question: for the WordPress jobs you actually have, which do you need?

Short version, before the detail: MCP tools are the hands, Claude Skills are the know-how, Pro Skills are the specialist machines. Most agencies end up with all three, and they compose cleanly. The mistakes are expecting know-how to act, expecting hands to know the procedure, or buying a machine for a job that just needs hands.


MCP tools: the hands

The Model Context Protocol is the standard way an AI client connects to an external system. An MCP server exposes tools — functions with a name, a description and a JSON schema — and the model calls them. On WordPress, NibWP is the MCP server: install the plugin and the site exposes 132 typed tools across core WordPress and 35+ plugin integrations (WooCommerce, ACF, the builders, the SEO plugins, forms, LMS, multilingual), every write behind an approval gate and in an audit log. The ability reference lists all of them.

Claude Skills: the know-how

A Claude Skill is a folder with a SKILL.md: YAML frontmatter (name, description) and a body of procedural instructions, plus optional reference files and scripts. Claude loads the metadata always, the body when a request matches the description, and the files only when referenced — progressive disclosure. They live in ~/.claude/skills/ or a project's .claude/skills/ in Claude Code, as zip uploads on claude.ai, and through /v1/skills on the API; the surfaces do not sync. Full explainer: what Claude Skills are and how they work with WordPress.

NibWP Pro Skills: the specialist machines

A NibWP Pro Skill is a licensed workflow that runs inside the plugin on your server. Where an MCP tool does one typed operation, a Pro Skill packages a whole expert job with validation built in: EtchWP Pro, Bricks Pro, Elementor Pro, Kadence Pro, Breakdance Pro and Voxel Pro turn a screenshot, Figma frame, URL or HTML into native, validated builder output; ACSS Pro generates an Automatic.css token configuration from a design; Figma Pro reads frames with their auto-layout and Variables; the Tutor LMS Builder and Course Mini-site skills turn source material into a full course and its sales page. Install from NibWP › Pro Skills with a Pro or Bundle license, then invoke by prompt from any MCP client.

Side by side

The same six questions, answered for each:

Which one do you need? By job

How they compose in practice

A real run, end to end: you type “build the services page for Harbor Plumbing from this brief” in Claude Code. The Claude Skill wp-page-from-brief fires on the description and takes over the procedure: it confirms an outline with you, then calls NibWP's discover tool (MCP) to find the builder-info and token abilities, reads them (MCP), sees the Bricks Pro Skill is installed (MCP: skill-preflight), and routes the build through it (Pro Skill) with the approved outline and the token summary. NibWP validates the element tree on the server, mints the preflight token, shows you the plan, and — on your yes — writes the draft (MCP, logged). The Claude Skill then reads the page back (MCP) and reports. Three layers, one conversation, every write approved and logged.

Remove any one layer and something degrades. No Claude Skill: you steer every step by hand and the order drifts between sites. No Pro Skill: the page may arrive as flattened markup you clean up in the builder. No MCP: nothing happens at all.

Four things people get wrong

The bottom line

Connect the site (MCP — NibWP, five minutes via the WordPress plugin that lets Claude build sites). Write your procedures as Claude Skills — start with the ten every agency should install. Add the Pro Skills for the builders you sell, because design-to-build is where validation pays for itself. That is the whole stack, and each layer does the one thing the others cannot. Plans and the Bundle are on the pricing page.

FAQ

Are Claude Skills and NibWP Pro Skills the same thing?

No. Claude Skills are Anthropic's client-side SKILL.md instruction folders that anyone can write. NibWP Pro Skills are licensed, server-side workflows inside the plugin that produce validated builder or course output and work from any MCP client. A Claude Skill can route work through a Pro Skill; it cannot replace one.

Do I need Claude Skills if I already use NibWP?

Not for one-off tasks — MCP tools and a prompt are enough. For jobs you repeat across sites (audits, imports, page builds in your house style), a Claude Skill turns the careful prompt into a file you never re-type.

Do Pro Skills work with Cursor or ChatGPT, or only Claude?

Any MCP client. Pro Skills run on your server and expose their abilities over MCP; Claude Code, Claude desktop, Cursor, Windsurf, ChatGPT and the NibWP CLI can all invoke them. Claude Skills, by contrast, are specific to Claude surfaces.

Can a Claude Skill write to my WordPress site directly?

No. A skill instructs Claude; Claude calls NibWP's MCP tools; NibWP gates every write behind approval, scope and the audit log. The skill layer never bypasses that.

What does each cost?

MCP tools are part of NibWP (free tier covers core; Pro adds the integrations). Claude Skills are free — you write them. Pro Skills are licensed add-ons included with Pro plans and the Bundle; see the pricing page.

Which should I set up first?

MCP — connect the site. Then one Claude Skill for your most repeated job. Then the Pro Skill for the builder you deliver in. Each step is useful on its own; together they are the full stack.