← Back to all trends中文
Nascent

Agent Skill

v2exgithubjuejin
First seen 2026-09-17Last seen 2026-09-17Score 71?3 sources7 mentionsGrowth +100%

Executive Summary

Skills are emerging as the standard packaging unit for agent capabilities, with a burst of skill repos (mattpocock/skills, taste-skill, graphify, last30days-skill) and Luckin turning coffee ordering into an agent skill.

Key Metrics

Trend Score
71
Opportunity
62
Market
68
Competition
18
lower = better
Demand
28
SEO Difficulty
22
lower = easier

What is it

Agent Skill is the emerging packaging unit for AI agent capabilities — a standardized, portable bundle that tells an agent how to do a specific job. Think of it as an npm package, but for agent behavior: a folder containing a manifest, instructions, tool bindings, and optional code (JavaScript or Python) that any compatible agent runtime can load and execute. Instead of hardcoding "order coffee" or "review this PR" into every agent, you ship it as a Skill that plugs in anywhere.

The business significance is bigger than the technical one. Skills turn agent capabilities into a distributable commodity with a clear supply chain: authors build them, marketplaces host them, runtimes consume them, and enterprises buy curated bundles. The recent burst of repos — mattpocock/skills, taste-skill, graphify, last30days-skill — plus Luckin turning coffee ordering into an agent skill signals the pattern is real. Whoever owns the packaging standard, the registry, or the quality layer captures the value.

Why now

Three forces converged in late 2025 and early 2026. First, agent runtimes matured enough that "capability" became a distinct layer from "model" — once Claude, GPT, and open-source agents all supported tool-calling reliably, the bottleneck shifted from can the agent act to does it know how to act well. That gap is exactly what a Skill fills.

Second, the developer experience collapsed in cost. A Skill is just a manifest plus instructions plus optional code — you can author one in an afternoon. That low floor triggered the repo explosion we're seeing (mattpocock/skills, taste-skill, graphify, last30days-skill all appeared within a tight window). When creation cost drops below a certain threshold, you get a Cambrian explosion of supply.

Third, real businesses started shipping Skills as products. Luckin turning coffee ordering into an agent skill is the tell — this isn't a hobbyist pattern anymore, it's a distribution channel. The 100% growth rate and "nascent" stage mean we're at the very start of the curve, not the middle. Waiting six months means competing against entrenched registries.

Market Evidence

The signal comes from three independent platforms: v2ex (developer chatter), GitHub (actual repos shipping), and juejin (Chinese dev community). Seven total mentions across three sources with a 100% growth rate is small in absolute terms — but that's the point of a "nascent" stage reading. Early signals are always thin; the question is whether they're coherent.

They are. The repos are real and thematically consistent: mattpocock/skills (a well-known TypeScript educator packaging reusable agent behaviors), taste-skill (aesthetic/quality judgment as a skill), graphify (data visualization capability), last30days-skill (recency-aware retrieval). These aren't random — they're all "packaged expertise" plays. The Luckin case is the commercial proof point: a major brand using a Skill as a customer-facing distribution channel.

This is real demand, not hype, for one reason: the supply is being created by people with no coordination. When independent developers on three platforms spontaneously converge on the same packaging pattern, that's a standard forming. The risk isn't that it's fake — it's that it's early, so you're building infrastructure for a market that's still finding its buyers.

Who's Behind It

The driver set is fragmented, which is both the opportunity and the risk. On the developer side, Matt Pocock (mattpocock/skills) brings serious TypeScript credibility and an audience of hundreds of thousands — his involvement legitimizes Skills as a serious engineering pattern, not a toy. The taste-skill, graphify, and last30days-skill authors represent the long tail of specialized capability builders.

Commercially, Luckin is the most important name: a large consumer brand treating an agent skill as a real ordering channel. That signals enterprise buyers are waking up.

The "whales" to watch are the agent runtime vendors — Anthropic, OpenAI, and the open-source agent frameworks. None of them has clearly claimed the Skill registry yet. That's the vacuum. Whoever standardizes the manifest format and hosts the trusted registry becomes the npm of agents. Right now it's a land grab with no incumbent.

TAM & Market Size

The buyers split into three tiers. Tier one: individual developers and indie hackers who need pre-built agent capabilities — millions globally, low willingness to pay ($0-20/month), but enormous volume and a freemium funnel. Tier two: SaaS teams embedding agents into products — tens of thousands, budget $50-500/month, and they buy for speed-to-market. Tier three: enterprises needing vetted, auditable, security-reviewed Skill bundles — thousands of buyers, $1,000-50,000/year contracts.

The demand score of 0/100 reflects that no one has proven they'll pay yet — there's no established price point. But the underlying market is the entire agent tooling layer, which every major analyst projects as a multi-billion-dollar category by 2028. Even capturing a thin slice of the packaging/registry layer is a real business.

Price tolerance is currently untested, which is why the first mover who runs a clean pricing experiment (say, $19/month pro tier) sets the anchor for everyone. The opportunity score of 0/100 isn't "no opportunity" — it's "no data yet." That's exactly when founders should be probing.

Competitive Landscape

There is no dominant player. The space is a scattering of individual repos with no registry, no discovery layer, no quality bar, and no monetization. That's the gap. Current "competitors" are: raw GitHub repos (unsearchable, unversioned, no trust signals), agent framework built-in tool libraries (locked to one vendor), and general prompt marketplaces (wrong unit — prompts aren't Skills).

The real threat is Big Tech. If Anthropic or OpenAI ships an official Skill registry with their runtime, indie players get squeezed to niche verticals overnight. Your window is roughly 6-12 months — the time it takes a major lab to decide this is core versus commodity.

Differentiation must come from trust and curation, not just hosting. A marketplace that security-reviews Skills, versions them, benchmarks their reliability, and offers enterprise audit trails is defensible even if a lab launches a free registry. The competition score of 0/100 means the field is wide open — move now, but build a moat that isn't just "we host files."

Business Model

Go freemium marketplace with a paid pro tier and an enterprise layer. This fits because the supply side (authors) needs free distribution to bootstrap, while the demand side (teams and enterprises) will pay for trust, support, and private hosting.

Pricing: Free tier for public Skills and discovery. Pro at $29/month per seat for private Skills, versioning, and usage analytics — anchored to what developers already pay for npm-adjacent tooling (GitHub Team is $4, Vercel Pro is $20; $29 sits comfortably for a productivity layer). Enterprise at $12,000/year for SSO, audit logs, security-reviewed bundles, and SLA.

12-month forecast: Conservative — 400 paying seats, $140K ARR. Base — 1,200 seats plus 15 enterprise contracts, $600K ARR. Optimistic — 3,500 seats plus 40 enterprise deals, $1.7M ARR. These assume the "nascent" stage matures on schedule; if it stalls, halve everything.

CAC: content-led and community-led, so blended CAC around $60-90 for pro seats, payback in 2-3 months. Enterprise CAC runs $3,000-6,000 with 6-9 month payback — acceptable given contract size.

MVP Blueprint

Ship in 5 days. Core features only: (1) a Skill manifest spec (YAML/JSON with name, version, description, tools, permissions, entrypoint), (2) a registry backend with publish/search/install, (3) a CLI (skill install <name>) that pulls a Skill into a local agent project, (4) a minimal web UI for browsing and one-click copy of install commands.

Cut everything else: no ratings, no payments, no enterprise features, no runtime — just publish, find, install. The runtime is someone else's problem for v1.

Tech stack: Next.js for the web UI, Postgres + Prisma for the registry, a thin Node CLI published to npm, and S3-compatible storage for Skill bundles. Total build: 2 days backend, 1 day CLI, 1.5 days UI, 0.5 day polish.

Fastest path to launch: seed the registry with 20-30 high-quality Skills you author or port from the existing repos (with attribution). An empty registry is a dead registry. Get it in front of the v2ex and GitHub communities on day 5 and watch install counts. Suggested product types — SaaS registry, CLI tool, and a public API for programmatic install — all fit this single build.

Commercial Opportunities

1. Skill Registry + Trust Layer. A curated marketplace with security scanning and version pinning. Target: SaaS teams embedding agents who can't afford to gamble on untrusted code. Expected $15K-40K MRR within 12 months from pro seats and enterprise contracts. Beats a plain repo because it solves trust, which repos never will.

2. Skill Authoring Studio. A hosted IDE that scaffolds, tests, and benchmarks Skills against multiple agent runtimes. Target: professional Skill authors and agencies. $49/month per author, $20K-50K MRR at scale. Beats generic IDEs because it's purpose-built for the manifest/test/benchmark loop.

3. Enterprise Skill Curation Service. Done-for-you sourcing, vetting, and private hosting of Skill bundles for large orgs. Target: enterprises with agent deployments but no internal Skill expertise. $5K-25K per engagement plus retainer. Beats self-serve because enterprises buy outcomes, not tools.

Product Ideas

🥇 SkillHub — "npm for agent skills." A registry with discovery, versioning, and one-line install. Target user: indie devs and SaaS teams building agents. Why now: no registry exists, the pattern is standardizing, and the first credible one wins the default position. Monetize with pro seats and enterprise.

🥈 SkillForge — a testing and benchmarking harness that scores any Skill across Claude, GPT, and open-source runtimes. Target user: Skill authors and platform teams who need reliability proof. Why now: as supply explodes, quality becomes the scarce resource, and nobody is measuring it yet. Charge $39/month per author.

🥉 SkillKit Enterprise — private, audited Skill hosting with SSO, permissions, and compliance logs. Target user: regulated enterprises rolling out agents. Why now: Luckin proved brands will use Skills commercially; the next wave is compliance-conscious enterprises who need a governed internal registry. Price at $12K/year and up.

SEO Opportunity

Search volume for "agent skill," "agent skills registry," and "AI agent skill marketplace" is low but climbing steeply from a near-zero base — classic nascent-trend SEO where early content ranks fast and compounds. SEO difficulty reads 0/100, meaning almost no competition for these terms today.

Target long-tails: "how to build an agent skill," "agent skill manifest format," "best agent skills marketplace," "install agent skill CLI," "agent skill vs tool." Content strategy: publish the canonical spec and a "what is an agent skill" explainer now — whoever defines the term in search owns the category. Ship docs, a comparison post, and a getting-started tutorial within week one.

Risk Assessment

The thesis breaks if Skills turn out to be a feature, not a product — i.e., every agent runtime ships its own built-in skill library and cross-vendor portability never materializes. That's the top technical risk.

Top three risks: (1) Tech — no standard manifest emerges, so Skills stay vendor-locked and a registry is worthless. (2) Market — the nascent trend fizzles; 7 mentions stay 7 mentions and buyers never show. (3) Execution — a major lab launches a free official registry and commoditizes hosting.

Validate cheaply: build the manifest spec and CLI in 5 days, seed 20 Skills, and measure install counts and inbound interest over two weeks. If installs are flat and no one asks for private hosting, walk away. If teams ask "can we host our own private Skills?" — that's your enterprise signal. Set a hard 30-day go/no-go gate.

Action Plan

Today: Write the Skill manifest spec (one page, YAML) and publish it as a public gist or repo. This stakes your claim on the standard and starts SEO compounding immediately.

Low-cost validation (week 1): Build the CLI and a bare registry, port 20 existing Skills from the repos you found, and post to v2ex, GitHub, and juejin. Track installs, stars, and DMs. Success signal: 50+ installs and at least 3 people asking about private hosting.

If signal confirms: Add the web UI and a pro tier, then start outbound to SaaS teams embedding agents.

Timeline: Week 1 — spec + CLI + 20 Skills live. Month 1 — web registry, 100 Skills, first 20 pro signups. Month 3 — pro tier at $29/month, 2-3 enterprise pilots, and a published benchmark report to own the quality narrative.

Related Terms

Agent Tooling — the broader layer of runtimes, orchestrators, and MCP-style connectors that Skills plug into; Skills are the packaging, tooling is the plumbing.

Model Context Protocol (MCP) — the transport standard for connecting agents to external data and tools; Skills and MCP are complementary, with Skills often wrapping MCP connections into reusable bundles.

Prompt Marketplace — the earlier, weaker cousin; prompts are text, Skills are executable packages, and the shift from one to the other is exactly the trend to ride.

Opportunity Analysis

62/100 · Opportunity Score★★☆☆☆
68
Market
18
Competition
Lower = better
28
Demand
22
SEO Difficulty
Lower = easier
Suggested Products:CLI ToolSDK/LibraryWeb AppMCP ServerOpen Source
MVP in ~30 days

Agent Skill is a genuine platform-paradigm shift where capability packaging is standardizing, opening a 6-12 month window before big platforms lock in distribution. The lowest-risk indie play is neutral cross-platform tooling — hosting, versioning, export, and testing — not a marketplace. Demand is unproven, so treat this as a bet on the paradigm rather than a validated market.

Risks:Anthropic/OpenAI/Cursor may ship official skill marketplaces and absorb the layerSkill format standards may fragment or shift before indie tools gain tractionDemand is unproven — users may never pay for skill tooling

Want daily opportunity scores like this for every emerging trend?

Start Free Trial →

Frequently Asked Questions

What is Agent Skill?

Agent Skill is the emerging packaging unit for AI agent capabilities — a standardized, portable bundle that tells an agent how to do a specific job. Think of it as an npm package, but for agent behavior: a folder containing a manifest, instructions, tool bindings, and optional code (JavaScript o...

Why is Agent Skill trending now?

Three forces converged in late 2025 and early 2026. First, agent runtimes matured enough that "capability" became a distinct layer from "model" — once Claude, GPT, and open-source agents all supported tool-calling reliably, the bottleneck shifted from can the agent act to does it know how to act...

Who should pay attention to Agent Skill?

The driver set is fragmented, which is both the opportunity and the risk. On the developer side, Matt Pocock (mattpocock/skills) brings serious TypeScript credibility and an audience of hundreds of thousands — his involvement legitimizes Skills as a serious engineering pattern, not a toy. The t...

What is the market opportunity for Agent Skill?

The opportunity score for Agent Skill is 62/100. Market demand: 28/100. Competition level: 18/100 (lower is better). Agent Skill is a genuine platform-paradigm shift where capability packaging is standardizing, opening a 6-12 month window before big platforms lock in distribution. The lowest-risk indie play is neutral cross-platform tooling — hosting, versioning, export, and testing — not a marketplace. Demand is unproven, so treat this as a bet on the paradigm rather than a validated market.

Is Agent Skill worth building right now?

Agent Skill has a revenue potential of ★★ (2/5). Estimated MVP development time: ~30 days. Suggested products: CLI Tool, SDK/Library, Web App, MCP Server, Open Source.

Where is Agent Skill being discussed?

Agent Skill has been spotted across 3 independent sources (v2ex, github, juejin) with 7 total mentions and 100% growth since 2026-09-17.

Is now the right time to act on Agent Skill?

Agent Skill is in the nascent stage with 100% growth. SEO difficulty is 22/100 (lower is easier to rank). Opportunity score: 62/100.