Amolith's collection of Skills for agents like Crush/Claude Code
1import React from 'react'; 2 3export function App() { 4 return ( 5 <div className="border-l-4 border-indigo-500 rounded-xl p-6"> 6 <h1>Hello Vite</h1> 7 </div> 8 ); 9}