Last active
February 19, 2026 16:23
-
-
Save paulgibbs/69918e2d5f4131d2aed16ddfc15ac86b to your computer and use it in GitHub Desktop.
installing wordPress/agent-skills
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p ~/Downloads/agent-skills-for-wip/ | |
| git clone git@github.com:WordPress/agent-skills.git ~/Downloads/agent-skills-for-wip/. | |
| cd ~/Downloads/agent-skills-for-wip/ | |
| node shared/scripts/skillpack-build.mjs --clean | |
| node shared/scripts/skillpack-install.mjs --targets=cursor-global | |
| rm -r ~/Downloads/agent-skills-for-wip/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment