Save a playbook
save_skillSave a playbook to define your site's conventions—structure, tone, deployment—so future sessions load and follow the same rules automatically.
Instructions
Save a playbook so future sessions follow the same conventions — your site's structure, a client's tone of voice, a deployment routine, the fields a particular theme expects. Written to ~/.wpxmcp/skills and loaded by load_skill from then on. Saving a skill with a bundled skill's name overrides it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Lowercase hyphenated identifier, e.g. "acme-blog-conventions". | |
| title | Yes | Human-readable title. | |
| content | Yes | The playbook itself, in Markdown. Write it for an agent: concrete steps, exact tool names, and the mistakes to avoid. | |
| keywords | No | Terms that should trigger this skill, e.g. ["acme", "blog post", "tone"]. | |
| description | Yes | One line on when this skill applies — this is what load_skill matches against. |