Amolith's collection of Skills for agents like Crush/Claude Code
1*, 2*::before, 3*::after { 4 box-sizing: border-box; 5 padding: 0; 6 margin: 0; 7} 8 9body { 10 font-family: 'Roboto', sans-serif; 11 background-color: #000000; 12 color: #fff; 13} 14 15a { 16 color: inherit; 17 text-decoration: none; 18}