by Karanjot786
Universal CLI for Agent Skills. Access 40,000+ skills from SkillsMP and sync them to Cursor, Claude Code, GitHub Copilot, OpenAI Codex, and Antigravity.
# Add to your Claude Code skills
git clone https://github.com/Karanjot786/agent-skills-cliGuides for using ai agents skills like agent-skills-cli.
Last scanned: 5/30/2026
{
"issues": [
{
"type": "npm-audit",
"message": "brace-expansion: brace-expansion: Zero-step sequence causes process hang and memory exhaustion",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "minimatch: minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
"severity": "high"
},
{
"type": "npm-audit",
"message": "picomatch: Picomatch: Method Injection in POSIX Character Classes causes incorrect Glob Matching",
"severity": "high"
},
{
"type": "npm-audit",
"message": "postcss: PostCSS has XSS via Unescaped </style> in its CSS Stringify Output",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "rollup: Rollup 4 has Arbitrary File Write via Path Traversal",
"severity": "high"
},
{
"type": "npm-audit",
"message": "vite: Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling",
"severity": "high"
},
{
"type": "npm-audit",
"message": "yaml: yaml is vulnerable to Stack Overflow via deeply nested YAML collections",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T16:15:01.976Z",
"npmAuditRan": true,
"pipAuditRan": true
}agent-skills-cli is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Karanjot786. Universal CLI for Agent Skills. Access 40,000+ skills from SkillsMP and sync them to Cursor, Claude Code, GitHub Copilot, OpenAI Codex, and Antigravity. It has 140 GitHub stars.
agent-skills-cli returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/Karanjot786/agent-skills-cli" and add it to your Claude Code skills directory (see the Installation section above).
agent-skills-cli is primarily written in TypeScript. It is open-source under Karanjot786 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agent-skills-cli against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
One CLI. 175,000+ skills. 45 AI agents.
Install skills from the world's largest marketplace and sync them to 45 AI agents including Cursor, Claude Code, GitHub Copilot, Windsurf, Cline, Gemini CLI, Zed, and more â all with a single command.
What's new in v1.1.7: Glob matching (--skill 'core-*'), prune stale skills (--prune), branch targeting (owner/repo#dev), and 3 new agents (Lingma, Deep Agents, Ruler)
đ Website: agentskills.in
npm install -g agent-skills-cli
skills install @anthropic/xlsx
skills search -iskills doctor --deepskills budget -b 8000skills diff A Bnpm ci): skills frozenskills compose A B -o Cskills test --allskills sandbox @owner/reposkills watchskills split my-skillskills bench --allskills install git@host:team/reposkills install npm:@scope/package.skillsrc Config â Enterprise config files for custom registries, tokens, and defaultsskills score~/.skills/skills.lock-t claude,cursornpm install -g agent-skills-cli
Requirements: Node.js 18+
# â Install a skill (auto-detects platforms)
skills install @facebook/verify
# â Install from a GitHub repo
skills add vercel-labs/agent-skills
# â Install from private Git (auto-detects credentials)
skills install git@gitlab.com:team/internal-skills.git
skills install https://git.company.com/team/skills --token $GIT_TOKEN
# â Install from npm registry
skills install npm:@company/skills
skills install npm:@company/skills --registry https://npm.company.com
# Install to specific platforms
skills install @facebook/verify -a claude,cursor
# Install to ALL 42 platforms at once
skills install @lobehub/typescript --all
# Install globally (home directory)
skills install pdf -g -a claude
# Install specific skill from repo
skills add anthropic/skills@xlsx
# List skills in a repo
skills add owner/repo --list
# Remove installed skills
skills remove xlsx
# Check installed skills
skills check
# Update skills from source
skills update --all
# Search and install skills interactively (multi-select)
skills search python
# Search + auto-install all results to an agent
skills search python -a claude -y
# Search + install to specific agents
skills search react -a cursor claude
| Command | Description |
|---|---|
skills install <name> |
Install a skill from marketplace |
skills add <source> |
Install from Git repo (owner/repo or URL) |
skills search <query> |
Search and install skills (multi-select) |
skills search -i |
FZF-style interactive search with keyboard navigation |
skills search <query> -a <agent> -y |
Search and bulk-install all results to an agent |
skills check |
Check installed skills with source and version info |
skills update |
Update skills from their source repos |
skills remove |
Remove installed skills (interactive multi-select) |
skills score [path] |
Score skill quality (0â100, grades FâA) |
skills submit-repo <repo> |
Submit a GitHub repo for marketplace auto-indexing |
skills doctor |
Diagnose issues (--deep for conflict detection) |
| Command | Description |
|---|---|
skills budget -b <tokens> |
Smart context budget â load only relevant skills within limit |
skills diff <A> <B> |
Section-aware skill comparison |
skills compose <skills...> |
Merge/chain/conditional skill composition |
skills test [skills...] |
Run quality assertions against skills |
skills frozen |
Deterministic install from lockfile |
skills sandbox <source> |
Preview skill quality + conflicts before installing |
skills watch [dir] |
Auto-sync skills to agents on file changes |
skills split <skill> |
Split large skills into focused sub-skills |
skills bench [skills...] |
Benchmark and compare skill quality |
skills install @facebook/verify # Auto-detect platforms (prompts)
skills install @facebook/verify -a cursor # Install to Cursor only
skills install @lobehub/typescript -a cursor,claude # Install to multiple
skills install @facebook/verify --all # Install to all 45 agents
skills install pdf -g -a claude # Install globally (~/.claude/skills/)
skills install -s verify -a cursor # Install by skill name
skills add @facebook/verify -a cursor # 'add' is an alias for 'install'
# Bulk install all skills from a repo (no prompts)
skills install @ComposioHQ/awesome-claude-skills -a claude -y
skills install @github/awesome-copilot -a cursor,claude -y
skills install @owner/repo --all -y # All skills to all agents
skills add)skills add owner/repo # GitHub shorthand
skills add owner/repo@skill-name # Install specific skill directly
skills add https://github.com/user/repo # Full URL
skills add https://gitlab.com/org/repo # GitLab
skills add owner/repo --list # List skills in repo
skills add owner/repo -s skill-name # Install specific skill
skills add owner/repo -y -g # Non-interactive, global
skills add owner/repo -a claude -y # Install ALL skills to claude (no prompt)
# SSH (auto-detects SSH keys)
skills install git@github.com:team/private-repo.git
skills install git@gitlab.com:team/internal-skills.git
# HTTPS with token
skills install https://git.company.com/team/repo --token=xxx
# Token from environment variable
GITLAB_TOKEN=xxx skills install https://gitlab.com/team/repo
BITBUCKET_TOKEN=xxx skills install https://bitbucket.org/team/repo
# Bitbucket
skills install https://bitbucket.org/team/skills-repo
Auth resolution order: --token flag â env vars (GH_TOKEN, GITLAB_TOKEN, BITBUCKET_TOKEN, GIT_TOKEN) â SSH keys â git credential helper â .netrc
# Public npm packages
skills install npm:chalk
skills install npm:@anthropic/skills
# Scoped package with version
skills install npm:@company/skills@1.1.2
# Private npm registry
skills install npm:@company/skills --registry https://npm.company.com
skills init <name> # Create new skill from template
skills validate <path> # Validate a SKILL.md file
skills export # Export skills to agents
skills sync # Sync to Antigravity workflows
skills info # Show installation status
skills score ./my-skill # Score a skill (0â100, grade FâA)
skills score ./my-skill --verbose # Show individual check details
skills score ./my-skill --json # Machine-readable output
Dimensions: Structure (30%), Clarity (30%), Specificity (30%), Advanced (10%)
skills submit-repo Jeffallan/claude-skills # Auto-index all skills in repo
skills submit-repo vercel-labs/agent-skills # Skills appear on marketplace
| Platform | Project Dir | Global Dir |
|---|---|---|
| Cursor | .cursor/skills/ |
~/.cursor/skills/ |
| Claude Code | .claude/skills/ |
~/.claude/skills/ |
| GitHub Copilot | .github/skills/ |
~/.github/skills/ |
| OpenAI Codex | .codex/skills/ |
~/.codex/skills/ |
| Windsurf | .windsurf/skills/ |
~/.codeium/windsurf/skills/ |
| Cline | .cline/skills/ |
~/.cline/skills/ |
| Gemini CLI | .gemini/skills/ |
~/.gemini/skills/ |
| Zed | .zed/skills/ |
~/.config/zed/skills/ |
| Antigravity | .agent/skills/ |
~/.gemini/antigravity/skills/ |
| OpenCode | .opencode/skill/ |
~/.config/opencode/skill/ |
+32 more agents: Amp, Kilo, Roo, Goose, CodeBuddy, Continue, Crush, Clawdbot, Droid, Kiro, MCPJam, Mux, OpenHands, Pi, Qoder, Qwen Code, Trae, Zencoder, Neovate, Command Code, Ara, Aide, Alex, BB, CodeStory, Helix AI, Meekia, Pear AI, Adal, Pochi, Sourcegraph Cody, Void AI
.skillsrc)Create a .skillsrc or .skillsrc.json file in your project root or home directory to configure private sources and defaults:
{
"sources": [
{
"name": "company-gitlab",
"type": "git",
"url": "https://gitlab.company.com",
"auth_env": "COMPANY_GIT_TOKEN"
},
{
"name": "company-npm",
"type": "npm",
"registry": "https://npm.company.com",
"scope": "@c