Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Skills

Follows the Agent Skills open standard.

Skill Description
/commit Create a conventional commit from staged changes
/pr Create or update a pull request for the current branch
/reply Reply to unresolved PR review comments clearly related to the current conversation
/redis Read the Redis Patterns for Coding Agents documentation before answering Redis questions or making Redis changes
/review-council Orchestrate a full code review across all available reviewers

Install

npx skills add -g derogab/agent-kit

or symlink the skills you need into your agent's skills folder:

ln -s /path/to/agent-kit/skills/commit ~/path/to/your/agent/skills/commit
ln -s /path/to/agent-kit/skills/pr ~/path/to/your/agent/skills/pr
ln -s /path/to/agent-kit/skills/reply ~/path/to/your/agent/skills/reply
ln -s /path/to/agent-kit/skills/redis ~/path/to/your/agent/skills/redis
ln -s /path/to/agent-kit/skills/review-council ~/path/to/your/agent/skills/review-council