Amolith's collection of Skills for agents like Crush/Claude Code
1export default function Home() { 2 return ( 3 <main className="page"> 4 <h2>Home</h2> 5 <p>Welcome. The hero we'll edit lives on the About page.</p> 6 </main> 7 ); 8}