Agent Skills Website

February 12, 2026 ยท View on GitHub

The official website and documentation for Agent Skills CLI - the universal skill manager for AI coding agents.

๐ŸŒ Live: https://agentskills.in

Features

  • ๐Ÿ“ฆ Skill Marketplace - Browse 50,000+ skills with search, filters, and categories
  • ๐Ÿ“– Documentation - Complete CLI reference with interactive examples
  • ๐Ÿ” Global Search - Find skills and docs instantly with โŒ˜K
  • ๐ŸŽจ Modern UI - Dark theme with glassmorphism and micro-animations
  • ๐Ÿค– AI-Optimized - SEO + GEO (Generative Engine Optimization) with llms.txt

Tech Stack

  • Framework: Next.js 16 (App Router)
  • Styling: Tailwind CSS
  • Database: Supabase (PostgreSQL)
  • Components: shadcn/ui + Radix UI
  • Icons: Lucide React
  • Animations: Framer Motion

Getting Started

# Install dependencies
npm install

# Set up environment variables
cp .env.example .env.local
# Add your Supabase credentials

# Run development server
npm run dev

Open http://localhost:3000

Project Structure

website/
โ”œโ”€โ”€ public/
โ”‚   โ”œโ”€โ”€ robots.txt      # Crawler control
โ”‚   โ”œโ”€โ”€ llms.txt        # AI content manifest
โ”‚   โ””โ”€โ”€ manifest.json   # PWA config
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ app/
โ”‚   โ”‚   โ”œโ”€โ”€ page.tsx           # Homepage
โ”‚   โ”‚   โ”œโ”€โ”€ docs/page.tsx      # Documentation
โ”‚   โ”‚   โ”œโ”€โ”€ marketplace/       # Skills browser
โ”‚   โ”‚   โ””โ”€โ”€ api/               # API routes
โ”‚   โ””โ”€โ”€ components/            # Reusable UI
โ””โ”€โ”€ package.json

Environment Variables

VariableDescription
SUPABASE_URLSupabase project URL
SUPABASE_ANON_KEYSupabase anonymous key

SEO & GEO

This website is optimized for both search engines and AI:

  • robots.txt - Allows GPTBot, Claude, Perplexity crawlers
  • llms.txt - AI content manifest for LLM understanding
  • sitemap.xml - Dynamic sitemap with 50k+ skill pages
  • JSON-LD structured data

Scripts

npm run dev      # Start development server
npm run build    # Production build
npm run start    # Start production server
npm run lint     # Run ESLint

License

MIT ยฉ Karanjot Singh