Skip to content

xonack/wp-coding-standards-claude-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

WordPress Coding Standards skill for Claude Code - WPCS enforcement, sanitization, escaping, nonce verification, PHPDoc patterns

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors