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
This commit is contained in:
sck_0
2026-02-27 09:05:13 +01:00
parent 1e73502c3d
commit 6b4dae330c
6 changed files with 208 additions and 33 deletions

View File

@@ -4,7 +4,14 @@
<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" />
<title>web-app</title>
<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>