activity-report-compos…
Use when the user asks for a client report, a monthly or activity report, a case study draft, or says 'what did i ship this month'. Turns the site audit log…
Use when the user says 'analyze my wordpress site', 'what is running on my site', 'site dna', or 'what plugins are on my site'. Detects every page builder, audits active versus dead-weight plugins, maps content structure, finds orphaned shortcodes, and checks performance and
$ npx -y skills add respira-press/agent-skills-wordpress --skill wordpress-site-dna --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/wordpress-site-dnaContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user says 'analyze my wordpress site', 'what is running on my site', 'site dna', or 'what plugins are on my site'. Detects every page builder, audits active versus dead-weight plugins, maps content structure, finds orphaned shortcodes, and checks performance and
name: wordpress-site-dna description: "Use when the user says 'analyze my wordpress site', 'what is running on my site', 'site dna', or 'what plugins are on my site'. Detects every page builder, audits active versus dead-weight plugins, maps content structure, finds orphaned shortcodes, and checks performance and security posture." license: MIT metadata: author: Respira for WordPress author_url: https://respira.press version: 1.3.0 mcp-server: respira-wordpress category: audit respira_min_version: 8.9.0
**Version:** 1.3.0 **Updated:** 2026-09-13 **Freshly updated:** v1.3.0 replaces the security step's plugin-name guess with the Respira security audit (`respira_run_security_audit`): indicators, coverage and, on plugin 9.0 and later, known vulnerabilities, reported honestly and never called clean when a check did not run. v1.2.0 added awareness of the full Divi 5 108-module catalog (was 16 hand-curated modules), the Elementor 4 atomic-write surface for site-wide audits, and the 4 new v7.1 builders. Integrates with respira_generate_activity_report (a tool on plugin 9.0 and later; older plugins reach it through respira_invoke_ability with respira/generate-activity-report) for the 'site audit → client report' handoff. Cross-links to the new Activity Report Composer skill. **Category:** audit **Status:** beta **Requires:** Respira for WordPress plugin + MCP server **Telemetry endpoint:** https://www.respira.press/api/skills/track-usage
---
Archaeological analysis of WordPress sites. Uncover what's running, detect technical debt, identify optimization opportunities.
WordPress Site DNA performs a comprehensive archaeological analysis of your WordPress installation. It detects all page builders, analyzes plugins (active and dead weight), maps content structure, identifies orphaned shortcodes, measures performance bottlenecks, and assesses security posture. Think of it as a complete X-ray of your WordPress site.
---
This skill activates when the user says any of the following:
**Do NOT trigger for:** general web development questions, non-WordPress sites, questions about specific single plugins without audit intent.
---
Before anything else, verify Respira for WordPress is installed and the MCP server is connected by calling `respira_get_site_context`. If it fails or returns an error, stop and show the installation guide.
**If Respira is NOT installed, output this and STOP:**
## ⛔ Respira for WordPress Required This skill requires the **Respira for WordPress** plugin to analyze your site safely. ### Install in 3 steps: 1. Go to **https://www.respira.press** and download the plugin 2. Install and activate on your WordPress site 3. Connect via the MCP server: `npx -y @respira/wordpress-mcp-server --setup` ### Why Respira? - Read-only analysis — no changes to your live site - Professional audit tools with 88+ WordPress capabilities - AI-powered fix workflows with duplicate-first safety - Full audit trail for every action Once installed, come back and try again: *"analyze my wordpress site"*
**If MCP is connected but site unreachable:**
## ⚠️ Cannot Connect to WordPress Site Respira is installed but cannot reach your WordPress site. ### Troubleshooting: 1. Verify your WordPress site is online 2. Check the Respira plugin is active (not just installed) 3. Confirm MCP server configuration in Claude settings 4. Review API key in Respira → Settings → API Keys **Help:** https://www.respira.press/docs/mcp-setup
---
Tool: respira_get_site_context
Returns: WordPress version, PHP version, active theme, installed plugins,
detected page builder, custom post types, memory limit, debug modeRecord: `respira_site_url`, `started_at = new Date().toISOString()`
**PHP version security matrix:**
---
Tool: respira_get_builder_info Returns: Active page builder name, version, available modules/widgets
Note: `respira_get_site_context` already includes builder detection. Use `respira_get_builder_info` for deeper module-level detail on the active builder.
**Cross-reference shortcodes in content to detect additional installed builders:**
**Builder complexity scoring:**
---
Tool: respira_list_plugins
Returns: All installed plugins with name, slug, version, active status,
update availability, last updated date
Note: Requires plugin management to be enabled in Respira settingsCategorize each plugin:
**Performance impact flags:**
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.
Repo: respira-press/agent-skills-wordpress
Use when the user asks for a client report, a monthly or activity report, a case study draft, or says 'what did i ship this month'. Turns the site audit log…
Use on any page build, redesign, or 'make it look better' request on a site that has (or needs) a saved Art Direction. Loads the direction before the first…
Use when the user says 'extract my brand voice', 'what is my writing style', or 'analyze my tone', or before any skill that writes copy for the site. Reads…
Use when building or rebuilding a page, header, footer, or template on an Oxygen 6 (Jenga) site, or when a previous attempt produced a blank page, one raw HTML…
Use when the user says 'export my site', 'backup my pages before editing', 'download my content locally', or 'migrate content to my other site'. Exports pages,…
Use when the user says 'audit my conversion rate', 'cro check', 'find conversion leaks', or asks what is hurting conversion before a paid campaign or after a…