A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
| Skill | Description |
|---|---|
| wordpress-vip | When the user is working a WordPress VIP project |
| project-documentation | When the user wants to document a feature for non-developers and AI Agents |
Use npx skills to install skills directly:
# Install all skills
npx skills add trewknowledge/agent-skills
# Install specific skills
npx skills add trewknowledge/agent-skills --skill wordpress-vip
# List available skills
npx skills add trewknowledge/agent-skills --listThis automatically installs to your .claude/skills/ directory.
Clone the entire repo and copy the skills folder:
git clone https://github.com/trewknowledge/agent-skills.git
cp -r agent-skills/skills/* .claude/skills/Once installed, it should use the skills when they are relevant. You may want to provide context directly when you engage a new agent, such as whether you are working on a WordPress VIP project.
You can also invoke skills directly:
/wordpress-vip
Found a way to improve a skill? Have a new skill to suggest? PRs and issues welcome!