skills/icons/SKILL.md
Find and download SVG icons from svgrepo.com, recolored to the project's brand color. Triggers on: 'find icon', 'icon for', 'skill icon', 'download svg icon', 'icons find', 'icons use'.
npx skillsauth add cloudvoyant/codevoyant iconsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
SVG icon finder and downloader. Searches svgrepo.com and saves icons recolored to #5555ff.
help.md — never error silentlyVERB="[first non-flag argument, or empty]"
REMAINING_ARGS="[everything after VERB, preserving order and flags]"
case "$VERB" in
"") VERB="help" ;;
"search") VERB="find" ;;
"get") VERB="use" ;;
"download") VERB="use" ;;
esac
Read and execute references/workflows/{VERB}.md, passing $REMAINING_ARGS.
If references/workflows/{VERB}.md does not exist, fall back to references/workflows/help.md.
references/workflows/find.md) — search svgrepo.com for icons matching a queryreferences/workflows/use.md) — download a specific SVG URL and recolor itreferences/workflows/help.md) — print command referencetools
Vim and Neovim key binding reference. Triggers on: "vim keys", "vim shortcuts", "how do I open a file in vim", "vim search replace", "vim splits", "vim buffers", "how do I navigate in vim".
testing
Generate a responsible-AI usage and decision-attribution report for the current session. Triggers on: "usage report", "usage generate", "usage run", "usage help".
development
Unified task runner dispatcher: auto-detects mise, just, task.dev, or package.json scripts and provides commands to run, list, or detect the project task runner. Triggers on: "/task", "run task", "list tasks", "detect task runner", "what tasks", "mise run", "just run", "pnpm run", "package.json scripts".
development
TanStack patterns: Start file-based routing, Router v1, Query v5, Form, and server functions. Load when working with @tanstack/ packages in a React project.