Amolith's collection of Skills for agents like Crush/Claude Code
1/* Global styles with anti-patterns */ 2body { 3 font-family: 'Inter', sans-serif; 4 background-color: #000000; 5} 6 7.highlight { 8 animation: bounce 0.5s ease-in-out; 9}