# Agent Skills Wordpress

> Agent skills for WordPress — works in Claude Code, Codex, Antigravity, Cursor, and any agent supporting Skills + MCP. Audit, optimize, fix, and migrate WordPress sites.

- **Type:** MCP server
- **Install:** `agentstack add mcp-respira-press-agent-skills-wordpress`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [respira-press](https://agentstack.voostack.com/s/respira-press)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [respira-press](https://github.com/respira-press)
- **Source:** https://github.com/respira-press/agent-skills-wordpress
- **Website:** https://respira.press/skills

## Install

```sh
agentstack add mcp-respira-press-agent-skills-wordpress
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Agent Skills for WordPress

The community hub for WordPress AI workflows.

Skills that run inside Claude Code, Codex, Antigravity, Cursor, and any AI agent that supports Skills + MCP to analyze, audit, optimize, and fix WordPress sites.  
Built by the community. Curated by Respira. Open source.

**Live Directory:** https://www.respira.press/skills

---

## What Are Skills?

Skills teach AI agents how to work with WordPress in ways that respect your site's architecture and your need for control.

**Plain AI agent:** Generic guidance based on best practices  
**Respira-powered skills:** Deep site access via 103+ MCP tools

---

## Available Skills

### Onboarding

**[Site Onboarding](skills/site-onboarding)**  
First-run primer: verifies MCP connection, discovers site architecture, maps all capabilities, recommends marketplace skills.  
*By Respira for WordPress*

### Audit Skills

**[WordPress Site DNA](skills/wordpress-site-dna)**  
Comprehensive site archaeology: builders, plugins, content structure, technical debt.  
*By Respira for WordPress*

**[Technical Debt Audit](skills/technical-debt-audit)**  
Finds orphaned shortcodes, unused plugins, database bloat, inactive builder data.  
*By Respira for WordPress*

**[WooCommerce Health Check](skills/woocommerce-health-check)**  
Store diagnostics: checkout issues, cart problems, payment gateway configuration.  
*By Respira for WordPress* · Requires WooCommerce add-on

**[Mobile Experience Report](skills/mobile-experience-report)**  
Mobile layout analysis: responsive breakpoints, touch targets, navigation issues.  
*By Respira for WordPress*

### Performance Skills

**[SEO & AEO Amplifier](skills/seo-aeo-amplifier)**  
On-page SEO and Answer Engine Optimization with automated schema generation.  
*By Respira for WordPress*

**[WordPress AI Image Optimizer](skills/wordpress-ai-image-optimizer)**  
AI-powered image optimization: compress, convert to WebP, resize, rename, alt text, and update references.  
*By Respira for WordPress*

**[Internal Link Builder](skills/internal-link-builder)**  
Strategic internal link building: scans content, maps topic relationships, finds linking opportunities, applies with duplicate-first safety.  
*By Respira for WordPress*

### Migration Skills

AI-powered page builder migrations. Each skill parses source builder content, maps modules to target equivalents, creates draft duplicates, and writes clean target-format content. Originals are never modified.

**Browse all migrations:** https://www.respira.press/skills/migrations

#### From Elementor

| Target | Skill | Coverage |
|--------|-------|----------|
| Gutenberg | [Migrate Elementor to Gutenberg](skills/migrate-elementor-to-gutenberg) | 80-90% of standard widgets |
| Bricks | [Migrate Elementor to Bricks](skills/migrate-elementor-to-bricks) | 85-95% of standard widgets |
| Breakdance | [Migrate Elementor to Breakdance](skills/migrate-elementor-to-breakdance) | 80-90% of standard widgets |
| Oxygen | [Migrate Elementor to Oxygen](skills/migrate-elementor-to-oxygen) | 75-85% of standard widgets |

#### From Divi

| Target | Skill | Coverage |
|--------|-------|----------|
| Gutenberg | [Migrate Divi to Gutenberg](skills/migrate-divi-to-gutenberg) | 75-85% of standard modules |
| Bricks | [Migrate Divi to Bricks](skills/migrate-divi-to-bricks) | 75-85% of standard modules |
| Breakdance | [Migrate Divi to Breakdance](skills/migrate-divi-to-breakdance) | 75-85% of standard modules |

#### From WPBakery

| Target | Skill | Coverage |
|--------|-------|----------|
| Gutenberg | [Migrate WPBakery to Gutenberg](skills/migrate-wpbakery-to-gutenberg) | 70-80% of standard elements |
| Bricks | [Migrate WPBakery to Bricks](skills/migrate-wpbakery-to-bricks) | 75-85% of standard elements |

#### From Oxygen

| Target | Skill | Coverage |
|--------|-------|----------|
| Bricks | [Migrate Oxygen to Bricks](skills/migrate-oxygen-to-bricks) | 80-90% of standard components |
| Breakdance | [Migrate Oxygen to Breakdance](skills/migrate-oxygen-to-breakdance) | 80-90% of standard components |

#### From Beaver Builder

| Target | Skill | Coverage |
|--------|-------|----------|
| Gutenberg | [Migrate Beaver Builder to Gutenberg](skills/migrate-beaver-builder-to-gutenberg) | 75-85% of standard modules |
| Bricks | [Migrate Beaver Builder to Bricks](skills/migrate-beaver-builder-to-bricks) | 80-90% of standard modules |

#### From Other Builders

| Source | Target | Skill | Coverage |
|--------|--------|-------|----------|
| Brizy | Gutenberg | [Migrate Brizy to Gutenberg](skills/migrate-brizy-to-gutenberg) | 70-80% of standard elements |
| Thrive Architect | Gutenberg | [Migrate Thrive Architect to Gutenberg](skills/migrate-thrive-architect-to-gutenberg) | 65-75% of standard elements |
| Visual Composer | Gutenberg | [Migrate Visual Composer to Gutenberg](skills/migrate-visual-composer-to-gutenberg) | 70-80% of standard elements |

### Content & Portability

**[Content Portability](skills/content-portability)**  
Export WordPress content to portable local packages with builder data, media, and markdown previews. Import to another site with smart ID remapping. Auto-backup before AI edits. Diff local exports against live site.  
*By Respira for WordPress*

---

## Skill Structure

Each skill follows Anthropic's official format:

````
skills/skill-name/
├── SKILL.md (with YAML frontmatter - main instructions)
├── references/ (optional - detailed docs)
│   ├── example-output.md
│   └── technical-details.md
└── scripts/ (optional - executable code)
````

**No README.md or metadata.json inside skill folders** - all documentation goes in SKILL.md or references/

---

## Contributing

**We want skills that solve real problems on real WordPress sites.**

See [CONTRIBUTING.md](CONTRIBUTING.md) for:
- How to submit a skill
- Quality standards
- Skill structure requirements
- Recognition and rewards

**Quick start:**
1. Fork this repo
2. Create your skill in `skills/your-skill-name/`
3. Include SKILL.md with YAML frontmatter
4. Test on 3+ real WordPress sites
5. Submit PR

[Read Full Guidelines →](CONTRIBUTING.md)

---

## Recognition

Accepted skills get:
- Featured in https://respira.press/skills directory
- Author attribution with link to your site/GitHub
- Usage stats shared monthly
- Promotion in newsletter and social channels
- Your name in contributors list

---

## Support

**Questions?**
- Issues: [GitHub Issues](https://github.com/respira-press/agent-skills-wordpress/issues)
- Discord: [Join Respira Discord](https://go.respira.cafe/respira-discord)
- Email: word@respira.press

**Found a bug in a skill?**  
Open an issue with the skill name in the title.

**Want to improve a skill?**  
Fork, improve, submit PR. Tag original author if possible.

---

## License

All skills are MIT licensed. By contributing, you agree to license your skill under MIT.

---

## Directory

Browse all skills: https://www.respira.press/skills

Built by the WordPress community. Curated by Respira for WordPress.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [respira-press](https://github.com/respira-press)
- **Source:** [respira-press/agent-skills-wordpress](https://github.com/respira-press/agent-skills-wordpress)
- **License:** MIT
- **Homepage:** https://respira.press/skills

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-respira-press-agent-skills-wordpress
- Seller: https://agentstack.voostack.com/s/respira-press
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
