Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.12 KB

File metadata and controls

49 lines (33 loc) · 1.12 KB

wp-coding-standards-claude-skill

Comprehensive WPCS enforcement skill covering WordPress-Core, WordPress-Extra, WordPress-VIP standards, Yoda conditions, sanitization/escaping, nonce verification, and auto-fix workflows.

Installation

Claude Code Plugin Marketplace

/plugin install https://github.com/xonack/wp-coding-standards-claude-skill

Manual Installation

Copy 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.md

Usage

Once installed, the skill activates automatically when working on relevant WordPress tasks. You can also invoke it directly:

/wp-coding-standards

Structure

wp-coding-standards-claude-skill/
├── README.md
├── LICENSE
├── .claude-plugin/
│   └── plugin.json
└── skills/
    └── wp-coding-standards/
        └── SKILL.md

Contributing

PRs welcome. Please follow the Agent Skills specification for SKILL.md format.

License

MIT