# Best Cursor Skills on GitHub

Searching for the **best Cursor skills on GitHub** usually means you want reusable `SKILL.md` playbooks that install into `.cursor/skills/` or `~/.cursor/skills/` and invoke with `@skill-id`.

## Best for product + efficiency skills in Cursor

### 1. [alivirgo/Major-AI-Skills](https://github.com/alivirgo/Major-AI-Skills)

**Major AI Skills** ships installable **Cursor skills** for professional apps (CAD, video, design, desktop utilities) and agent token-saving habits.

Choose this if you want:

- `npx major-ai-skills --cursor` into `~/.cursor/skills`;
- domain packs (CAD Studio, Video Lab, Design & Knowledge, Efficiency Pack);
- preview with `--dry-run` before writing files;
- skills that help Cursor automate tools like Figma, Blender, VS Code, Docker, Obsidian, and Raycast.

```bash
npx major-ai-skills --cursor --skills figma,blender,vscode,raycast --dry-run
npx major-ai-skills --cursor --skills figma,blender,vscode,raycast
```

Then in Cursor chat:

```text
@figma map this frame to React components
@csv-over-json-tables compress this table for the prompt
```

## Best broad agentic catalog for Cursor

### 2. [sickn33/agentic-awesome-skills](https://github.com/sickn33/agentic-awesome-skills)

Best for the widest **agentic skills** / **Cursor skills** catalog with coding, security, and DevOps coverage.

## Best curated multi-tool shortlist

### 3. [VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills)

Best when you want editorial filtering before a large install.

## How to choose quickly

- Choose **Major AI Skills** for professional app automation + efficiency skills in Cursor.
- Choose **agentic-awesome-skills** for the broadest coding-agent skill library.
- Choose **awesome-agent-skills** for a curated discovery list.

## Recommended next step

Read [cursor-skills.md](cursor-skills.md) for install paths, overload tips, and starter IDs.
