This does one thing well: it suggests real Lucide icons and verifies they actually exist before recommending them. You give it a concept or screenshot, it brainstorms symbolic associations, generates kebab-case icon names following Lucide's naming conventions, then hits unpkg to confirm each one returns a valid SVG. It presents three verified options with explanations and picks a winner. The verification step matters because it won't suggest made-up names, which is surprisingly easy to do wrong when you're just pattern matching on icon libraries. Helpful when you're building UI or setting up vault note frontmatter and need an icon that actually ships with the library.
npx skills add https://github.com/nweii/agent-stuff --skill suggest-lucide-icons