Skills
A collection of specialized skills for AI agents to enhance task performance.
Skills
A collection of specialized skills for AI agents to perform specific tasks effectively.
Installation
Install all skills with the following command:
npx skills add garnertb/skills --all
Install Specific Skill
npx skills add garnertb/skills --skill <skill-name>
Validation
To validate all skills, run the following command in your terminal:
./scripts/validate-skills
To validate a specific skill, provide the skill name as an argument:
./scripts/validate-skills <skill-name>