Comprehensive WPCS enforcement skill covering WordPress-Core, WordPress-Extra, WordPress-VIP standards, Yoda conditions, sanitization/escaping, nonce verification, and auto-fix workflows.
/plugin install https://github.com/xonack/wp-coding-standards-claude-skillCopy the skill file to your Claude Code skills directory:
mkdir -p ~/.claude/skills/wp-coding-standards
cp skills/wp-coding-standards/SKILL.md ~/.claude/skills/wp-coding-standards/SKILL.mdOnce installed, the skill activates automatically when working on relevant WordPress tasks. You can also invoke it directly:
/wp-coding-standards
wp-coding-standards-claude-skill/
├── README.md
├── LICENSE
├── .claude-plugin/
│ └── plugin.json
└── skills/
└── wp-coding-standards/
└── SKILL.md
PRs welcome. Please follow the Agent Skills specification for SKILL.md format.
MIT