Files
antigravity-skills-reference/web-app/index.html
sck_0 6b4dae330c feat: enhance web app with fuzzy search, syntax highlighting, and pagination
- Expand README with detailed Web App section (English)
- Improve SEO meta tags in index.html
- Add rehype-highlight for code syntax highlighting in skill details
- Implement fuzzy search with scoring (name > category > description)
- Add clear search button and result counter
- Implement Load More pagination (24 items initially) for 950+ skills
- Add rehype-highlight and highlight.js dependencies

Made-with: Cursor
2026-02-27 09:05:13 +01:00

21 lines
1.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Antigravity Awesome Skills - 950+ agentic skills catalog for Claude Code, Gemini, Cursor, Copilot. Search, filter, and copy prompts instantly." />
<meta name="keywords" content="AI skills, Claude Code, Gemini CLI, Cursor, Copilot, agentic skills, coding assistant" />
<meta name="author" content="Niccolò Abate (@sickn33)" />
<meta property="og:title" content="Antigravity Awesome Skills Catalog" />
<meta property="og:description" content="Browse 950+ battle-tested agentic skills for AI coding assistants" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<title>Antigravity Skills | 950+ AI Agentic Skills Catalog</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>