← Back to the catalog Build and maintain modern WordPress plugins and MCP servers, including hybrid WordPress+MCP products. Use when implementing plugin architecture (PHP, REST API, Gutenberg/admin/page-builder integrations), MCP tooling (TypeScript/Python, stdio/HTTP transport), security hardening, licensing/updates, and delivery workflows from scaffold to distribution.
View on GitHub ↗ Copy repo URL Copy SKILL.md link License: MIT /plugin marketplace add respira-press/agent-skills-wordpress The exact command may vary by repository. Check the README on GitHub.
For the skill author
Shows your skill is listed on Skillteca, generates a backlink and trackable traffic.
Markdown HTML
[](https://www.skillteca.com.br/skills/wordpress-mcp-dev?utm_source=badge&utm_medium=readme&utm_campaign=badge) Copy snippet Team Mode security research skill orchestrates 3 vulnerability hunters and 2 PoC engineers to audit a codebase in parallel, prove exploitability, classify root causes, and calibrate severity. It is used for security review, vulnerability research, exploitability audit, and threat model validation.
Segurança by code-yeongyu
Comprehensive security auditing workflow covering web application testing, API security, penetration testing, vulnerability scanning, and security hardening.
Segurança #github #git by sickn33
security-compliance-compliance-check You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform comprehensive compliance audits and provide implementation guidance for achieving and maintaining compliance.
Segurança #github #git by sickn33
Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks.
Segurança #github #git by sickn33
Category alert
One short email with only the new Segurança skills. 4 minutes of reading, no spam, unsubscribe with one click.
You confirm your email on the first send. No spam. Unsubscribe with one click.
WordPress + MCP Development
Use this skill to ship production-grade WordPress plugins, MCP servers, or both together.
Workflow
Identify target product shape: plugin, mcp-server, or hybrid.
Choose architecture and scaffold from the relevant reference.
Implement minimum viable vertical slice first:
Plugin: one secure REST route + one real feature path.
MCP: one read-only tool + one mutating tool with safe validation.
Hybrid: one plugin endpoint consumed by one MCP tool.
Add safety controls before expanding scope: capability checks, nonce/auth, sanitized errors, and rollback strategy.
Validate against checklists before release.
Guardrails
Keep plugin bootstrap thin; place behavior in namespaced classes.
Prefix all plugin symbols to avoid collisions.
Treat MCP tool schemas/descriptions as API contracts for model behavior.
Return actionable errors and avoid leaking secrets.
Prefer duplicate-first content edits for AI-assisted write operations.
References
Core guide: references/full-guide.md
WordPress plugin architecture and security sections: references/full-guide.md
MCP server design, transport, and tooling sections: references/full-guide.md
Lifecycle, testing, and distribution checklists: references/full-guide.md
Read full description↓
Comments · No comments No comments yet. Be the first.