From cms-cultivator
Installs official WordPress agent-skills from the WordPress/agent-skills GitHub repository. Supports --list and --update flags. Requires user confirmation before installation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cms-cultivator:wp-add-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install official WordPress agent-skills from the [WordPress/agent-skills](https://github.com/WordPress/agent-skills) repository.
Install official WordPress agent-skills from the WordPress/agent-skills repository.
This skill installs software to your system:
Installation paths differ by environment (see Tier 1 vs Tier 2 below).
Confirmation required before installation begins.
/wp-add-skills — Install 13 WordPress skills/wp-add-skills --list — List installed WordPress skills/wp-add-skills --update — Update to latest versiongit --version)node --version) — v18 or v20 recommendedSkills install path: ~/.agents/skills/ (Codex standard path)
~/.agents/skills/ that match WordPress patternThis will install 13 WordPress skills to ~/.agents/skills/
Prerequisites needed: git 2.0+, Node.js v16+, ~100MB disk space
Reply "confirm" to proceed, "cancel" to abort.
# Clone repository
git clone --depth 1 https://github.com/WordPress/agent-skills /tmp/wp-skills-install
# Build skills
cd /tmp/wp-skills-install
node skillpack-build.mjs --clean
# Install to Codex path
node skillpack-install.mjs --global --path ~/.agents/skills/
# Cleanup
rm -rf /tmp/wp-skills-install
Skills install path: ~/.claude/skills/ (Claude Code path)
ls -la ~/.claude/skills/ | grep wp- || echo "No WordPress skills installed"
git --version && node --version && df -h ~ | tail -1
Installing 13 WordPress skills to ~/.claude/skills/
Prerequisites:
✅ Git: {version}
✅ Node.js: {version}
✅ Disk space: {available}
Reply "confirm" to proceed, "cancel" to abort.
# Step 1: Clone
git clone --depth 1 https://github.com/WordPress/agent-skills /tmp/wp-skills-$(date +%s)
# Step 2: Build
cd /tmp/wp-skills-*
node skillpack-build.mjs --clean
# Step 3: Install to Claude Code path
node skillpack-install.mjs --global
# Step 4: Verify
ls ~/.claude/skills/ | grep -c "" | xargs echo "Skills installed:"
# Step 5: Cleanup
rm -rf /tmp/wp-skills-*
| Step | Duration |
|---|---|
| Prerequisites check | ~2s |
| Clone repository | ~28s |
| Build skills | ~14s |
| Install globally | ~2s |
| Verify installation | ~1s |
| Cleanup | ~1s |
✅ Installation Complete!
Installed: 13 WordPress skills
Location: {skills-directory}
Total time: ~70 seconds
Next steps:
- Test: "How do I create a custom Gutenberg block?"
- List skills: wp-add-skills --list
chmod 755 {skills-directory}npx claudepluginhub kanopi/claude-toolbox --plugin cms-cultivatorInstall, list, and remove community skills from GitHub or local paths. Manages SKILL.md files for Claude Code's agent skill system.
Searches and installs agent skills from the open ecosystem. Use when users ask 'how do I do X', 'find a skill for X', or express interest in extending capabilities.
Installs, uninstalls, lists, and updates Skills/Commands for Claude Code, Codex, and OpenClaw. Supports local symlinks and GitHub installs with version tracking.