Update README with Skills.sh installation guide#14
Conversation
Added installation instructions for Skills.sh to README.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Moving the section explaining how the skills work to the top of the doc
Updated the Quick Start section to streamline the installation instructions for skills.
Corrected grammatical errors and added a section on skill installation scopes.
| To install multiple skills at once: | ||
|
|
||
| ```bash | ||
| npx skills add WordPress/agent-skills --skill wp-plugin-development wp-abilities-api wp-playground |
There was a problem hiding this comment.
@fellyph we are also recommending installation via our own custom shared/scripts/skillpack-install.mjs script below in addition to recommending npx skills here.
I'd personally prefer using a general purpose command for installation that is maintained by the community since it is common logic for those installing skill sets. But either way, it seems like it would be good to pick one.
Is there something the custom scripts do that npx skills doesn't do? If not, I think we should check with the AI team about whether they'd be up for switching to npx skills.
I think the custom script has been there from the beginning when @Jameswlepage hard-reset this repo and contributed a large set of WP agent skills (from under the Automattic GH org).
There was a problem hiding this comment.
I think we get more people installing via npx skills, a better position on popular skills, and more visibility.
Added installation instructions for Skills.sh to the README and moved how it works before the installation process.