New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

major-ai-skills

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

major-ai-skills

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.

latest
Source
npmnpm
Version
2.3.0
Version published
Maintainers
1
Created
Source

Major AI Skills

Installable GitHub library of agentic skills / AI agent skills (SKILL.md playbooks) 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-id

This is an independent community project. Product names (SolidWorks, Raycast, Claude, Cursor, Antigravity, etc.) are referenced only to describe compatibility and skill scope.

License: MIT Claude Code Cursor Codex CLI Gemini CLI Antigravity Skills npm GitHub Packages Release skills.sh Direct skill distribution Website Medium llms.txt

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.

WorkflowInstallExample coverage
Make a browser-ready videonpx skills add alivirgo/Major-AI-Skills --skill ffmpegRunnable local reference
Turn CSV orders into a revenue reportnpx skills add alivirgo/Major-AI-Skills --skill duckdbRunnable local reference
Test a checkout journey without a live paymentnpx skills add alivirgo/Major-AI-Skills --skill playwrightRunnable local reference
Render a repeatable product scenenpx skills add alivirgo/Major-AI-Skills --skill blenderApplication walkthrough
Export selected frames with a small pluginnpx skills add alivirgo/Major-AI-Skills --skill figmaApplication walkthrough
Audit a part before batch exportnpx skills add alivirgo/Major-AI-Skills --skill solidworksApplication walkthrough

Run the reference examples | Verification record | All skills and install commands

Daily downloads

Daily npm downloads graph

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|--antigravity places SKILL.md where 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

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.

PlatformInstall / consume
npm (primary)npx major-ai-skills --<host> --skills <ids> · npmjs.com/package/major-ai-skills
GitHub PackagesScoped package @alivirgo/major-ai-skills (fills the repo Packages sidebar)
GitHub ReleaseDownload major-ai-skills-2.3.0.tgz from V2.3.0
skills.sh / Vercel skills CLInpx skills add alivirgo/Major-AI-Skills (discovery via install telemetry)
Claude Code marketplaceAdd this repo as a marketplace (.claude-plugin/marketplace.json), then install a specialized plugin
Gemini CLI extensionGallery listing verified September 11, 2026. gemini extensions install https://github.com/alivirgo/Major-AI-Skills
Codex self-marketplacecodex plugin marketplace add alivirgo/Major-AI-Skills then browse Major AI Skills in the plugin directory; not an official-directory endorsement
CDNjsDelivr / unpkg mirror the npm package
GitHub PagesBrowse catalog: alivirgo.github.io/Major-AI-Skills
MediumExplainer: What are AI agent skills? Claude Code, Cursor & SKILL.md

Full channel list + submit links: docs/users/distribution.md.

# 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,supabase

skills.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 -y

Individual 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,figma

Claude Code plugin marketplace

/plugin marketplace add alivirgo/Major-AI-Skills
/plugin install mas-cad-studio@major-ai-skills

Verify

# 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.

Start with the pack that matches the job:

PluginBest for
MAS CAD StudioMechanical and industrial design apps
MAS Video LabEdit / motion / transcode workflows
MAS 3D & GamesDCC tools and game engines
MAS Design & KnowledgeFigma, Photoshop, Obsidian, Notion, Linear
MAS Desktop OpsOS utilities + Docker + VS Code
MAS Efficiency PackToken and context savings
MAS Common Sense PackEveryday prompting habits

Details: docs/users/plugins.md · manifests in plugins/.

Choose Your Tool

ToolInstallFirst use
Cursornpx major-ai-skills --cursor --skills <ids>@raycast help me build a Script Command
Claude Codenpx major-ai-skills --claude --skills <ids>Ask Claude to use @solidworks
Codex CLInpx major-ai-skills --codex --skills <ids>Use @docker to harden a Compose file
Gemini CLInpx major-ai-skills --gemini --skills <ids>Use @figma to map components to code
Antigravity IDEnpx major-ai-skills --antigravity --skills <ids> --dry-runInstall only after review
Antigravity CLI (agy)npx major-ai-skills --agy --skills <ids>/ffmpeg compress this clip
Kironpx major-ai-skills --kiro --skills <ids>Use @obsidian to structure a vault
OpenCodenpx major-ai-skills --opencode --category efficiency@csv-over-json-tables
Custom pathnpx major-ai-skills --path ./my-skills --skills <ids>Depends on your host

Guides:

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

SurfaceAnswersUse it for
Specialized pluginWhat should I install for this domain?Focused packs
BundleWhich skills belong together?Role-based discovery
WorkflowWhat order should the agent run skills in?Outcome playbooks

Browse the Catalog

What you get in this repository:

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:

Machine-readable discovery for answer engines and agents:

Contributing

Community

License

MIT - see LICENSE.

Keywords

agent-skills

FAQs

Package last updated on 11 Sep 2026

Related posts