Install
$ agentstack add skill-tranminhmanh-wp-stack-skill-wp-stack-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
WordPress Stack Skill — Universal
This skill applies to any WordPress site, regardless of the specific project.
Separation of concerns (IMPORTANT)
This skill contains WHAT — universal knowledge about the stack, design tokens, MCP, and conventions. Project CLAUDE.md files contain WHERE/WHO — which host, which path, which brand, which colors.
Do NOT hardcode host/SSH/path/database information in this skill. Read project-specific information from:
~/.claude/CLAUDE.md— global user preferences/CLAUDE.md— current project
If a CLAUDE.md does not have the information you need → ask the user, do not guess.
Standard stack (REQUIRED)
Read references/stack.md for the full list of plugins and versions.
Summary:
- Theme: Astra Free (NOT Pro — Elementor Pro already covers the overlapping features)
- Page builder: Elementor Pro 3.20+ with Flexbox Containers
- Custom fields: ACF Free → JetEngine when relationships are needed
- MCP: msrbuilds/elementor-mcp v1.4+
- SEO: Rank Math (NOT Yoast)
- Cache: WP Rocket or LiteSpeed Cache
- Backup: UpdraftPlus + provider-level snapshots
- Security: Wordfence + 2FA admin
- Email: WP Mail SMTP + SendGrid / Brevo / Mailgun
Core principles
- Native widget preferred — HTML widget acceptable for legitimate cases — Native Elementor widget (heading / text-editor / button / icon-list / accordion / image / price-list / testimonial-carousel) là default cho content thông thường vì performance + accessibility + Elementor-aware editing. HTML widget acceptable cho: (a) JSON-LD schema injection, (b) third-party embeds (Maps, social), (c) inline SVG icons với currentColor, (d) custom badge/sticker designs không tồn tại native, (e) hero blocks cần exact control. Anti-pattern: dùng HTML widget cho mọi paragraph/heading content (lose Elementor styling, hurt portability, break responsive).
- Flexbox Container — do not use the legacy Section/Column system
- Design tokens — read
references/design-tokens.md, do not invent numbers - Verify after write — call
get-page-structureafter every MCP write - Backup before editing production — always
- Staging first — do not edit production directly via MCP
- Locale-aware — UTF-8, fonts with the correct subset, copy reviewed by a native speaker
- Mobile-first responsive — three required breakpoints (375 / 768 / 1280)
- Performance budget — Lighthouse mobile ≥85, LCP , path ,
pull staging → production. Confirm? User: Confirm. Claude: [runs commands]
If `CLAUDE.md` is missing information: **ask first**, do not run.
## Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- **Author:** [tranminhmanh](https://github.com/tranminhmanh)
- **Source:** [tranminhmanh/wp-stack-skill](https://github.com/tranminhmanh/wp-stack-skill)
- **License:** MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.