Amolith's collection of Skills for agents like Crush/Claude Code
1/** @type {import('next').NextConfig} */ 2const nextConfig = { 3 compiler: { 4 styledComponents: true, 5 }, 6}; 7 8module.exports = nextConfig;