Agent skills

What is an agent skill?

An agent skill is a small Markdown file — a SKILL.md — that teaches an AI agent one specific, repeatable procedure, so a short plain-English request triggers a whole multi-step workflow. Each skill names the exact steps and the exact tools to call, in order. The skills here package the WordPress maintenance and security routines you would otherwise run by hand, every one built on Cowboy MCP's real tools.

A skill is not code and not a plugin. It is a plain text file with a name, a description, and a set of instructions. When you ask for something that matches its description, your agentic AI client loads the file and follows the procedure — calling the tools the steps name rather than improvising. That makes the workflow repeatable and auditable: the same request produces the same careful sequence every time.

How do I install a skill?

Installing a skill is copying one file into a folder. Download the skill's SKILL.md, create a folder named for the skill inside your agent's skills directory, and drop the file in. There is nothing to build and no dependency to install, and where the folder lives decides how widely the skill is available across your projects and sessions.

Keep the folder name matching the name field in the file's frontmatter, then start a new session and ask for the workflow in plain English — the agent matches the skill by its description. Each skill page below has its own download link and shows the full file inline.

Which skills are available?

Six skills are ready to install today, covering the routine WordPress work an agent handles well: site upkeep and updates, safe pre-update backups, security triage, store auditing, content refresh, and SEO cleanup. Each is documented on its own page with the tools it uses, example prompts, and the full SKILL.md to download.

Cowboy MCP is a free, open-source WordPress MCP server; these skills drive its tools. New to the guardrails behind them? See is it safe to let an AI agent manage your site and the glossary.