major-ai-skills
v2.3.0
Published
Installable agentic skills / AI agent skills (SKILL.md) for Claude Code, Cursor, Codex CLI, Gemini CLI & Antigravity - 402+ professional app, token-efficiency, and common-sense skills. SEO/GEO ready.
Maintainers
Keywords
Readme
Major AI Skills
Installable GitHub library of agentic skills / AI agent skills (
SKILL.mdplaybooks) for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more - focused on professional apps, token efficiency, and practical prompting habits.
Current release: V2.3.0. 402 canonical skills, including ten new AI evaluation, retrieval, privacy, and reliability workflows. Install the latest npm package or select a focused Claude/Codex plugin.
Coding agents can install exact skill IDs into the directory their host watches. You keep control: preview with --dry-run, filter by --skills / --category, or install a specialized pack.
Project / task
-> you (or the agent) pick exact skill IDs from the catalog
-> npx major-ai-skills --<host> --skills <ids> --dry-run
-> review the plan
-> install without --dry-run
-> invoke with @skill-idThis is an independent community project. Product names (SolidWorks, Raycast, Claude, Cursor, Antigravity, etc.) are referenced only to describe compatibility and skill scope.
Featured Workflows
Pick a concrete task, inspect its instructions, and install only that skill. Each walkthrough includes prerequisites, a ready-to-use prompt, expected outputs, and acceptance checks.
| Workflow | Install | Example coverage |
| --- | --- | --- |
| Make a browser-ready video | npx skills add alivirgo/Major-AI-Skills --skill ffmpeg | Runnable local reference |
| Turn CSV orders into a revenue report | npx skills add alivirgo/Major-AI-Skills --skill duckdb | Runnable local reference |
| Test a checkout journey without a live payment | npx skills add alivirgo/Major-AI-Skills --skill playwright | Runnable local reference |
| Render a repeatable product scene | npx skills add alivirgo/Major-AI-Skills --skill blender | Application walkthrough |
| Export selected frames with a small plugin | npx skills add alivirgo/Major-AI-Skills --skill figma | Application walkthrough |
| Audit a part before batch export | npx skills add alivirgo/Major-AI-Skills --skill solidworks | Application walkthrough |
Run the reference examples | Verification record | All skills and install commands
Daily downloads
Updated automatically from npm's public download API every 12 hours.
Why This Repo
- Agentic skills that are installable, not just inspirational:
npx major-ai-skills --claude|--cursor|--codex|--gemini|--antigravityplacesSKILL.mdwhere your AI coding assistant already looks. - Product-depth skill library: CAD, video, 3D, GIS, medical, music, ERP, forensics, PLC, desktop utilities - not only generic coding tips.
- Efficiency + common sense: token-saving techniques and plain-English prompting habits in the same catalog.
- Built for major agent workflows: Claude Code skills, Cursor skills, Codex CLI skills, Gemini CLI skills, Antigravity skills, Kiro, OpenCode, and custom paths.
- Focused delivery: specialized plugins and bundles so you do not overload Antigravity / Cursor context windows.
- Inspect before installing:
--dry-run, CATALOG.md, and skills_index.json.
Why not only browse folders?
A flat SKILL.md skill library with stable IDs, an index, and a host-aware installer turns prose into reproducible local agent capability - the distribution pattern popular search traffic expects from modern agent-skill repos, applied to our genuine skills.
Table of Contents
- Why This Repo
- Featured Workflows
- Installation
- Recommended Specialized Plugins
- Choose Your Tool
- Quick FAQ
- Bundles & Workflows
- Browse the Catalog
- Compare Alternatives
- Contributing
- License
Installation
Prefer an exact reviewed set. Full Antigravity installs can exhaust context because the host watches ~/.agents/skills.
Where to get Major AI Skills
Find a relevant skill with task-based discovery: npx major-ai-skills@latest --search "JSON schema business rules" --json --limit 3. Search never installs anything. Available starting with 2.3.0.
| Platform | Install / consume |
| --- | --- |
| npm (primary) | npx major-ai-skills --<host> --skills <ids> · npmjs.com/package/major-ai-skills |
| GitHub Packages | Scoped package @alivirgo/major-ai-skills (fills the repo Packages sidebar) |
| GitHub Release | Download major-ai-skills-2.3.0.tgz from V2.3.0 |
| skills.sh / Vercel skills CLI | npx skills add alivirgo/Major-AI-Skills (discovery via install telemetry) |
| Claude Code marketplace | Add this repo as a marketplace (.claude-plugin/marketplace.json), then install a specialized plugin |
| Gemini CLI extension | Gallery listing verified September 11, 2026. gemini extensions install https://github.com/alivirgo/Major-AI-Skills |
| Codex self-marketplace | codex plugin marketplace add alivirgo/Major-AI-Skills then browse Major AI Skills in the plugin directory; not an official-directory endorsement |
| CDN | jsDelivr / unpkg mirror the npm package |
| GitHub Pages | Browse catalog: alivirgo.github.io/Major-AI-Skills |
| Medium | Explainer: What are AI agent skills? Claude Code, Cursor & SKILL.md |
Full channel list + submit links: docs/users/distribution.md.
npm (recommended)
# Preview an exact set for Antigravity
npx major-ai-skills --antigravity --skills raycast,ffmpeg,blender --dry-run
# Cursor
npx major-ai-skills --cursor --skills solidworks,figma,vscode
# Claude Code
npx major-ai-skills --claude --category cad,efficiency
# Codex
npx major-ai-skills --codex --skills playwright,docker,supabaseskills.sh (multi-agent)
Browse the repository on skills.sh. Choose exact skill IDs from CATALOG.md:
Browse the web catalog, with a direct link for every skill, such as FFmpeg.
npx skills add alivirgo/Major-AI-Skills --list
npx skills add alivirgo/Major-AI-Skills --skill blender --skill figma -g -yIndividual listings are discovered through telemetry-enabled installs with the Vercel CLI. --list only previews discovery. Our separate major-ai-skills installer does not register installs with skills.sh. The generated skills.sh.json groups the repository page by category; it does not submit skills. See the maintainer indexing guide for verification and publishing steps.
GitHub Packages
# One-time: authenticate to GitHub's npm registry
# echo "//npm.pkg.github.com/:_authToken=YOUR_GH_TOKEN" >> ~/.npmrc
npm install -g @alivirgo/major-ai-skills --registry=https://npm.pkg.github.com
major-ai-skills --cursor --skills blender,figmaClaude Code plugin marketplace
/plugin marketplace add alivirgo/Major-AI-Skills
/plugin install mas-cad-studio@major-ai-skillsVerify
# macOS / Linux
test -d ~/.cursor/skills && ls ~/.cursor/skills
# Windows PowerShell
Test-Path "$HOME\.cursor\skills"Run your first skill
Use @blender to batch-rename mesh objects and export a clean FBX.Recommended Specialized Plugins
Start with the pack that matches the job:
| Plugin | Best for | | --- | --- | | MAS CAD Studio | Mechanical and industrial design apps | | MAS Video Lab | Edit / motion / transcode workflows | | MAS 3D & Games | DCC tools and game engines | | MAS Design & Knowledge | Figma, Photoshop, Obsidian, Notion, Linear | | MAS Desktop Ops | OS utilities + Docker + VS Code | | MAS Efficiency Pack | Token and context savings | | MAS Common Sense Pack | Everyday prompting habits |
Details: docs/users/plugins.md · manifests in plugins/.
Choose Your Tool
| Tool | Install | First use |
| --- | --- | --- |
| Cursor | npx major-ai-skills --cursor --skills <ids> | @raycast help me build a Script Command |
| Claude Code | npx major-ai-skills --claude --skills <ids> | Ask Claude to use @solidworks |
| Codex CLI | npx major-ai-skills --codex --skills <ids> | Use @docker to harden a Compose file |
| Gemini CLI | npx major-ai-skills --gemini --skills <ids> | Use @figma to map components to code |
| Antigravity IDE | npx major-ai-skills --antigravity --skills <ids> --dry-run | Install only after review |
| Antigravity CLI (agy) | npx major-ai-skills --agy --skills <ids> | /ffmpeg compress this clip |
| Kiro | npx major-ai-skills --kiro --skills <ids> | Use @obsidian to structure a vault |
| OpenCode | npx major-ai-skills --opencode --category efficiency | @csv-over-json-tables |
| Custom path | npx major-ai-skills --path ./my-skills --skills <ids> | Depends on your host |
Guides:
- Getting Started
- Claude Code skills
- Cursor skills
- Codex CLI skills
- Gemini CLI skills
- Antigravity skills
- AI agent skills guide
- Featured workflows and examples
- skills.sh launch kit and measurement
Quick FAQ
What are agentic skills / AI agent skills?
Agentic skills (also called AI agent skills, Claude Code skills, Cursor skills, or SKILL.md playbooks) are reusable instruction packages that teach coding agents how to run a workflow with clearer constraints. Major AI Skills is an installable skill library of those playbooks focused on professional apps and efficient prompting.
What is Major AI Skills?
A curated, installable GitHub library of 402+ agent skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related AI coding assistants - covering CAD, video, 3D, design, desktop utilities, devops tools, token efficiency, and common-sense habits.
How do I install Claude Code skills or Cursor skills from this repo?
npx major-ai-skills --claude --skills <ids>
npx major-ai-skills --cursor --skills <ids>See claude-code-skills.md and cursor-skills.md.
Should I install everything?
No. Prefer --skills or --category, or a specialized plugin. Antigravity watches ~/.agents/skills - a full dump can exhaust context. Use --all only when you intentionally accept that risk.
Where did the old folders go?
Application, efficiency, and common-sense skills now live under skills/<id>/SKILL.md. Optional model variants remain as gpt.md / gemini.md inside the same folder.
How do I browse?
Bundles & Workflows
| Surface | Answers | Use it for | | --- | --- | --- | | Specialized plugin | What should I install for this domain? | Focused packs | | Bundle | Which skills belong together? | Role-based discovery | | Workflow | What order should the agent run skills in? | Outcome playbooks |
- Bundles: docs/users/bundles.md
- Workflows: docs/users/workflows.md
Browse the Catalog
What you get in this repository:
- Skills library in
skills/ - Installer CLI via the npm package (
major-ai-skills) - Generated catalog in
CATALOG.mdandskills_index.json - Plugins & bundles in
plugins/anddata/bundles.json - Docs under
docs/ - GitHub Pages site in
index.html
Categories include: CAD, video, 3D, games, design, knowledge, desktop (macOS/Windows/Linux), GIS, scientific, medical, music, ERP, enterprise, EDA, forensics, PLC, network, efficiency, common-sense, devops, automation, testing, office, and more.
Compare Alternatives
High-intent guides for people comparing skill libraries on Google / GitHub / AI answer engines:
- Best Claude Code skills on GitHub - HTML landing (also md)
- Best Cursor skills on GitHub - HTML landing (also md)
- Best Antigravity skills
- What are AI agent skills?
- Medium: What are AI agent skills? Claude Code, Cursor & SKILL.md explained - FAQ/GEO-style article
- Major AI Skills vs agentic-awesome-skills
- Professional app skills - SolidWorks, Blender, Figma, …
- AI answer engines / GEO - ChatGPT, Perplexity, Gemini, Copilot, Claude citation surfaces
- Large coding catalogs such as agentic-awesome-skills remain excellent for generic agent workflows; Major AI Skills specializes in product-depth and efficiency skills you can install beside them
Machine-readable discovery for answer engines and agents:
- https://alivirgo.github.io/Major-AI-Skills/llms.txt
- https://alivirgo.github.io/Major-AI-Skills/llms-full.txt
- https://alivirgo.github.io/Major-AI-Skills/skills_index.json
- skills_index.json (repo copy)
Contributing
- Add skills under
skills/<skill-name>/SKILL.md - Start from docs/contributors/skill-template.md
- Validate with
npm run validateand refresh the index withnpm run index - See CONTRIBUTING.md
Community
- Discussions for ideas
- Issues for bugs
- Medium article - agent skills FAQ for SEO / GEO / AI
- CODE_OF_CONDUCT.md · SECURITY.md
License
MIT - see LICENSE.
