Claude Code skills for the Avo ecosystem — build, upgrade, and enhance Avo-powered admin panels faster.
| Skill | Command | Description |
|---|---|---|
avo-menu-icons |
/avo-menu-icons |
Auto-populate Avo menu items with semantically appropriate Tabler icons |
npx skills add avo-hq/skillsTo install a specific skill:
npx skills add avo-hq/avo-menu-iconsskills/
└── avo-menu-icons/
├── SKILL.md
└── scripts/
└── fetch_icons.rb
Each skill lives in skills/{slug}/SKILL.md. Scripts needed by the skill go in skills/{slug}/scripts/.
Add a new skill by creating a skills/{slug}/ directory with a SKILL.md file.