Agent skill
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".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/wordpress-site-dna
Metadata
Additional technical details for this skill
- author
- Respira for WordPress
- version
- 1.0.0
- category
- audit
- author url
- https://respira.press
- mcp server
- respira-wordpress
SKILL.md
WordPress 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_get_site_info- WordPress version, URL, settingswordpress_list_plugins- all installed pluginswordpress_get_theme_info- active theme detailswordpress_list_pages- scan all pageswordpress_list_posts- scan all postswordpress_detect_page_builder- identify builders per pagewordpress_get_database_stats- size, bloat, revisions
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?