Getting Started
v0.4.16vskill scans, verifies, and installs AI skills across 49 agent platforms. Every install goes through a security pipeline — static pattern analysis, LLM intent review, and provenance verification.
Install
No global installation required. Run with npx for one-off use, or install globally for repeated use.
# No install required — run directly npx vskill install remotion-best-practices
Install your first skill
Install a skill from the registry
Choose a skill from the registry or install by name.
npx vskill install remotion-best-practices
Security scan runs automatically
Every install triggers a security scan — 52 static patterns across 9 threat categories. There is no --skip-scan flag.
Skill is installed to all detected agents
vskill auto-detects your installed agents (Claude Code, Cursor, Copilot, etc.) and installs the skill to all of them. Target a specific agent with --agent cursor.
Use the skill in your agent
The skill is now available in your AI agent. Invoke it via /skill-name or reference it in your prompts.
How it works
Every install flows through four stages. No stage can be skipped.
┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ Source │────>│ Scan │────>│ Verify │────>│ Install │ │ │ │ │ │ │ │ │ │ GitHub │ │ 52 rules │ │ LLM │ │ Pin SHA │ │ Registry │ │ Blocklist│ │ analysis │ │ Lock ver │ │ Local │ │ Patterns │ │ Intent │ │ Symlink │ └──────────┘ └──────────┘ └──────────┘ └──────────┘
vskill.lock file records the SHA-256 hash, scan date, and trust tier for every installed skill. Running vskill update diffs against the locked version and re-scans before applying any changes.Three-tier verification
52 deterministic pattern checks against known attack vectors. Every install, every time.
Pattern scan + LLM-based intent analysis across 6 semantic dimensions.
Full manual security review by the vskill team.
49 agent platforms
vskill auto-detects your installed agents and installs skills to all of them simultaneously.
Target a specific agent with --agent cursor. vskill handles agent-specific config paths and formats automatically.
Skills vs plugins
Next steps
Related resources