diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 7fee4177..9103517b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -44,12 +44,24 @@ jobs: run: cd apps/web-app && npm run build env: VITE_BASE_PATH: /${{ github.event.repository.name }}/ + SEO_SITE_URL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }} + + - name: Validate SEO artifact quality + run: cd apps/web-app && npm run verify:seo + + - name: Validate generated sitemap and asset consistency + run: | + cd apps/web-app + test -f dist/robots.txt + test -f dist/sitemap.xml + test -f dist/manifest.webmanifest - name: Prepare artifact (404 + .nojekyll) run: | cd apps/web-app/dist cp index.html 404.html touch .nojekyll + test -f 404.html - name: Configure GitHub Pages uses: actions/configure-pages@v5 diff --git a/apps/web-app/index.html b/apps/web-app/index.html index a1ef51d8..a9a3c70f 100644 --- a/apps/web-app/index.html +++ b/apps/web-app/index.html @@ -2,16 +2,25 @@
- + + - - - - - + + + + + + + + + + + + -+ Take action +
++ Antigravity Awesome Skills is a discoverable catalog of installable capabilities for AI assistants. + Install once, then test the highest-value skill directly from your terminal without waiting for documentation hops. + Search, filter, then copy a ready-to-run prompt in one pass. +
+ ++ Recommended command: + {installCommand} +
+Discover {skills.length} agentic capabilities for your AI assistant.
++ Discover {Math.max(skills.length, APP_HOME_CATALOG_COUNT)}+ agentic capabilities for your AI assistant. +
+ Use it now +
++ Start quickly: install the package, open your workspace, and run this skill prompt directly. +
+
+ {installCommand}
+
+
+