Custom Agent Skills for Claude Code and other coding agents.
| Skill | Description |
|---|---|
| diverge | Brainstorm a stuck problem as a thinking partner — frame it, diverge into options, converge on a shortlist. The exploratory counterpart to stress-testing skills like grilling: use it before you have a position worth defending. |
| vervlaamser | Remove signs of AI-generated writing from Dutch text and make it sound naturally Flemish (Belgian Dutch). Fixes AI writing patterns and Hollandisms — vocabulary, grammar, and idiom that mark text as Netherlands Dutch. |
/plugin marketplace add veloxy/skills
/plugin install veloxy@veloxy
Skills are namespaced: /veloxy:diverge, /veloxy:vervlaamser.
Works for Claude Code and other agents:
# all skills
npx skills add veloxy/skills
# a single skill
npx skills add veloxy/skills -s divergeInstalled this way, skills are unprefixed: /diverge, /vervlaamser.