-
Notifications
You must be signed in to change notification settings - Fork 0
Cursor AI ‐ Agents & Skills Repositories for Developers
A focused guide to the most useful GitHub repositories for Cursor AI users, covering rules, agent skills, skill managers, and cross-tool skill collections. Ordered by practical value and star count.
⭐ 38.5k | 🍴 3.3k
The go-to curated collection of .cursorrules (now .mdc) files for Cursor AI. Covers 160+ technology-specific rule files across every major stack — React, Next.js, TypeScript, Python, FastAPI, Rust, Vue, Svelte, Flutter, Android, iOS, and more. Each file teaches Cursor the conventions, patterns, and best practices for that specific stack. If you work with Cursor, start here before writing any rules from scratch.
A starter template that ports the Claude Code skills pattern directly into Cursor via an MCP server. The key innovation: it sets Cursor to Orchestrator mode by default, meaning the agent delegates to specialized skills rather than solving everything with general knowledge. Ships with 4 MCP tools — list_skills, invoke_skill, find_skill, and import_skill — so the agent can discover and install new skills from any GitHub repo on demand. Also includes a skill-creator skill that builds new skills automatically. The closest thing to Claude Code's skill system running natively inside Cursor.
All repos in this section use the universal SKILL.md format and install into .cursor/skills/ with one command.
⭐ 23.8k | 🍴 4.1k
The ultimate collection of 1,272+ agentic skills for Claude Code, Antigravity, and Cursor — battle-tested and high-performance, including official skills from Anthropic and Vercel. Install via npx antigravity-awesome-skills and pick a starter pack for your role: Web Dev → Web Wizard, Security → Security Engineer, General → Essentials. Covers planning, coding, debugging, testing, security review, infrastructure, DevOps, and product thinking. Ships with an interactive web app for browsing and a catalog with auto-categorization.
# Install to Cursor
npx antigravity-awesome-skills --path ~/.cursor/skills
⭐ 41.8k | 🍴 4.2k
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows, including pre-built workflow skills for 78 SaaS apps via Rube MCP (Composio). The standout feature is the connect-apps plugin that lets your agent actually do things — send emails, create GitHub issues, post to Slack — across 500+ apps using Composio. Also includes document skills (docx, pdf, pptx, xlsx), AWS, D3.js, security (ffuf, OWASP), and more. Works with Cursor, Claude Code, Codex, and Gemini CLI.
⭐ 11.2k
Claude Code Skills and 500+ agent skills from official dev teams and the community, compatible with Codex, Antigravity, Gemini CLI, Cursor, and others. Uniquely valuable because it aggregates official skills from first-party sources — Anthropic, Supabase, Stripe, Google Gemini, Microsoft, Vercel Labs, and OpenAI — in one place. Also includes gems from the community like Playwright E2E testing, Three.js, App Store Connect CLI, and a startup skills collection.
A collection of agent-optimized React Native skills for AI coding assistants. Built by the team behind React Native Paper and other core RN libraries. Covers navigation, styling, platform-specific patterns, Expo, testing, and accessibility — all optimized for the agent context. A must-have if you do any React Native development with Cursor.
# Project-level
git clone https://github.com/callstackincubator/agent-skills.git .cursor/skills/agent-skills
Global (all projects)
git clone https://github.com/callstackincubator/agent-skills.git ~/.cursor/skills/agent-skills
A "Homebrew for AI Agent Skills" that installs skills to Claude Code, Cursor, Codex, Amp, VS Code, Copilot, Gemini CLI, Goose, Letta, Kilo Code, and OpenCode simultaneously with one command. Think brew install but for agent capabilities. You can also install from any GitHub repo or local path. The interactive TUI browser lets you explore and filter the curated catalog before installing.
npx ai-agent-skills install frontend-design # to ALL agents
npx ai-agent-skills install frontend-design --agent cursor # Cursor only
npx ai-agent-skills browse # interactive TUI
npx ai-agent-skills install anthropics/skills # from any GitHub repo
A tool to synchronize, manage, and share your AI agent rules across projects and teams — stopping the endless copying of .mdc files around. Manages rules in Git repositories and syncs them via symbolic links. Supports Cursor, Copilot, Claude Code, OpenCode, Trae, Codex, Gemini CLI, Warp, and more with a single workflow. A single source of truth: edit once, update all projects. Essential for teams who want consistent Cursor rules across every repo without manual copying.
ais cursor add react -t https://github.com/your-org/rules-repo.git
ais install # restore all rules from config on a new machine
| Repo | Stars | What It Is |
|---|---|---|
| aashari/cursor-ai-prompting-rules | Gist | Disciplined evidence-first prompting framework. Turns Cursor into an Autonomous Principal Engineer with a 3-part system: Doctrine, Playbooks, and Directives |
| araguaci/cursor-skills | — | Best practices and guidelines for Cursor IDE across PHP, Python, Node.js, and API development |
| jediahkatz/capture-skill | Gist | A single skill that captures what you learn in a Cursor conversation and saves it as a reusable skill for next time |
Unlike Rules which are always included, Skills are loaded dynamically when the agent decides they're relevant. This keeps your context window clean while giving the agent access to specialized capabilities.
Star counts as of March 2026.
# Cursor AI — Agents & Skills Repositories for Developers