{"id":50494835,"url":"https://github.com/doanbactam/agent-skills-directory","last_synced_at":"2026-06-02T06:03:17.709Z","repository":{"id":335455357,"uuid":"1145777923","full_name":"doanbactam/agent-skills-directory","owner":"doanbactam","description":"Browse SKILL.md files for Claude, Cursor, Windsurf and other AI tools","archived":false,"fork":false,"pushed_at":"2026-02-27T15:59:39.000Z","size":1546,"stargazers_count":16,"open_issues_count":8,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T14:21:54.783Z","etag":null,"topics":["agent","agentskills","ai","antigravity","claude","directory","moltbot","nextjs","openclaw","skill"],"latest_commit_sha":null,"homepage":"https://agnxi.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doanbactam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"buy_me_a_coffee":"studio"}},"created_at":"2026-01-30T07:45:14.000Z","updated_at":"2026-02-27T15:59:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/doanbactam/agent-skills-directory","commit_stats":null,"previous_names":["doanbactam/agent-skills-directory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doanbactam/agent-skills-directory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doanbactam%2Fagent-skills-directory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doanbactam%2Fagent-skills-directory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doanbactam%2Fagent-skills-directory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doanbactam%2Fagent-skills-directory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doanbactam","download_url":"https://codeload.github.com/doanbactam/agent-skills-directory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doanbactam%2Fagent-skills-directory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33808702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","agentskills","ai","antigravity","claude","directory","moltbot","nextjs","openclaw","skill"],"created_at":"2026-06-02T06:03:16.854Z","updated_at":"2026-06-02T06:03:17.694Z","avatar_url":"https://github.com/doanbactam.png","language":"TypeScript","funding_links":["https://buymeacoffee.com/studio"],"categories":[],"sub_categories":[],"readme":"# AGNXI - Agent Skills Directory\n\n[![Next.js](https://img.shields.io/badge/Next.js-16-black)](https://nextjs.org/)\n[![React](https://img.shields.io/badge/React-19-blue)](https://react.dev/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5-blue)](https://www.typescriptlang.org/)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind-4-38B2AC)](https://tailwindcss.com/)\n\n**AGNXI** is a directory of SKILL.md skills for coding assistants like Claude Code, Cursor, Windsurf, and more.\n\n\n\u003cimg width=\"2400\" height=\"1260\" alt=\"og-1769761595063\" src=\"https://github.com/user-attachments/assets/acd171bf-5ae3-4767-8fe4-73dd71ac71ed\" /\u003e\n\n\n## Features\n\n- **Skills** - Browse SKILL.md files from GitHub\n- **Categories** - Filter by development, testing, documentation, DevOps, and more\n- **Favorites** - Save skills for quick access\n- **Install Commands** - Copy install commands for supported tools\n- **Sync** - Periodic discovery of new skills from GitHub\n- **Rankings** - Sort by stars, forks, and skill count\n\n## Tech Stack\n\n| Layer | Technology |\n|-------|------------|\n| **Framework** | Next.js 16 (App Router) |\n| **Runtime** | Bun |\n| **Language** | TypeScript 5 |\n| **Styling** | Tailwind CSS 4 |\n| **Database** | PostgreSQL + Drizzle ORM |\n| **Auth** | Clerk |\n| **UI** | Base UI + shadcn-style components |\n| **AI** | Vercel AI SDK + Google Gemini |\n| **Cache** | Upstash Redis |\n| **Background Jobs** | Inngest |\n\n## Quick Start\n\n```bash\n# Clone repository\ngit clone https://github.com/doanbactam/kk.git\ncd kk\n\n# Install dependencies\nbun install\n\n# Setup environment\ncp .env.example .env.local\n# Edit .env.local with your credentials\n\n# Run database migrations\nbun db:push\n\n# Start development server\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view the app.\n\n## Commands\n\n```bash\n# Development\nbun dev              # Start dev server\n\n# Build \u0026 Production\nbun build            # Production build\nbun start            # Start production server\n\n# Code Quality\nbun lint             # Run ESLint\n\n# Database\nbun db:generate      # Generate migrations\nbun db:migrate       # Run migrations\nbun db:push          # Push schema to database\nbun db:studio        # Open Drizzle Studio\n\n# Scripts\nbun db:seed:categories    # Seed category data\nbun ping:indexnow         # Submit sitemap to search engines\n```\n\n## Project Structure\n\n```\napp/                    # Next.js App Router\n  (auth)/               # Auth pages (sign-in, sign-up)\n  [owner]/              # Dynamic owner/skill pages\n  admin/                # Admin dashboard\n  api/                  # API routes\n  categories/           # Category listing\n  ranking/              # Skills ranking\n  skills/               # Skills browsing\n\ncomponents/             # Shared React components\n  layouts/              # Layout components\n  seo/                  # SEO components\n  ui/                   # Base UI components\n\nfeatures/               # Feature-specific components\n  examples/             # Example components\n  marketing/            # Marketing/landing\n  skills/               # Skill cards, grids\n  submissions/          # Skill submission\n\nlib/                    # Core utilities\n  actions/              # Server actions\n  ai/                   # AI integration\n  categories/           # Category logic\n  db/                   # Database schema \u0026 queries\n  features/skills/      # Skill discovery \u0026 indexing\n  hooks/                # React hooks\n  inngest/              # Background job functions\n\nconfig/                 # App configuration\ndrizzle/                # Database migrations\npublic/                 # Static assets\n```\n\n## Environment Variables\n\nRequired environment variables (see `.env.example`):\n\n```env\n# Database\nDATABASE_URL=\n\n# Auth (Clerk)\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\n\n# GitHub\nGITHUB_TOKEN=\n\n# AI (Google Gemini)\nGOOGLE_GENERATIVE_AI_API_KEY=\n\n# Cache (Upstash Redis)\nUPSTASH_REDIS_REST_URL=\nUPSTASH_REDIS_REST_TOKEN=\n\n# Background Jobs (Inngest)\nINNGEST_EVENT_KEY=\nINNGEST_SIGNING_KEY=\n```\n\n## How It Works\n\n1. **Discovery** - Scans GitHub for `SKILL.md` files using Code Search API\n2. **Indexing** - Parses skill metadata (name, description, tools, compatibility)\n3. **Categorization** - Category assignment using Gemini\n4. **Sync** - Scheduled jobs keep the directory updated\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/new-feature`)\n3. Commit changes (`git commit -m 'Add feature'`)\n4. Push to branch (`git push origin feature/new-feature`)\n5. Open a Pull Request\n\n## License\n\nMIT (c) [doanbactam](https://github.com/doanbactam)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoanbactam%2Fagent-skills-directory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoanbactam%2Fagent-skills-directory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoanbactam%2Fagent-skills-directory/lists"}