Universal AI skills library — domain expertise for any AI coding tool
npx claudepluginhub anton-abyzov/vskilliOS/macOS app deployment via asc CLI — a lightweight fastlane alternative for TestFlight, App Store submission, signing, metadata, and analytics
Skill discovery and installation assistant — find and install the right skills for your project
Marketing automation skills — social media content creation, posting, engagement, content distribution, audience growth across 11 platforms, and Slack messaging with context-aware session management
Personal productivity automation skills — expert network survey completion, time-saving automation for professional consultations and paid expertise sharing
Google Workspace CLI (gws) skill — unified command-line access to Gmail, Drive, Sheets, Docs, Calendar, Chat, Admin, and 40+ Google APIs. Includes MCP server setup, authentication workflows, and agent-optimized usage patterns.
The package manager for AI skills.
Scan. Verify. Install. Across 49 agent platforms.
npx vskill install remotion-best-practices
36.82% of AI skills have security flaws (Snyk ToxicSkills).
When you install a skill today, you're trusting blindly:
vskill fixes all of this.
┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐
│ Source │────>│ Scan │────>│ Verify │────>│ Install │
│ │ │ │ │ │ │ │
│ GitHub │ │ 38 rules │ │ LLM │ │ Pin SHA │
│ Registry │ │ Blocklist│ │ analysis │ │ Lock ver │
│ Local │ │ Patterns │ │ Intent │ │ Symlink │
└──────────┘ └──────────┘ └──────────┘ └──────────┘
Every install goes through the security pipeline. No exceptions. No --skip-scan.
# Install from any GitHub repo
npx vskill install remotion-dev/skills/remotion-best-practices
# Browse a repo and pick interactively
npx vskill install remotion-dev/skills
# Install a plugin (Claude Code)
npx vskill install --repo anton-abyzov/vskill --plugin mobile
Or install globally: npm install -g vskill
Getting E401 errors? If your project has a
.npmrcpointing to a private registry (e.g. AWS CodeArtifact, GitHub Packages), npx may fail withnpm error code E401. Fix it by overriding the registry:npx --registry https://registry.npmjs.org vskill install <skill>Or install globally once to avoid this entirely:
npm i -g vskill --registry https://registry.npmjs.org
| Tier | How | Trust Level |
|---|---|---|
| Scanned | 38 deterministic pattern checks against known attack vectors | Baseline |
| Verified | Pattern scan + LLM-based intent analysis for subtle threats | Recommended |
| Certified | Full manual security review by the vskill team | Highest |
Every install is at minimum Scanned. The vskill.lock file tracks the SHA-256 hash, scan date, and tier for every installed skill. Running vskill update diffs against the locked version and re-scans before applying.
vskill auto-detects your installed agents and installs skills to all of them at once.
CLI & Terminal — Claude Code, Cursor, GitHub Copilot, Windsurf, Codex, Gemini CLI, Amp, Cline, Roo Code, Goose, Aider, Kilo, Devin, OpenHands, Qwen Code, Trae, and more
IDE Extensions — VS Code, JetBrains, Zed, Neovim, Emacs, Sublime Text, Xcode
Cloud & Hosted — Replit, Bolt, v0, GPT Pilot, Plandex, Sweep
vskill ships 7 expert skills organized into 5 domain plugins. Each plugin has its own namespace — install only what you need.
npx vskill install --repo anton-abyzov/vskill --plugin mobile
npx vskill install --repo anton-abyzov/vskill --plugin marketing
Then invoke as /plugin:skill in your agent:
/mobile:appstore /marketing:social-media-posting
/google-workspace:gws /skills:scout
| Plugin | Description | Skills |
|---|---|---|
| mobile | React Native, Expo, Flutter, SwiftUI, Jetpack Compose, app store | appstore |
| marketing | Social media content creation, posting, and engagement across 11 platforms, plus Slack messaging | social-media-posting slack-messaging |
| google-workspace | Google Workspace CLI (gws) for Drive, Sheets, Docs, Calendar, Chat, Admin | gws |
| skills | Skill discovery and recommendations | scout |
| productivity | Expert network survey completion and paid expertise sharing | survey-passing |
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.