Back to Explore

skills-sh

Engineering & Development

The Agent Skills Directory

💡 skills.sh is a package manager for AI Agents that allows developers to inject domain-specific knowledge, best practices, and coding rules into tools like Cursor and Claude Code via a simple CLI.

"The npm for the AI Agent era"

30-Second Verdict
What is it: A package manager for AI coding assistant skills, enabling developers to equip agents with reusable best practices and knowledge.
Worth attention: Yes, it's a strategic move by Vercel in the AI Agent era, with significant early adoption and ecosystem potential.
9/10

Hype

8/10

Utility

276

Votes

Product Profile
Full Analysis Report

skills.sh: The npm for the AI Agent Era, Vercel Strikes Again

2026-01-31 | ProductHunt | Official Site | GitHub

skills.sh Homepage

skills.sh Homepage: Sleek geek aesthetic, one-command installation, supporting 36+ Agents including Claude Code, Cursor, and Codex. The homepage doubles as a Leaderboard, showing real-time install counts.


30-Second Quick Judgment

What is it?: A single command npx skills add owner/repo to equip your AI coding assistant with "skill packs." Essentially, it packages React best practices, deployment workflows, and code review rules into installable modules that AI Agents can use immediately.

Is it worth watching?: Absolutely. This is Vercel's strategic move in the Agentic era. It surpassed 35,000+ total installs within 10 days, and the GitHub agent-skills repo has 18.2k stars. Stripe launched its own Skills on day one. Whether you use Vercel or not, the paradigm of "installing skills for AI Agents" is worth your attention.


Three Questions: Is it for me?

Does it involve me?

Target User: Developers who use AI coding assistants (Claude Code, Cursor, Copilot, Codex, etc.) daily.

Are you the target user?:

  • If you use Claude Code / Cursor / Codex to write code — Install one and try it out.
  • If you maintain a framework/SDK and want AI Agents to use your library better — You can publish your own Skill.
  • If you don't write code — This isn't for you.

When would you use it?:

  • Scenario 1: Writing a React/Next.js project → Install vercel-react-best-practices, and the Agent automatically follows 40+ performance optimization rules.
  • Scenario 2: Doing an accessibility audit → Install web-design-guidelines, and the Agent reviews code against 100+ rules.
  • Scenario 3: Making videos with Remotion → Install remotion-best-practices, and the Agent instantly understands the Remotion API.
  • Scenario 4: You're a library author → Publish your own Skill so AI Agents worldwide know how to use your library correctly.

Is it useful to me?

DimensionBenefitCost
TimeAgents stop guessing APIs, reducing reworkInstallation < 1 minute
MoneySkills are completely free and open source$0 (Skills themselves are free)
QualityCode follows official best practices, reducing review cyclesRequires trusting the Skill source

ROI Judgment: The investment is near zero; the return depends on how much you rely on AI coding. If you use Claude Code for React daily, installing react-best-practices is a free upgrade.

Why you'll love it?

The "Aha!" Moments:

  • One Command: npx skills add vercel-labs/agent-skills requires no configuration and automatically detects your installed Agents.
  • Instant Results: After installing react-best-practices, the quality of AI-generated code improves visibly—no more random useEffect waterfalls.
  • Cross-Agent Compatibility: Supports 36+ tools including Claude Code, Cursor, Codex, and OpenCode; install once, works everywhere.

User Feedback:

"Six hours after Vercel announced skills.sh, their top skill had 20,900 installs." — JP Caparas, Medium

"Stripe shipped their own skills within hours." — Ibid.

"Concerns about supply chain security" — ProductHunt Commenter


For Independent Developers

Tech Stack

  • CLI Language: TypeScript (modules like cli.ts, add.ts, agents.ts, installer.ts)
  • Skills Format: SKILL.md (YAML frontmatter + Markdown natural language instructions) + scripts/ executable scripts + references/ reference docs
  • Installation Mechanism: Supports GitHub shorthand, GitLab URLs, and local paths; automatically creates symlinks to Agent directories
  • Update Checks: POSTs to add-skill.vercel.sh/check-updates, comparing GitHub tree SHAs
  • Lock File: v3 format, using skillFolderHash to track versions
  • Agent Detection: Scans 16 directories including .claude/, .cursor/, and .codex/

Core Implementation

The core idea of Skills is clever: Don't write code for the Agent to execute; write "knowledge" for the Agent to reference.

Each Skill is a folder where SKILL.md uses natural language to tell the AI "when to use this skill" and "exactly how to do it." For example, react-best-practices contains 40+ rules: "Don't import heavy libraries in client components," "Use Server Components for data fetching." Once the AI reads these, the code it generates naturally follows best practices.

This differs fundamentally from MCP (Model Context Protocol). MCP provides Agents with actual "tools" (JSON-RPC calls), while Skills provide "knowledge" (Markdown instructions). Anthropic's testing found that a GitHub MCP Server schema alone consumes 50,000+ tokens, whereas Skills can encode the same domain knowledge in about 2,000 tokens.

Open Source Status

  • vercel-labs/skills (CLI): MIT Licensed, 3.7k stars, 288 forks
  • vercel-labs/agent-skills (Official Collection): MIT Licensed, 18.2k stars, 1.7k forks
  • Similar Projects: OpenSkills (an independent CLI implementation)
  • Difficulty to Build: Low. The Skill format is just Markdown + YAML; you could write a SKILL.md for your own project right now.

Business Model

skills.sh itself is completely free. Vercel's logic is clear: attract developers through the Skills ecosystem → developers deploy using Vercel (which is where the revenue is). The built-in vercel-deploy-claimable skill acts as a direct funnel to Vercel deployment.

Vercel Platform Pricing: Hobby Free / Pro $20/mo / Enterprise $25k+/yr.

Giant Risk

Interestingly, the Agent Skills format itself is an open standard designed by Anthropic; Vercel simply built the best package manager for it. Anthropic has its own anthropic/skills repo (their frontend-design is in the top 5). In the short term, Vercel's position as the de facto standard for the CLI layer seems secure—18.2k stars, 35k installs, and endorsements from giants like Stripe are hard to beat.


For Product Managers

Pain Point Analysis

  • Core Pain Point: AI coding quality is like a "coin toss"—sometimes great, sometimes completely ignoring framework standards.
  • Pain Level: High-frequency, essential need. Developers encounter this daily.
  • Existing Solutions: Manual system prompts, AGENTS.md project configs—but these aren't reusable or shareable.

User Persona

User TypeScaleMotivation
Frontend DevsLargestReact/Next.js best practices
Full-stack DevsMediumDeployment, code reviews
Framework/SDK MaintainersSmall but High-valueEnsuring AI Agents use their libraries correctly
DevOps/InfraEmergingDeployment, security rules

Feature Breakdown

FeatureTypeDescription
npx skills addCoreReduces friction to zero
36+ Agent DetectionCoreCross-platform compatibility
Skills LeaderboardCoreDiscovery + Trust mechanism (real-time rankings)
Symlink + Lock FileCoreVersion management, avoids redundant storage
Update ChecksNice-to-haveAutomatically detects new Skill versions
Anonymous TelemetryNice-to-haveHelps Vercel understand usage (can be disabled)

Competitor Comparison

Dimensionskills.shMCP ToolsOpenSkillsAGENTS.md
TypeKnowledge DistributionDynamic Tool ProtocolKnowledge DistributionProject Config
FormatSKILL.mdJSON-RPCSKILL.mdMarkdown
Token Overhead~2,00050,000+~2,000Varies by length
ShareableYesYesYesNo
Ecosystem Size35k+ InstallsLargest (Standard)SmallN/A
Security RiskMedium (Supply Chain)High (Tool Execution)MediumLow

Key Takeaways

  1. "npm for X" Model: Any domain can benefit from "one-command installation of best practices."
  2. Leaderboard as Homepage: Using install counts instead of a traditional directory serves as both a discovery mechanism and a trust signal.
  3. Auto-detection + Symlink: Users don't need to know where Agent config files are; the CLI handles it automatically.
  4. Open Standard + First Implementation: Implementing Anthropic's standard better than anyone else is smarter than trying to invent a new one.

For Tech Bloggers

Founder Story

Guillermo Rauch, CEO of Vercel, founded the company in 2015 (originally ZEIT). As the creator of Next.js, he has always been obsessed with "reducing the friction from idea to production." From Next.js (reducing React friction) to v0 (natural language UI generation) and now skills.sh (installing knowledge for Agents), the vision is consistent.

Vercel recently raised a $300M Series F in Sept 2025 at a $9.3B valuation. Clients include OpenAI, Anthropic, PayPal, Nike, and Walmart.

Controversy / Discussion Points

  • Supply Chain Security is the Biggest Risk: Security researcher Jamieson O'Reilly found that skill download counts could be faked to trick users into installing malicious skills. He warns: "If you are running agent infrastructure, audit your trust model today." Unlike traditional software where you can read code, Skills are Markdown—how an AI "interprets" those instructions is inherently uncontrollable. Source: The Stack
  • Skills vs. MCP Debate: These two paradigms solve different problems, but which should developers choose? The answer is likely both, but it leads to conceptual confusion. Source: Arcade.dev
  • Vercel's Self-Correction: A Vercel blog post admitted that in their eval tests, simple AGENTS.md files outperformed Skills in certain scenarios. Source: Vercel Blog
  • JS/TS Bias: ProductHunt users have already requested support for Python and Dart SDKs.

Hype Data

  • PH Upvotes: 276
  • GitHub: agent-skills 18.2k stars / skills CLI 3.7k stars
  • Installs: 35,512 total (All-time, from skills.sh real-time data)
  • Top Skill: vercel-react-best-practices (78.3K installs)
  • First 6 Hours: 20,900 installs (top skill only)
  • Remotion Promo Video: 147k views
  • GitHub Issues: 200+ (within 10 days)

Skills Leaderboard

Leaderboard Top 15: Vercel's official Skills hold the top three spots, Remotion is fourth (56.5K), and Anthropic's frontend-design is fifth (30.3K). Third-party skills like Supabase and Browser-use are growing fast.

Content Suggestions

  • Deep Dive: "The Supply Chain Security Risks of the Agent Skills Ecosystem" — This angle offers conflict, warning, and depth.
  • Trend Jacking: Publish your own Skill and write "How I built an Agent Skill in XX hours."

For Early Adopters

Pricing Analysis

TierPriceFeaturesIs it enough?
Free$0Skills CLI + All Public SkillsAbsolutely
Vercel Pro$20/moIf using vercel-deploy skillOnly for deployment

Conclusion: skills.sh itself is completely free. You only pay if you choose to deploy on Vercel, which is optional.

Quick Start Guide

  • Setup Time: 2 minutes
  • Learning Curve: Extremely low
  • Steps:
    1. Ensure Node.js is installed.
    2. Run npx skills add vercel-labs/agent-skills.
    3. Select the Skills to install (or use --all).
    4. The CLI automatically detects your Agents (Claude Code / Cursor / Codex, etc.).
    5. Next time you code, the Agent automatically utilizes the installed Skills.

Pitfalls and Gripes

  1. Supply Chain Security: Anyone can publish a Skill, and there is currently no review process. While they look like harmless Markdown, AI interpretation is unpredictable.
  2. Anonymous Telemetry: The CLI collects usage data by default; mind your privacy.
  3. JS/TS Dominance: The current ecosystem is heavily skewed toward frontend and Node.js; Python support is lacking.
  4. Early Bugs: 200+ GitHub Issues in 10 days; the product is very new.
  5. Inflated Install Counts: Top skill data includes bundled installs; unique individual installs are likely lower.

Security and Privacy

  • Data Storage: Skills are installed locally (~/.claude/skills/, etc.) and do not upload your code.
  • Telemetry: CLI collects anonymous data, which can be disabled.
  • Supply Chain Risk: The biggest concern. It is recommended to only install Skills from trusted sources (e.g., vercel-labs, anthropic).

Alternatives

AlternativeProsCons
OpenSkillsLightweight, cross-IDESmaller ecosystem
MCP ToolsTrue tool calling, more capableHigh token cost, complex setup
Manual AGENTS.mdZero dependencies, total controlNot shareable or reusable
Custom System PromptMost flexibleNon-standard, requires per-project setup

For Investors

Market Analysis

  • AI Agent Market Size: 2025 $7.84B → 2030 $52.62B (CAGR 46.3%)
  • DevTools Sector: Goldman Sachs estimates the software market will reach $780B by 2030 (CAGR 13%).
  • Drivers: Gartner predicts 40% of enterprise apps will embed AI Agents by 2026 (up from 5% in 2025).
  • Skills.sh Positioning: The "distribution layer" of the AI Agent toolchain—it doesn't build the Agent or the model; it manages the Agent's "knowledge packs."

Competitive Landscape

LayerPlayersPositioning
Model LayerAnthropic, OpenAI, GoogleFoundation Models
Agent LayerClaude Code, Cursor, CopilotCoding Agents
Protocol LayerMCP (Anthropic)Dynamic Tool Standards
Knowledge Layerskills.sh (Vercel), OpenSkillsSkills Package Management
Application LayerVercel, Netlify, CloudflareDeployment Platforms

Skills.sh occupies a clever niche: Agent-agnostic and Model-agnostic. Regardless of the Agent or model used, domain knowledge is always required.

Timing Analysis

  • Why Now?: Anthropic opened the Agent Skills standard in late 2025, and Agent tools (Claude Code, Codex, Cursor) exploded in early 2026. Skills.sh hit the window where Agents are popular but standardized knowledge sources are missing.
  • Tech Maturity: High. The format is Markdown; there is no significant technical risk.
  • Market Readiness: High. Rapid adoption by Stripe suggests clear enterprise demand.

Team & Funding

  • Company: Vercel, Inc. (San Francisco)
  • Founder: Guillermo Rauch (Creator of Next.js)
  • Latest Round: Series F, $300M, $9.3B Valuation (Sept 2025)
  • Total Funding: $863M across 6 rounds
  • Investors: Accel, GIC, BlackRock, Khosla Ventures, Tiger Global, Salesforce Ventures, GV
  • ARR: ~$200M (June 2025), doubled in 15 months

Note: skills.sh is a product line within Vercel, not a standalone company. Its value lies in strengthening Vercel's ecosystem moat rather than direct revenue.


Conclusion

skills.sh did one thing right: it unified the "installing knowledge for Agents" experience using the simplest possible method (Markdown + CLI) just as the ecosystem was fragmenting.

It's not a revolutionary invention—the Agent Skills standard belongs to Anthropic, and anyone can write Markdown. However, Vercel's execution (20k installs in 6 hours, Stripe's day-one support) and brand equity have turned it into a de facto standard overnight.

The biggest looming threat is supply chain security—when anyone can publish a Skill and AI interpretation of Markdown is unpredictable, the "npm security problem" could repeat itself in the Agent ecosystem.

User TypeRecommendation
DevelopersInstall it. It's free, zero-risk, and provides instant benefits. Stick to official Skills first.
Product ManagersWatch closely. The "npm for X" distribution model and the "Leaderboard as Homepage" design are brilliant.
BloggersGreat material. Supply chain security and the Skills vs. MCP debate are excellent angles.
Early AdoptersGo for it. 2-minute setup, free, and the worst case is just a few extra Markdown files.
InvestorsAn extension of Vercel's moat, not a standalone target. Monitor the Agent knowledge distribution landscape.

Resource Links

ResourceLink
Official Siteskills.sh
CLI GitHubvercel-labs/skills
Official Skillsvercel-labs/agent-skills
Documentationskills.sh/docs
FAQAgent Skills Explained
ProductHuntproducthunt.com/products/vercel
Guillermo Rauch Twitter@rauchg

Sources:


2026-02-01 | Trend-Tracker v7.3

One-line Verdict

Skills.sh is a promising platform for standardizing AI agent knowledge, but security and ecosystem diversity are key challenges.

FAQ

Frequently Asked Questions about skills-sh

A package manager for AI coding assistant skills, enabling developers to equip agents with reusable best practices and knowledge.

The main features of skills-sh include: `npx skills add` for easy installation, Cross-platform compatibility with 36+ agents.

Skills.sh is free; Vercel deployment is optional and priced separately.

Developers using AI coding assistants like Claude Code, Cursor, and Copilot daily.

Alternatives to skills-sh include: MCP Tools, OpenSkills, AGENTS.md, custom system prompts..

Data source: ProductHuntFeb 2, 2026
Last updated: