AgentStack
SKILL verified MIT Self-run

Skills

skill-vdustr-vp-claude-code-marketplace-skills · by VdustR

>-

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add skill-vdustr-vp-claude-code-marketplace-skills

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Agent Skills Management

Manage agent skills using the npx skills CLI from vercel-labs/agent-skills.

Commands Overview

| Command | Purpose | |---------|---------| | npx -y skills add | Install skills from repository | | npx -y skills remove [names] | Remove installed skills | | npx -y skills list | List installed skills | | npx -y skills find [query] | Search for skills interactively | | npx -y skills update | Update all skills to latest | | npx -y skills check | Check for available updates | | npx -y skills init [name] | Initialize a new skill |

> Note: The npx -y flag is for npx itself (auto-install the skills package). The -y flag on skills add/remove commands skips confirmation prompts — omit it in interactive contexts to let the user confirm before changes.

Installation

Install Globally (Recommended for Personal Use)

Install skills globally for the selected agent:

npx -y skills add vercel-labs/agent-skills -g --agent 

Install to Project

Install skills to the current project for the selected agent:

npx -y skills add vercel-labs/agent-skills --agent 

Install Specific Skills Only

Select specific skills from a repository:

npx -y skills add vercel-labs/agent-skills --skill web-design-guidelines -g

List Available Skills Before Installing

Preview skills in a repository without installing:

npx -y skills add vercel-labs/agent-skills --list

Removal

Remove by Name

npx -y skills remove web-design-guidelines -g

Interactive Removal

npx -y skills remove -g

Listing and Discovery

List Installed Skills

npx -y skills list -g      # Global skills
npx -y skills list         # Project skills

Search for Skills

npx -y skills find typescript    # Search by keyword
npx -y skills find               # Interactive search

Updates

Check for Updates

npx -y skills check

Update All Skills

npx -y skills update

Common Skill Sources

| Repository | Skills Available | |------------|------------------| | vercel-labs/agent-skills | vercel-react-best-practices, web-design-guidelines, react-native-guidelines, composition-patterns, vercel-deploy-claimable | | vercel-labs/agent-browser | agent-browser (browser automation) |

CLI Options Reference

Add Options

| Option | Description | |--------|-------------| | -g, --global | Install globally for the selected agent | | -s, --skill | Install specific skills only | | -a, --agent | Target specific agents (claude-code, cursor, etc.) | | -l, --list | List available skills without installing | | -y, --yes | Skip confirmation prompts | | --all | Install all skills to all agents |

Remove Options

| Option | Description | |--------|-------------| | -g, --global | Remove from global scope | | -s, --skill | Specify skills to remove | | -a, --agent | Remove from specific agents | | -y, --yes | Skip confirmation prompts | | --all | Remove all skills from all agents |

List Options

| Option | Description | |--------|-------------| | -g, --global | List global skills | | -a, --agent | Filter by agent |

Notes

  • Skills are stored as SKILL.md files with YAML frontmatter
  • Global skills (-g) are available across all projects
  • Project skills are isolated to the current project
  • Run npx -y skills --help for complete documentation
  • Discover more skills at https://skills.sh/

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.