Claude-skills-wordpress wordpress-site-dna
Archaeological analysis of WordPress sites. Detects all page builders, audits plugins (active vs dead weight), maps content structure, finds orphaned shortcodes, measures performance, and assesses security posture. Use when user says "analyze my wordpress site", "wordpress site audit", "site dna", or "check my wordpress health".
git clone https://github.com/webmyc/claude-skills-wordpress
T=$(mktemp -d) && git clone --depth=1 https://github.com/webmyc/claude-skills-wordpress "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/wordpress-site-dna" ~/.claude/skills/webmyc-claude-skills-wordpress-wordpress-site-dna && rm -rf "$T"
skills/wordpress-site-dna/SKILL.mdWordPress Site DNA
Archaeological analysis of WordPress installations. Detects all page builders, audits plugins, maps content structure, finds orphaned shortcodes, and provides health score with prioritized fixes.
What This Skill Does
Scans your entire WordPress installation and provides:
- Page builder detection (all 11 supported: Elementor, Divi, Bricks, etc.)
- Plugin audit (active, inactive, abandoned)
- Content structure mapping
- Orphaned shortcode detection
- Performance indicators
- Security posture assessment
- Health score (0-100) with prioritized recommendations
Requirements
- Respira for WordPress plugin installed
- MCP connection active (desktop or WebMCP)
- Read-only access (no changes made)
How to Use
Trigger Phrases
- "analyze my wordpress site"
- "wordpress site dna"
- "run site audit"
- "check my wordpress health"
What Happens
-
Scans site architecture:
- WordPress version and configuration
- Active theme and child themes
- All installed plugins (active and inactive)
- Page builder usage across pages
-
Analyzes content:
- Posts, pages, custom post types count
- Builder usage per content type
- Orphaned shortcodes from deleted plugins
- Content distribution
-
Checks performance indicators:
- Database size and bloat
- Revision count
- Transient buildup
- Auto-draft accumulation
-
Assesses security:
- WordPress version currency
- Plugin update status
- Common security issues
- User role configuration
-
Generates health score:
- Critical issues (immediate attention)
- High priority (fix soon)
- Medium priority (optimization)
- Low priority (nice to have)
Output Format
Provides comprehensive report with:
- Overall health score (0-100)
- Critical issues flagged
- Prioritized recommendation list
- Specific fix workflows using Respira duplicate-first approach
For detailed example output, see
references/example-output.md
Safety Model
- 100% read-only - makes no changes to your site
- No destructive operations - only analyzes and reports
- Duplicate-first recommendations - all fix workflows use duplicates
Technical Details
Uses these Respira MCP tools:
- WordPress version, URL, settingswordpress_get_site_info
- all installed pluginswordpress_list_plugins
- active theme detailswordpress_get_theme_info
- scan all pageswordpress_list_pages
- scan all postswordpress_list_posts
- identify builders per pagewordpress_detect_page_builder
- size, bloat, revisionswordpress_get_database_stats
For complete tool reference, see
references/mcp-tools.md
Related Skills
- Technical Debt Audit - focuses on cleanup opportunities
- SEO & AEO Amplifier - optimizes for search visibility
- WordPress AI Image Optimizer - optimizes media library
Built by Respira for WordPress https://respira.press