npx-skills

Manage agent skill installation, discovery, update, and removal via the npx skills CLI.

3|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Cogni-AI-OU/cogni-ai-agent-skills --skill npx-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: npx-skills
Source: https://github.com/Cogni-AI-OU/cogni-ai-agent-skills/tree/main/npx-skills
Command: npx skills add https://github.com/Cogni-AI-OU/cogni-ai-agent-skills --skill npx-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you discover, install, update, and remove agent skills across projects without manually cloning, wiring, or keeping versions consistent.

Core Features & Use Cases

  • Skill discovery & search: Find skills by keyword across the ecosystem using the CLI search workflow.
  • Installation & scoping: Install skills from remote repositories or local paths, targeting specific agents and/or specific skills.
  • Lifecycle management: Update installed skills, list what’s installed (project vs global), and remove skills safely, including non-interactive execution for automation.

Quick Start

Use the npx-skills skill to install selected skills from a repository by running npx skills add vercel-labs/agent-skills -s frontend-design -s web-design-guidelines.

Frequently Asked Questions about npx-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install agent skills into a specific project scope without manual cloning?

You can install agent skills into project or global scopes using the npx skills CLI tool. Run the add command with a remote repository or local path, specifying target agents and skill names for scoped installation.

Does the npx skills CLI support non-interactive execution for CI automation?

Yes, the npx skills CLI supports non-interactive execution via flags to prevent prompt hangs. This allows you to safely automate skill installation, updates, and removal within CI workflows.

Can I search for skills by keyword across the ecosystem using the CLI?

Yes, you can discover skills by keyword across the ecosystem using the CLI search workflow. This allows you to find available skills in remote repositories before installing them into your environment.

What is the best way to manage and update installed skills across different agents?

The best way to manage and update installed skills is using the npx skills CLI tool. It handles lifecycle management by listing installed skills, updating them, and safely removing skills while optionally restricting operations by agent.

Do I need internet access to discover and pull open skill repositories?

Yes, you need a functioning CLI environment with internet access to discover and pull open skill repositories from remote sources. This is required for ecosystem search and remote installation workflows.