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 |
npx skills add -g derogab/agent-kitor 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