A collection of Agent Skills for Claude Code / Codex / Pi Agent / any tool supporting the Agent Skills standard.
| Skill | Description |
|---|---|
| vision-support | Image recognition for non-multimodal AI models. Multi-image support, 19+ platforms, auto-fallback. |
# Install a specific skill
npx skills add https://github.com/penfick/skills --skill vision-support -g -y
# List all available skills
npx skills add https://github.com/penfick/skills --listgit clone https://github.com/penfick/skills.git ~/.agents/skillsskills/
├── README.md
├── LICENSE
└── vision-support/
├── SKILL.md
└── ...
Each subdirectory is an independent skill containing a SKILL.md file, compliant with the Agent Skills specification.
MIT