skills.sh: The npm for the AI Agent Era, Vercel Strikes Again
2026-01-31 | ProductHunt | Official Site | GitHub

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?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Agents stop guessing APIs, reducing rework | Installation < 1 minute |
| Money | Skills are completely free and open source | $0 (Skills themselves are free) |
| Quality | Code follows official best practices, reducing review cycles | Requires 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-skillsrequires 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
useEffectwaterfalls. - 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
skillFolderHashto 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 Type | Scale | Motivation |
|---|---|---|
| Frontend Devs | Largest | React/Next.js best practices |
| Full-stack Devs | Medium | Deployment, code reviews |
| Framework/SDK Maintainers | Small but High-value | Ensuring AI Agents use their libraries correctly |
| DevOps/Infra | Emerging | Deployment, security rules |
Feature Breakdown
| Feature | Type | Description |
|---|---|---|
npx skills add | Core | Reduces friction to zero |
| 36+ Agent Detection | Core | Cross-platform compatibility |
| Skills Leaderboard | Core | Discovery + Trust mechanism (real-time rankings) |
| Symlink + Lock File | Core | Version management, avoids redundant storage |
| Update Checks | Nice-to-have | Automatically detects new Skill versions |
| Anonymous Telemetry | Nice-to-have | Helps Vercel understand usage (can be disabled) |
Competitor Comparison
| Dimension | skills.sh | MCP Tools | OpenSkills | AGENTS.md |
|---|---|---|---|---|
| Type | Knowledge Distribution | Dynamic Tool Protocol | Knowledge Distribution | Project Config |
| Format | SKILL.md | JSON-RPC | SKILL.md | Markdown |
| Token Overhead | ~2,000 | 50,000+ | ~2,000 | Varies by length |
| Shareable | Yes | Yes | Yes | No |
| Ecosystem Size | 35k+ Installs | Largest (Standard) | Small | N/A |
| Security Risk | Medium (Supply Chain) | High (Tool Execution) | Medium | Low |
Key Takeaways
- "npm for X" Model: Any domain can benefit from "one-command installation of best practices."
- Leaderboard as Homepage: Using install counts instead of a traditional directory serves as both a discovery mechanism and a trust signal.
- Auto-detection + Symlink: Users don't need to know where Agent config files are; the CLI handles it automatically.
- 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)

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
| Tier | Price | Features | Is it enough? |
|---|---|---|---|
| Free | $0 | Skills CLI + All Public Skills | Absolutely |
| Vercel Pro | $20/mo | If using vercel-deploy skill | Only 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:
- Ensure Node.js is installed.
- Run
npx skills add vercel-labs/agent-skills. - Select the Skills to install (or use
--all). - The CLI automatically detects your Agents (Claude Code / Cursor / Codex, etc.).
- Next time you code, the Agent automatically utilizes the installed Skills.
Pitfalls and Gripes
- 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.
- Anonymous Telemetry: The CLI collects usage data by default; mind your privacy.
- JS/TS Dominance: The current ecosystem is heavily skewed toward frontend and Node.js; Python support is lacking.
- Early Bugs: 200+ GitHub Issues in 10 days; the product is very new.
- 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
| Alternative | Pros | Cons |
|---|---|---|
| OpenSkills | Lightweight, cross-IDE | Smaller ecosystem |
| MCP Tools | True tool calling, more capable | High token cost, complex setup |
| Manual AGENTS.md | Zero dependencies, total control | Not shareable or reusable |
| Custom System Prompt | Most flexible | Non-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
| Layer | Players | Positioning |
|---|---|---|
| Model Layer | Anthropic, OpenAI, Google | Foundation Models |
| Agent Layer | Claude Code, Cursor, Copilot | Coding Agents |
| Protocol Layer | MCP (Anthropic) | Dynamic Tool Standards |
| Knowledge Layer | skills.sh (Vercel), OpenSkills | Skills Package Management |
| Application Layer | Vercel, Netlify, Cloudflare | Deployment 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 Type | Recommendation |
|---|---|
| Developers | Install it. It's free, zero-risk, and provides instant benefits. Stick to official Skills first. |
| Product Managers | Watch closely. The "npm for X" distribution model and the "Leaderboard as Homepage" design are brilliant. |
| Bloggers | Great material. Supply chain security and the Skills vs. MCP debate are excellent angles. |
| Early Adopters | Go for it. 2-minute setup, free, and the worst case is just a few extra Markdown files. |
| Investors | An extension of Vercel's moat, not a standalone target. Monitor the Agent knowledge distribution landscape. |
Resource Links
| Resource | Link |
|---|---|
| Official Site | skills.sh |
| CLI GitHub | vercel-labs/skills |
| Official Skills | vercel-labs/agent-skills |
| Documentation | skills.sh/docs |
| FAQ | Agent Skills Explained |
| ProductHunt | producthunt.com/products/vercel |
| Guillermo Rauch Twitter | @rauchg |
Sources:
- Vercel Changelog - Introducing Skills
- JP Caparas - 20K installs in 6 hours
- Dev Genius - Vercel Launches Skills
- MarkTechPost - Agent Skills Release
- GitHub - vercel-labs/skills
- GitHub - vercel-labs/agent-skills
- MCP vs Agent Skills - Medium
- Skills vs Tools - Arcade.dev
- Clawdbot Supply Chain Risk - The Stack
- Vercel Series F - $9.3B
- AI Agents Market Size - MarketsAndMarkets
- AI Agents Market - DemandSage
- Claude Skills Explained
- Vercel Blog - AGENTS.md vs Skills
- OpenSkills GitHub
- Guillermo Rauch Tweet
- Vercel Funding - Tracxn
2026-02-01 | Trend-Tracker v7.3