v1.0.227 Commands

CLI Documentation

Complete reference for the Agent Skills CLI. Install, manage, and sync AI skills across Cursor, Claude Code, GitHub Copilot, and more.

Installation

Requires Node.js 18 or higher. After installation, the skills command will be available globally.

Quick Start

1

Search for a skill

2

Install it

3

Export to your project

Platform Support

Cursor
.cursor/skills/
Claude Code
.claude/skills/
GitHub Copilot
.github/skills/
OpenAI Codex
.codex/skills/
Antigravity
.agent/workflows/

Core Commands

Essential commands for managing skills

5 commands

list

List all discovered skills from multiple directories.

Tested

Usage

Options

-p, --paths <paths...>Custom search paths
-v, --verboseShow detailed information
--jsonOutput as JSON
--tableOutput as ASCII table
-q, --quietNames only (for scripting)

show

Display detailed information about a specific skill.

Tested

Usage

Example

validate

Validate a skill against the Agent Skills specification.

Tested

Usage

Example

init

Create a new skill from template.

Tested

Usage

Options

-d, --directory <dir>Target directory (default: ./skills)

prompt

Generate system prompt XML for discovered skills.

Tested

Usage

Marketplace

Browse, search, and install skills from the marketplace

9 commands

market-list

alias: ml

List skills from the marketplace (40k+ skills).

Tested

Usage

Options

-l, --limit <number>Number of skills to show
-p, --page <number>Page number

install

alias: i

Install a skill by @author/name with platform targeting.

Tested

Usage

Options

-p, --platform <platforms>Target platforms (comma-separated)
-t, --target <platforms>Target platforms (alias for --platform)
--allInstall to all platforms

install-url

alias: iu

Install a skill from GitHub URL.

Tested

Usage

market-installed

alias: mind

List skills installed from marketplaces.

Tested

Usage

Example

market-uninstall

alias: mu

Uninstall a marketplace-installed skill.

Tested

Usage

market-sources

List registered marketplace sources.

Tested

Usage

Example

market-add-source

Add a custom marketplace source.

Tested

Usage

Options

--name <name>Source display name
--owner <owner>GitHub owner
--repo <repo>GitHub repository

market-update-check

alias: muc

Check for updates to installed skills.

Tested

Usage

Export

Export skills to different AI agent formats

4 commands

export

Export skills to different AI agent formats.

Tested

Usage

Options

-t, --target <agent>copilot, cursor, claude, codex, antigravity, all
-d, --directory <dir>Project directory (default: .)
-n, --name <name>Export specific skill only

sync

Sync skills to .agent/workflows/ for auto-discovery.

Tested

Usage

setup

Interactive setup wizard - install skills and export to agents.

Interactive

Usage

export-interactive

alias: ei

Interactive export wizard with platform selection.

Interactive

Usage

Utilities

Helpful utility commands

9 commands

run

Execute a script from an installed skill.

Tested

Usage

Options

-a, --args <args...>Arguments to pass to the script
--timeout <ms>Timeout in milliseconds (default: 30000)

scripts

List available scripts in an installed skill.

Tested

Usage

Example

context

Generate system prompt context for AI agents.

Tested

Usage

preview

Open skill detail page in browser.

Tested

Usage

assets

List and fetch assets for a skill from GitHub.

Tested

Usage

Options

-l, --listList available assets
-m, --manifestShow asset manifest
-g, --get <path>Fetch specific asset content

info

Show skills installation status and paths.

Tested

Usage

Example

update

Update installed skills to latest versions.

Tested

Usage

doctor

Diagnose and fix common installation issues.

Tested

Usage

Example

completion

Generate shell completion script.

Tested

Usage

Ready to get started?

Browse 50,000+ skills in our marketplace