This handles the unglamorous work of keeping your design assets from turning into a mess. It enforces naming conventions, optimizes files for production, and makes sure everything's actually findable when you need it. The approach is straightforward: organized assets mean faster development, so treat them like code with proper version control and consistent formatting. It's from daffy0208's ai-dev-standards repo, which has 28 stars and passes all three security audits. Not flashy, but if you've ever wasted 20 minutes hunting down the right logo file or shipped a 5MB unoptimized image, you know exactly why this exists.
npx skills add https://github.com/daffy0208/ai-dev-standards --skill asset-manager