Skip to content

trewknowledge/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.

Available Skills

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

Installation

Option 1: CLI Install (Recommended)

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 --list

This automatically installs to your .claude/skills/ directory.

Option 2: Clone and Copy

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/

Usage

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

Contributing

Found a way to improve a skill? Have a new skill to suggest? PRs and issues welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published