
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
major-ai-skills
Advanced tools
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.
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-id
This is an independent community project. Product names (SolidWorks, Raycast, Claude, Cursor, Antigravity, etc.) are referenced only to describe compatibility and skill scope.
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
Updated automatically from npm's public download API every 12 hours.
npx major-ai-skills --claude|--cursor|--codex|--gemini|--antigravity places SKILL.md where your AI coding assistant already looks.--dry-run, CATALOG.md, and skills_index.json.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.
Prefer an exact reviewed set. Full Antigravity installs can exhaust context because the host watches ~/.agents/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.
# 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
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.
# 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
/plugin marketplace add alivirgo/Major-AI-Skills
/plugin install mas-cad-studio@major-ai-skills
# macOS / Linux
test -d ~/.cursor/skills && ls ~/.cursor/skills
# Windows PowerShell
Test-Path "$HOME\.cursor\skills"
Use @blender to batch-rename mesh objects and export a clean FBX.
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/.
| 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:
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.
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.
npx major-ai-skills --claude --skills <ids>
npx major-ai-skills --cursor --skills <ids>
See claude-code-skills.md and cursor-skills.md.
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.
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.
| 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 |
What you get in this repository:
skills/major-ai-skills)CATALOG.md and skills_index.jsonplugins/ and data/bundles.jsondocs/index.htmlCategories 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.
High-intent guides for people comparing skill libraries on Google / GitHub / AI answer engines:
Machine-readable discovery for answer engines and agents:
skills/<skill-name>/SKILL.mdnpm run validate and refresh the index with npm run indexMIT - see LICENSE.
FAQs
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.
We found that major-ai-skills demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.