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
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
| Variable | Description |
|---|---|
SUPABASE_URL | Supabase project URL |
SUPABASE_ANON_KEY | Supabase anonymous key |
SEO & GEO
This website is optimized for both search engines and AI:
robots.txt- Allows GPTBot, Claude, Perplexity crawlersllms.txt- AI content manifest for LLM understandingsitemap.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