Skip to content
Agent SkillsAgent Skills
Now available

One command.
Infinite capabilities.

Stop copy-pasting prompts. Stop configuring agents manually. Install battle-tested skills and watch your AI agent level up instantly.

Terminal
$npm install -g @skills/cli

Before vs After

See what changes when you use the Skill CLI

Without Skill CLI
the-old-way.md

# Step 1: Find a skill on GitHub

# Step 2: Read the README

# Step 3: Copy the SKILL.md content

# Step 4: Create .claude/skills/my-skill/

# Step 5: Paste and save as SKILL.md

# Step 6: Hope you got the path right

# Step 7: Restart Claude Code

# Step 8: Pray it works

# Time spent: 15 minutes

# Chance of error: High

With Skill CLI
Terminal
$skill install invoice-extractor
✓ Installed invoice-extractor to .claude/skills/
Ready to use. Just ask Claude!

# Time spent: 3 seconds

# Chance of error: Zero

Real-World Examples

See the CLI in action with actual use cases

Finance & Accounting

Process 500 invoices in minutes

The problem

Your AR team manually extracts data from PDF invoices. It takes hours, and errors cost money.

The solution

Install the invoice-extractor skill. Point Claude at a folder of PDFs. Get a clean CSV ready for your ERP.

Terminal
$skill install invoice-extractor
✓ Installed invoice-extractor
$cd ~/invoices
$claude
"Extract all invoices in this folder to a CSV with vendor, amount, date, and invoice number"
Claude: I'll use the invoice-extractor skill to process these 47 PDFs...
Exported to invoices-2024.csv (47 rows)
Legal & Compliance

Research case law in seconds

The problem

Associates spend hours searching for relevant precedents. Senior partners wait. Billable time burns.

The solution

Install legal-research-assistant. Ask Claude to find cases. Get citations formatted for your motion.

Terminal
$skill install legal-research-assistant
✓ Installed legal-research-assistant
$claude
"Find California precedents on breach of fiduciary duty in startup acquisitions"
Claude: Using legal-research-assistant to search case law...
1. In re Dole Food Co. (Del. Ch. 2015)
2. Gesoff v. IIC Industries (Del. Ch. 2000)
3. PLX Technology Inc. (Del. Ch. 2018)
+ 12 more relevant cases with full citations
Customer Support

Triage 1000 tickets automatically

The problem

Support tickets pile up. Wrong routing means angry customers. Your team drowns in backlog.

The solution

Install cs-ticket-triage. Feed it your ticket export. Get instant classification and routing suggestions.

Terminal
$skill install cs-ticket-triage
✓ Installed cs-ticket-triage
$claude
"Classify these support tickets by urgency and route to the right team"
Claude: Analyzing 1,247 tickets using cs-ticket-triage...
23 Critical → Escalations Team
156 High → Tier 2 Support
891 Standard → Tier 1 Support
177 Auto-resolve → Knowledge Base

Why teams love it

Built for developers who value their time

3-Second Installs

No config files. No manual setup. Just install and use.

🔄

Auto Updates

Skills update themselves. Always get the latest improvements.

📦

Offline Ready

Skills are stored locally. Work without internet.

🔒

Version Pinning

Lock to specific versions for reproducible results.

🌍

Global or Local

Install per-project or share across all your work.

🛠️

Extensible

Create and publish your own skills to the registry.

Command Reference

Everything you need, nothing you don't

skill install <name>

Install a skill from the registry, git URL, or local path.

$skill install invoice-extractor
$skill install https://github.com/acme/custom-skill
$skill install ./my-local-skill
$skill install -g legal-research # global install
skill search <query>

Find skills in the registry by keyword, tag, or description.

$skill search invoice
invoice-extractor - Parse PDFs and export to CSV★ 89 · 987 installs
invoice-generator - Create professional invoices★ 45 · 432 installs
skill list

See all installed skills with version and location info.

$skill list
LOCAL (.claude/skills/)
invoice-extractor v1.2.0
cs-ticket-triage v2.0.1
GLOBAL (~/.claude/skills/)
legal-research-assistant v1.5.0
skill info <name>

Get detailed information about a skill.

$skill info invoice-extractor
invoice-extractor v1.2.0
Parse PDFs and export key fields to CSV for AR teams
Author: FinanceAI
License: MIT
Stars: 89 · Installs: 987
Tags: pdf ocr finance
skill update

Update all skills or a specific skill to the latest version.

skill uninstall <name>

Remove an installed skill from local or global scope.

skill init

Scaffold a new skill with SKILL.md and skill.json templates.

skill publish

Publish your skill to the registry for others to use.

Where skills live

Local for project-specific, global for everywhere

📁
Local Skills
./.claude/skills/

Project-specific skills that live in your repo. Great for team-shared skills or project-specific workflows.

$skill install invoice-extractor
→ .claude/skills/invoice-extractor/
🌍
Global Skills
~/.claude/skills/

Available in all your projects. Perfect for general-purpose skills you use everywhere.

$skill install -g legal-research
→ ~/.claude/skills/legal-research/

Ready to supercharge your AI agent?

Join thousands of developers who've already upgraded their workflow. Install the CLI and give your agent new superpowers in seconds.

$npm install -g @skills/cli