A collection of agent skills for Claude following the agentskills.io standard.
Install a specific skill:
npx skills add https://github.com/azrod/skills --skill <skill-name>Install all skills globally:
npx skills add https://github.com/azrod/skills -g| Skill | Description | Install |
|---|---|---|
skill-creator |
Guides Claude through creating, editing, packaging, and iterating on agent skills | npx skills add https://github.com/azrod/skills --skill skill-creator |
gitflow-workflow |
GitFlow branch conventions, Conventional Commits, and MR/PR creation via git push options or gh CLI | npx skills add https://github.com/azrod/skills --skill gitflow-workflow |
MIT
