<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Skillselion</title>
    <description>The latest articles on DEV Community by Skillselion (@skillselion).</description>
    <link>https://dev.to/skillselion</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4011357%2Fd26aaea4-6874-4ef5-8130-82c8a6bf75ba.png</url>
      <title>DEV Community: Skillselion</title>
      <link>https://dev.to/skillselion</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skillselion"/>
    <language>en</language>
    <item>
      <title>The number 2 most-installed agent skill is seven lines long and delegates all of them</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Sun, 30 Aug 2026 08:18:32 +0000</pubDate>
      <link>https://dev.to/skillselion/the-number-2-most-installed-agent-skill-is-seven-lines-long-and-delegates-all-of-them-76j</link>
      <guid>https://dev.to/skillselion/the-number-2-most-installed-agent-skill-is-seven-lines-long-and-delegates-all-of-them-76j</guid>
      <description>&lt;p&gt;At 1,005,653 installs, the second most-installed agent skill in our catalog is seven lines long. Not seven hundred. Seven. As of August 30, 2026, &lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-me?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;Matt Pocock's grill-me skill&lt;/a&gt; trails only &lt;a href="https://skillselion.com/skills/vercel-labs/skills/find-skills?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;the find-skills skill from Vercel Labs&lt;/a&gt;, which holds 3,170,600. The installed file writes no code and contains no method. Its one working instruction hands off to a sibling.&lt;/p&gt;

&lt;p&gt;Disclosure: we run &lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;, an independent catalog refreshed daily from skills.sh, GitHub and MCP registries, ranked by real installs. We read both files line by line at commit &lt;code&gt;885e2ca&lt;/code&gt; of mattpocock/skills on August 20, 2026, as part of &lt;a href="https://skillselion.com/deep-dives?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;our deep dive series&lt;/a&gt;. Every quote below is from that commit.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does the seven-line grill-me skill actually do?
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Call the Skill tool with "grilling".
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Source: SKILL.md, full file at &lt;a href="https://github.com/mattpocock/skills/tree/main/skills/productivity/grill-me" rel="noopener noreferrer"&gt;the grill-me folder in mattpocock/skills&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That is routing, not laziness. The repo keeps one method skill named grilling and points two trigger skills at it: grill-me for plans, and &lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-with-docs?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;the grill-with-docs skill&lt;/a&gt; for architecture decisions against a live codebase. grill-with-docs is itself at 856,939 installs, third in the catalog. The dependency matters when you install: seven lines have nothing to fall back on, so grill-me does nothing unless &lt;a href="https://skillselion.com/skills/mattpocock/skills/grilling?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;the grilling skill&lt;/a&gt; is present too.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why can the agent not start grill-me by itself?
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;disable-model-invocation&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="kc"&gt;true&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Your agent cannot fire grill-me on its own. You say "grill me", or nothing happens. For a skill whose entire output is questions aimed at you, that is the right lock. The interesting part is where the lock is not: grilling, the method underneath, carries no such flag, and its description invites the agent to reach for it when you seem to want your thinking stress-tested. The trigger phrase belongs to you. The method keeps its own judgment.&lt;/p&gt;

&lt;h2&gt;
  
  
  How does grill-me structure its questions?
&lt;/h2&gt;

&lt;p&gt;The method models your plan as a tree where every decision branches into the decisions hanging off it. The set of questions whose prerequisites are already settled is called the frontier, and the agent asks the whole frontier in one numbered round:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;❓ Q1 - &amp;lt;question title&amp;gt;: &amp;lt;question body&amp;gt;&lt;br&gt;
➡️ &amp;lt;your recommended answer&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Each question ships with the agent's own recommendation, so you can answer "yes to your suggestion" instead of writing an essay. A question that depends on another still-open question belongs to a later round, explicitly. Every answered round reshapes the tree.&lt;/p&gt;

&lt;h2&gt;
  
  
  How does grill-me avoid asking you to run ls?
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Finding &lt;em&gt;facts&lt;/em&gt; is your job, never the user's.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Source: &lt;a href="https://github.com/mattpocock/skills/tree/main/skills/productivity/grilling" rel="noopener noreferrer"&gt;grilling SKILL.md&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Anything the agent could look up in the environment, it dispatches a sub-agent to find instead of asking you. A running lookup counts as an unsettled prerequisite, so only the questions downstream of it wait while the rest of the frontier gets asked. You never get asked to run &lt;code&gt;ls&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;The exit condition is testable rather than vibes based: the session ends when the frontier is empty, and even then the agent must not act until you confirm you have reached shared understanding.&lt;/p&gt;

&lt;h2&gt;
  
  
  What changes once grill-me is installed?
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;You say&lt;/th&gt;
&lt;th&gt;Without grill-me&lt;/th&gt;
&lt;th&gt;With grill-me&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;"Grill me on this plan"&lt;/td&gt;
&lt;td&gt;The agent agrees and starts building&lt;/td&gt;
&lt;td&gt;Numbered question rounds until no branch is silently assumed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;"We should add a Postgres cache here"&lt;/td&gt;
&lt;td&gt;"Great idea", then an implementation&lt;/td&gt;
&lt;td&gt;The frontier fills with invalidation, the local dev story, and who owns the schema&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx skills add https://github.com/mattpocock/skills &lt;span class="nt"&gt;--skill&lt;/span&gt; grill-me
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Install notes and the trigger vocabulary are in &lt;a href="https://skillselion.com/guides/grill-me-skill-claude-code-guide?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;the grill-me guide&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why do mattpocock/skills entries hold seven of the top ten?
&lt;/h2&gt;

&lt;p&gt;Look at the top ten by installs on August 30, 2026 and seven slots belong to skills from &lt;a href="https://github.com/mattpocock/skills" rel="noopener noreferrer"&gt;the mattpocock/skills repository&lt;/a&gt;. The tell is &lt;a href="https://skillselion.com/skills/mattpocock/skills/setup-matt-pocock-skills?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;the setup-matt-pocock-skills skill&lt;/a&gt; at 734,383 installs in eighth place. That skill does nothing but scaffold the per-repo configuration the other skills assume: issue locations, triage labels, domain-doc layout. On its own it is useless. The likeliest read is that people install the author's stack rather than picking individual files. &lt;a href="https://skillselion.com/skills/mattpocock/skills/tdd?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;The tdd skill&lt;/a&gt; at 797,033 and &lt;a href="https://skillselion.com/skills/mattpocock/skills/improve-codebase-architecture?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;the improve-codebase-architecture skill&lt;/a&gt; at 824,417 ride the same wave.&lt;/p&gt;

&lt;p&gt;The other pattern in that list: skills that stop the agent outrank skills that make it produce. The same shape shows up across &lt;a href="https://skillselion.com/research/agent-economy-census-2026-08?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;the August 2026 agent economy census&lt;/a&gt;. If you want to compare planning skills against each other, &lt;a href="https://skillselion.com/best/skills-for-docs-planning?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;the docs and planning hub&lt;/a&gt; ranks that category, and &lt;a href="https://skillselion.com/skills?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=grill-me-dive-aug-30" rel="noopener noreferrer"&gt;the full skills catalog&lt;/a&gt; covers the rest.&lt;/p&gt;

&lt;p&gt;Install counts are live as of August 30, 2026. Quotes are from commit &lt;code&gt;885e2ca&lt;/code&gt;, verified August 20, 2026.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>productivity</category>
      <category>devtools</category>
    </item>
    <item>
      <title>Vercel's web-design-guidelines skill is 39 lines long and contains zero rules</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Sat, 29 Aug 2026 08:04:00 +0000</pubDate>
      <link>https://dev.to/skillselion/vercels-web-design-guidelines-skill-is-39-lines-long-and-contains-zero-rules-m54</link>
      <guid>https://dev.to/skillselion/vercels-web-design-guidelines-skill-is-39-lines-long-and-contains-zero-rules-m54</guid>
      <description>&lt;p&gt;The UI review skill with 587,920 installs (August 29, 2026, Skillselion catalog) does not contain a single accessibility rule. &lt;a href="https://skillselion.com/skills/vercel-labs/agent-skills/web-design-guidelines?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;web-design-guidelines, Vercel's UI review skill&lt;/a&gt;, is 39 lines including frontmatter, and every rule it checks lives in a second repository it fetches at review time, from a URL that tracks &lt;code&gt;main&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;We run &lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;, a directory of Claude Code, Codex and Cursor extensions ranked by real installs, and we read the skill file at commit &lt;code&gt;b8caa26&lt;/code&gt; of &lt;a href="https://github.com/vercel-labs/agent-skills" rel="noopener noreferrer"&gt;vercel-labs/agent-skills&lt;/a&gt; for our &lt;a href="https://skillselion.com/skills/vercel-labs/agent-skills/web-design-guidelines?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29#deep-dive" rel="noopener noreferrer"&gt;deep dive on the skill&lt;/a&gt;. Here is what the architecture actually implies for your reviews.&lt;/p&gt;

&lt;h2&gt;
  
  
  The file is an instruction to go get instructions
&lt;/h2&gt;

&lt;p&gt;One sentence defines the whole design:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Both halves of a review live somewhere else: what to check, and how to print what you find. The repo's README advertises "100+ rules covering accessibility, performance, and UX", and that number appears nowhere in the skill file. It arrives by download when the review runs.&lt;/p&gt;

&lt;p&gt;That means the skill needs the network, and it asks for it by naming WebFetch, a Claude Code tool. In a sandboxed CI runner, or under an agent with no equivalent fetch tool, the skill still loads and still triggers, with nothing to check your code against.&lt;/p&gt;

&lt;h2&gt;
  
  
  The rules changed on August 18 and your install did not
&lt;/h2&gt;

&lt;p&gt;The fetch target is &lt;code&gt;raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md&lt;/code&gt;. &lt;code&gt;main&lt;/code&gt; is a branch. GitHub's history for that path shows five commits, three of them dated August 18, 2026, adding accessibility and media rules and revising the curly-quote guidance.&lt;/p&gt;

&lt;p&gt;So a component that came back clean in July can come back with findings in August, and the diff that caused it sits in &lt;a href="https://github.com/vercel-labs/web-interface-guidelines" rel="noopener noreferrer"&gt;vercel-labs/web-interface-guidelines&lt;/a&gt;, a repository you do not depend on and were never asked to watch. Your rules improve when Vercel improves them, which is the defensible intent. The bill arrives as reproducibility: two reviews of unchanged code, weeks apart, can legitimately disagree.&lt;/p&gt;

&lt;p&gt;Teams that need a review to hold still have the usual escape hatch: vendor the rules file into your own repo and point the agent at your copy.&lt;/p&gt;

&lt;h2&gt;
  
  
  The sheet it fetches is missing the rules with numbers in them
&lt;/h2&gt;

&lt;p&gt;Vercel publishes three rule documents in the guidelines repo. Read on August 20, 2026: the README carries 129 rule bullets, AGENTS.md carries 107 written as MUST, SHOULD and NEVER, and &lt;code&gt;command.md&lt;/code&gt;, the one this skill hard-codes, carries 103.&lt;/p&gt;

&lt;p&gt;The coverage gap is not random. Under "Targets &amp;amp; Input", AGENTS.md holds two MUST rules the command sheet has no equivalent of: a hit target of at least 24px (44px on mobile), and a mobile input font size of at least 16px so iOS Safari stops zooming on focus. The command sheet also drops focus management, tooltip timing and most of the README's Design section.&lt;/p&gt;

&lt;p&gt;Ask this skill "are my tap targets big enough?" and you get a guess. The fetched sheet carries no minimum hit-target rule, and nothing in the report tells you the question was out of scope.&lt;/p&gt;

&lt;p&gt;What it does cover is worth having: ARIA labeling and semantic elements, focus-visible rings, form autocomplete, compositor-friendly animation, &lt;code&gt;Intl&lt;/code&gt; formatting, hydration-safe inputs. The gap is a subset problem, not a quality problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  It is a template, and the copies inherit Vercel's edits
&lt;/h2&gt;

&lt;p&gt;The same repo ships &lt;a href="https://skillselion.com/skills/vercel-labs/agent-skills/writing-guidelines?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;writing-guidelines, the prose review skill&lt;/a&gt;: the same file with five lines changed (name, description, heading, summary, URL). Any raw markdown URL can become a review skill this way, and every skill built this way needs the network at review time and tracks a branch somebody else controls.&lt;/p&gt;

&lt;p&gt;Our &lt;a href="https://skillselion.com/research/agent-skill-clone-census-2026-08?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;Agent Skill Clone Census&lt;/a&gt;, frozen at August 12, 2026, ranks web-design-guidelines the second most-copied original in the catalog: 36 identical or near-identical copies, behind Anthropic's frontend-design at 59. Each copy inherits the one URL, which points into a repository the copier does not control. The copies that keep that URL fetch Vercel's rules on every run and inherit Vercel's edits, which is an unusual property for a fork to have.&lt;/p&gt;

&lt;p&gt;Contrast the sibling skill in the same repo: &lt;a href="https://skillselion.com/skills/vercel-labs/agent-skills/vercel-react-best-practices?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;vercel-react-best-practices, the React performance skill&lt;/a&gt;, ships 70 rule files on disk after install. Same author, opposite architecture.&lt;/p&gt;

&lt;h2&gt;
  
  
  Should you install it?
&lt;/h2&gt;

&lt;p&gt;Install it if you review UI in Claude Code and want the check driven by a published external standard instead of whatever the model feels strongly about that session. The rules on the other end are genuinely good, and the cost of keeping them current is one fetch per review.&lt;/p&gt;

&lt;p&gt;Skip it if your agent runs without network access, or if your reviews need to be reproducible. Vendor the sheet instead.&lt;/p&gt;

&lt;p&gt;If you want the generation-side counterpart, the guidelines repo pairs this skill with its AGENTS.md on purpose: the skill reviews what exists, AGENTS.md shapes what gets generated. Installing the skill does not put AGENTS.md in your project.&lt;/p&gt;

&lt;p&gt;For the taste-layer alternatives developers actually cross-shop, see &lt;a href="https://skillselion.com/best/skills-for-frontend-design?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;our hub of frontend design skills&lt;/a&gt;: &lt;a href="https://skillselion.com/skills/anthropics/skills/frontend-design?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;Anthropic's frontend-design&lt;/a&gt; generates UI under a design brief, &lt;a href="https://skillselion.com/skills/pbakaus/impeccable?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;impeccable&lt;/a&gt; applies Paul Bakaus's design playbooks, &lt;a href="https://skillselion.com/skills/nextlevelbuilder/ui-ux-pro-max-skill/ui-ux-pro-max?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;ui-ux-pro-max&lt;/a&gt; looks up palettes and WCAG rows, and &lt;a href="https://skillselion.com/skills/leonxlnx/taste-skill/design-taste-frontend?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;design-taste-frontend&lt;/a&gt; is the landing-page taste layer. web-design-guidelines is the only one of the five that generates nothing: it grades the files you already have.&lt;/p&gt;

&lt;p&gt;Every quote above is verified against the repository at the commit named, section by section, in &lt;a href="https://skillselion.com/skills/vercel-labs/agent-skills/web-design-guidelines?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29#deep-dive" rel="noopener noreferrer"&gt;the full deep dive&lt;/a&gt;. The dive series index is at &lt;a href="https://skillselion.com/deep-dives?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;Deep Dives&lt;/a&gt;, and the full catalog at &lt;a href="https://skillselion.com/skills?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=wdg-dive-aug-29" rel="noopener noreferrer"&gt;the skills directory&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Disclosure: we run Skillselion. Counts come from our live catalog, refreshed daily from skills.sh, GitHub and MCP registries, ranked by real installs.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>claude</category>
      <category>devtools</category>
    </item>
    <item>
      <title>Anthropic's frontend-design skill names the three cliché "AI looks", hex codes included</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Fri, 28 Aug 2026 08:22:40 +0000</pubDate>
      <link>https://dev.to/skillselion/anthropics-frontend-design-skill-names-the-three-cliche-ai-looks-hex-codes-included-f29</link>
      <guid>https://dev.to/skillselion/anthropics-frontend-design-skill-names-the-three-cliche-ai-looks-hex-codes-included-f29</guid>
      <description>&lt;p&gt;Anthropic ships an official Claude Code skill whose whole job is stopping your agent from designing the same page every other agent designs. It is called frontend-design, it is 55 lines of prose with no scripts and no component library, and it has 825,477 installs as of the August 27, 2026 Skillselion catalog sync, which makes it the third most-installed agent skill overall.&lt;/p&gt;

&lt;p&gt;We read the file line by line for the &lt;a href="https://skillselion.com/skills/anthropics/skills/frontend-design?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28#deep-dive" rel="noopener noreferrer"&gt;frontend-design deep dive&lt;/a&gt; on its listing page. Disclosure: we run Skillselion, the directory the dive lives on.&lt;/p&gt;

&lt;p&gt;The part worth your attention is one paragraph in the middle. Anthropic describes, with a hex code, exactly what AI-generated design collapses into when nobody stops it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The paragraph to screenshot
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;"AI-generated design right now clusters around three looks: (1) a warm cream background (near #F4F1EA) with a high-contrast serif display and a terracotta accent; (2) a near-black background with a single bright acid-green or vermilion accent; (3) a broadsheet-style layout with hairline rules, zero border-radius, and dense newspaper-like columns. All three are legitimate for some briefs, but they are defaults rather than choices."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Source: &lt;code&gt;SKILL.md&lt;/code&gt;, "Process" section, &lt;a href="https://github.com/anthropics/skills" rel="noopener noreferrer"&gt;anthropics/skills&lt;/a&gt; on GitHub. Quotes verified against the upstream file on August 19, 2026; the file last changed June 9, 2026.&lt;/p&gt;

&lt;p&gt;If you have shipped an agent-built landing page this year, you have probably shipped look number one.&lt;/p&gt;

&lt;h2&gt;
  
  
  A blacklist became a description, and that is the interesting engineering
&lt;/h2&gt;

&lt;p&gt;The earlier version of this skill banned aesthetics by name: Inter, Roboto, purple gradients on white. The rewrite drops the blacklist entirely and replaces it with descriptions of the failure modes. A banned-fonts list rots the day a new default font appears. A description of the cliché generalizes: the agent can recognize the cream-serif-terracotta pattern in any font, any framework, any year.&lt;/p&gt;

&lt;p&gt;That is a prompt-engineering pattern worth stealing for your own skills: describe the failure mode you want avoided instead of enumerating instances of it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the other 50 lines do
&lt;/h2&gt;

&lt;p&gt;The file changes agent behavior in eight moves. The short version:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;A focused trigger.&lt;/strong&gt; The frontmatter description scopes it to visual design for new or reshaped UI, so it does not fire on every request that touches pixels.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A role with stakes.&lt;/strong&gt; "Approach this as the design lead at a small studio" whose client "has already rejected proposals that felt templated". The load-bearing line: "take one real aesthetic risk you can justify".&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Subject grounding.&lt;/strong&gt; If the brief is vague, the agent must pin a concrete subject, audience, and the page's single job before designing, out loud.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Six design principles.&lt;/strong&gt; One paragraph each: hero as thesis, typography as personality, "Structure is information", motion as "an orchestrated moment", complexity matched to the vision, and copy as a principle of its own.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The calibration warning.&lt;/strong&gt; The three looks above.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A two-pass process.&lt;/strong&gt; Plan a compact token system (named palette, type pairing, layout, one signature element), then critique the plan for genericness before writing any code. Code comes third.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A restraint rule.&lt;/strong&gt; "Spend your boldness in one place", plus Chanel's mirror advice: remove one accessory.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A writing chapter.&lt;/strong&gt; Roughly a fifth of the file is about words: "A person manages notifications, not webhook config", "Save changes" not "Submit", and errors that never apologize and are never vague.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The full walkthrough with every quoted section lives in the &lt;a href="https://skillselion.com/skills/anthropics/skills/frontend-design?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;deep dive on the frontend-design listing&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it will not do for you
&lt;/h2&gt;

&lt;p&gt;Two honest caveats from our read. It optimizes for distinctiveness, so on plain internal tools it can over-art-direct; constrain it with your own brief. And it contains almost no engineering: one CSS-specificity warning and a quality floor (responsive, keyboard focus, reduced motion), no accessibility depth, no performance budgets. It tells your agent what designed means, not how to ship it.&lt;/p&gt;

&lt;p&gt;One more thing to check before installing: a repackaged clone of this skill circulates under a different owner. Verify the repo owner is anthropics.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where it sits in the taste stack
&lt;/h2&gt;

&lt;p&gt;frontend-design is the biggest entry in a cluster of skills that all attack the same problem: agent output that looks generated. If you are building out a design-side setup, these are the neighbors, with installs as of the same August 27 catalog sync:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-me?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;Grill Me, the plan-interrogation skill&lt;/a&gt; by Matt Pocock, 985,753 installs. It now sits above frontend-design at number 2 overall; the two are often installed together, one for the plan, one for the pixels.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/skills/uizze.com/anti-ui-slop?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;anti-ui-slop, the UI cliché blocker&lt;/a&gt;, 528,289 installs. The community's harder-edged answer to the same three looks.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/skills/vercel-labs/agent-skills/web-design-guidelines?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;web-design-guidelines by Vercel Labs&lt;/a&gt;, 582,881 installs. Built on explicit rules where frontend-design leans on a role; a useful contrast in approach.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/skills/leonxlnx/taste-skill/design-taste-frontend?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;design-taste-frontend, the taste layer&lt;/a&gt;, 410,792 installs, and its sibling &lt;a href="https://skillselion.com/skills/leonxlnx/taste-skill/minimalist-ui?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;minimalist-ui skill&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/skills/pbakaus/impeccable?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;impeccable, the frontend polish skill&lt;/a&gt;, 250,618 installs, for the final polish pass.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/skills/emilkowalski/skills/emil-design-eng?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;emil-design-eng, Emil Kowalski's design-engineering skill&lt;/a&gt;, 233,965 installs, for the motion-and-microinteraction end.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We keep the whole category ranked by real installs on the &lt;a href="https://skillselion.com/best/skills-for-frontend-design?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;frontend design skills hub&lt;/a&gt;, and the section-by-section reads for other major skills in the &lt;a href="https://skillselion.com/deep-dives?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;Deep Dives library&lt;/a&gt;. If you want to see how a discovery skill does the instructions-only trick at even larger scale, the &lt;a href="https://skillselion.com/skills/vercel-labs/skills/find-skills?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;find-skills listing&lt;/a&gt; sits at 3,135,861 installs, and the broader &lt;a href="https://skillselion.com/skills?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=frontend-design-dive-aug-28" rel="noopener noreferrer"&gt;skills directory&lt;/a&gt; is refreshed daily from skills.sh, GitHub and MCP registries, ranked by real installs.&lt;/p&gt;

&lt;p&gt;Install line, if you want it:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx skills add https://github.com/anthropics/skills &lt;span class="nt"&gt;--skill&lt;/span&gt; frontend-design
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;825,477 installs, as of the August 27 sync, for a file that is mostly a client brief. Read the file before you let it art-direct you.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>frontend</category>
      <category>claude</category>
    </item>
    <item>
      <title>8,433 MCP Servers, Zero Install Counts: What Star-Ranked MCP Lists Actually Measure</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Wed, 26 Aug 2026 02:48:22 +0000</pubDate>
      <link>https://dev.to/skillselion/8433-mcp-servers-zero-install-counts-what-star-ranked-mcp-lists-actually-measure-4afe</link>
      <guid>https://dev.to/skillselion/8433-mcp-servers-zero-install-counts-what-star-ranked-mcp-lists-actually-measure-4afe</guid>
      <description>&lt;p&gt;On 2026-08-14 we dumped every MCP server in the Skillselion catalog and counted what the rankings you read are made of. The result became the &lt;a href="https://skillselion.com/research/mcp-server-census-2026-08?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;MCP Server Census&lt;/a&gt;: 8,433 servers from 5,392 publishers, and not one of them carries an install count.&lt;/p&gt;

&lt;p&gt;Disclosure: we run Skillselion, the directory this data comes from.&lt;/p&gt;

&lt;h2&gt;
  
  
  No install number exists. Not a low one, none at all.
&lt;/h2&gt;

&lt;p&gt;Agent skills report installs through public registries, which is how our &lt;a href="https://skillselion.com/research/agent-economy-census-2026-08?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;Agent Economy Census&lt;/a&gt; can count 158M installs across 79,827 listings. MCP has no per-server install event. All 8,433 servers in the census carry no install figure. Partial signals exist (npm, PyPI and Docker download counters for servers shipped as packages), but nothing that covers the ecosystem.&lt;/p&gt;

&lt;p&gt;So every "top MCP servers" table you have seen ranks on something else. Usually stars.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stars belong to the repository, not the server
&lt;/h2&gt;

&lt;p&gt;79.8% of servers (6,731) map to a GitHub repository, and 175 repositories host more than one server, covering 969 servers. Each of those servers inherits the star count of whatever it ships inside.&lt;/p&gt;

&lt;p&gt;Concretely: the &lt;a href="https://skillselion.com/mcp/tool/io.github.metabase/mcp?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;Metabase MCP server&lt;/a&gt; shows 48,750 stars, which belong to the business-intelligence platform. The &lt;a href="https://skillselion.com/mcp/tool/io.github.PostHog/mcp?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;PostHog MCP server&lt;/a&gt; shows 37,662, earned by the analytics product. ByteDance's &lt;a href="https://skillselion.com/mcp/tool/io.github.bytedance/mcp-server-browser?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;UI-TARS browser MCP server&lt;/a&gt; inherits 38,581 stars from the desktop app it lives with. The top of a star-ranked MCP table is largely a list of whole products, with a server attached.&lt;/p&gt;

&lt;h2&gt;
  
  
  The inequality is close to the theoretical maximum
&lt;/h2&gt;

&lt;p&gt;Run a Gini coefficient across the star counts of all 8,433 servers and it comes out at 0.986. The top 1% (84 servers) hold 89.1% of every star in the ecosystem. The top ten alone hold 43.6%. Meanwhile 54.9% of servers have never been starred once, and the median starred server holds 5.&lt;/p&gt;

&lt;p&gt;Publish an MCP server today and the most likely measurable outcome is silence.&lt;/p&gt;

&lt;h2&gt;
  
  
  The code is alive anyway
&lt;/h2&gt;

&lt;p&gt;Half the catalog having zero stars sounds like abandonware. The push dates disagree: of the 5,926 servers with a last-push date, the median pushed about 50 days ago, and 43.4% pushed within the last 30 days. Only 6.2% of dated servers have gone six months untouched. Stars measure visibility. They do not measure whether anyone is working on the thing. We ran the same test on agent skills in the &lt;a href="https://skillselion.com/research/agent-skill-maintenance-census-2026-08?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;Maintenance Census&lt;/a&gt; and found the same disconnect.&lt;/p&gt;

&lt;h2&gt;
  
  
  87.3% of publishers ship exactly one server
&lt;/h2&gt;

&lt;p&gt;5,392 publishers account for the census, and 4,707 of them published a single server. The ten largest publishers together hold only 11.27% of all servers, nothing like the suite concentration in the skill economy. The largest publisher by volume, CSOAI-ORG, ships 192 servers that hold 15 stars between them. Volume is cheap here. Being noticed is not.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to check instead of stars
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Recency: last push under 60 days beats a four-digit star count from a repo the server shares. The &lt;a href="https://skillselion.com/mcp?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;MCP server directory&lt;/a&gt; exposes recency per listing, and the &lt;a href="https://skillselion.com/best/mcp-servers-for-build?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;ranked MCP servers for the build stage&lt;/a&gt; apply it.&lt;/li&gt;
&lt;li&gt;Repo scope: check whether the stars are for the server or for a product it ships inside.&lt;/li&gt;
&lt;li&gt;Audit trail: our &lt;a href="https://skillselion.com/research/agent-skill-security-census-2026-08?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;Security Census&lt;/a&gt; found most of the ecosystem has never been audited; the &lt;a href="https://skillselion.com/research/agent-skill-clone-census-2026-08?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;Clone Census&lt;/a&gt; measures how much of it is copies.&lt;/li&gt;
&lt;li&gt;Publisher shape: a one-server publisher and a 192-server publisher carry different maintenance expectations.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every number above is frozen to 2026-08-14 so you can check it; the dataset and limits are in the &lt;a href="https://skillselion.com/research/methodology?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=mcp-census-aug-26" rel="noopener noreferrer"&gt;research methodology&lt;/a&gt;. Our catalog is not the whole ecosystem (PulseMCP reported 22,070 servers the same day), which is exactly why none of these numbers claims to measure usage.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>devtools</category>
    </item>
    <item>
      <title>Nearly half of all AI agent skill installs run on code pushed in the last 7 days</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Sat, 15 Aug 2026 17:32:50 +0000</pubDate>
      <link>https://dev.to/skillselion/nearly-half-of-all-ai-agent-skill-installs-run-on-code-pushed-in-the-last-7-days-a44</link>
      <guid>https://dev.to/skillselion/nearly-half-of-all-ai-agent-skill-installs-run-on-code-pushed-in-the-last-7-days-a44</guid>
      <description>&lt;p&gt;Disclosure: I work on &lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;, an independent directory of Claude Code, Codex and Cursor extensions, not affiliated with Anthropic, OpenAI or Cursor. This post is built entirely on a public dataset we published and froze, so you can check every number yourself.&lt;/p&gt;

&lt;p&gt;We expected a graveyard. We read the last-push date of the repository behind every listing in our catalog, 79,848 of them, and got the opposite result. &lt;strong&gt;Weight every listing by its installs and take the median: the code behind it was pushed six days before the census date.&lt;/strong&gt; 79,875,458 installs, 48.5% of all installs in the census, sit on repositories pushed within the previous seven days. 66.8% sit on code pushed within the previous month. The unweighted median listing is 26 days old, so the code people actually install is fresher than the catalog at large.&lt;/p&gt;

&lt;p&gt;The full study, with the frozen numbers and the CSV, is &lt;a href="https://skillselion.com/research/agent-skill-maintenance-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;The Agent Skill Maintenance Census&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Half the catalog idles, and almost nobody installs it
&lt;/h2&gt;

&lt;p&gt;The tail behaves nothing like the core.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Staleness cutoff&lt;/th&gt;
&lt;th&gt;Share of dated listings&lt;/th&gt;
&lt;th&gt;Share of installs&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;No push in 30 days&lt;/td&gt;
&lt;td&gt;47.9%&lt;/td&gt;
&lt;td&gt;23.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;No push in 90 days&lt;/td&gt;
&lt;td&gt;28.2%&lt;/td&gt;
&lt;td&gt;2.6%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;No push in 180 days&lt;/td&gt;
&lt;td&gt;9.5%&lt;/td&gt;
&lt;td&gt;1.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Idle code exists in bulk, but almost nobody installs it. At the 90 day cutoff more than a quarter of dated listings qualifies as quiet, and all of it together accounts for 2.6% of installs.&lt;/p&gt;

&lt;p&gt;The two largest stale listings in the census are humanizer-zh at 43,355 installs and 204 days, and design-doc-mermaid at 32,625 installs and 225 days. Both are small next to anything in the live core of the &lt;a href="https://skillselion.com/skills?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;skills catalog&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three listings out of 75,800 went a year without a push
&lt;/h2&gt;

&lt;p&gt;That is not a typo. Exactly three, and between them they hold zero installs.&lt;/p&gt;

&lt;p&gt;This is a young distribution format. It took off in late 2025 and has not existed long enough to decay. The honest reading cuts both ways: nothing here has survived long enough to prove it lasts either. The 180 day bucket, 9.5% of dated listings today, is the number worth watching edition over edition.&lt;/p&gt;

&lt;h2&gt;
  
  
  The uncomfortable one: the risky code is the fresh code
&lt;/h2&gt;

&lt;p&gt;If you assume unmaintained code is where the security risk lives, this dataset disagrees.&lt;/p&gt;

&lt;p&gt;Cross this census with our &lt;a href="https://skillselion.com/research/agent-skill-security-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;security census&lt;/a&gt; and the overlap of listings that are stale past 180 days, shell-capable, and never audited by any provider comes to 208 listings holding 7,335 installs. The security census's full audit blind spot holds 15,858,667 installs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So more than 99% of the unaudited, shell-capable install mass sits on actively maintained code.&lt;/strong&gt; Waiting for a repository to go quiet before you worry about it will not find the exposure, because almost none of it is there.&lt;/p&gt;

&lt;p&gt;If you audit agent extensions, that reorders the queue: sort by install count and permission surface, not by last commit date. The &lt;a href="https://skillselion.com/category/security?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;security category&lt;/a&gt; hub lists the tooling side of that job.&lt;/p&gt;

&lt;h2&gt;
  
  
  Does a recent push mean a skill is safe?
&lt;/h2&gt;

&lt;p&gt;No. Two limits, stated because they change how you should cite this.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;pushed_at&lt;/code&gt; is repository level. A monorepo holding fifty skills refreshes all fifty with one commit, so per-skill freshness is overstated wherever large multi-skill repositories dominate. Staleness stays reliable in the other direction: an untouched repository is untouched for every skill inside it.&lt;/p&gt;

&lt;p&gt;And a push timestamp measures activity, not quality or safety. All it tells you is that someone was in the repository recently.&lt;/p&gt;

&lt;p&gt;75,800 listings, 94.9% of the catalog and 90.6% of installs, carry a usable date and form the denominator for every staleness figure here. 259 rows report an epoch-zero timestamp, a registry artifact, and are excluded along with the remaining undated rows.&lt;/p&gt;

&lt;h2&gt;
  
  
  The rest of the series
&lt;/h2&gt;

&lt;p&gt;Each of these is a frozen edition with its own downloadable dataset:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/research/agent-skill-security-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;The Agent Skill Security Census&lt;/a&gt; covers who audits agent skills and what the five providers disagree about.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/research/agent-use-case-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;The Agent Use-Case Census&lt;/a&gt; covers what people actually point agents at.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/research/agent-skill-clone-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;The Agent Skill Clone Census&lt;/a&gt; covers duplication and forks across the catalog.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/research/agent-economy-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;The Agent Economy Census&lt;/a&gt; covers publisher concentration and the install Gini.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/research/ai-agent-statistics?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;The State of AI Agent Skills 2026&lt;/a&gt; carries the live totals rather than a frozen edition.&lt;/li&gt;
&lt;li&gt;Everything else sits on the &lt;a href="https://skillselion.com/research?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;research index&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you would rather browse than read, the &lt;a href="https://skillselion.com/mcp?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;MCP servers&lt;/a&gt; and &lt;a href="https://skillselion.com/marketplaces?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;marketplaces&lt;/a&gt; listings are the two ranked shortlists worth starting from, and the &lt;a href="https://skillselion.com/category/ai-agents?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;AI and agents category&lt;/a&gt; is the closest hub to this dataset.&lt;/p&gt;

&lt;p&gt;Sources: live catalog, refreshed daily from skills.sh, GitHub and MCP registries, ranked by real installs.&lt;/p&gt;

&lt;p&gt;The census CSV is CC BY 4.0. Numbers are frozen to 2026-08-12, so anything you quote stays checkable. The full edition, the per-cutoff tables and the CSV are at &lt;a href="https://skillselion.com/research/agent-skill-maintenance-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=maintenance-census-aug-14" rel="noopener noreferrer"&gt;The Agent Skill Maintenance Census&lt;/a&gt;.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Skillselion Agent Skill Maintenance Census, August 2026
https://skillselion.com/research/agent-skill-maintenance-census-2026-08
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;One thing I want to hear from this comment section: when you vet an agent skill before installing it, do you look at the last commit date at all? If yes, what does it change for you?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>programming</category>
      <category>claudecode</category>
    </item>
    <item>
      <title>87.8% of AI Agent Skills Have Never Been Audited: 41,791 Verdicts Across 79,848 Listings</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Thu, 13 Aug 2026 08:25:05 +0000</pubDate>
      <link>https://dev.to/skillselion/878-of-ai-agent-skills-have-never-been-audited-41791-verdicts-across-79848-listings-5798</link>
      <guid>https://dev.to/skillselion/878-of-ai-agent-skills-have-never-been-audited-41791-verdicts-across-79848-listings-5798</guid>
      <description>&lt;p&gt;Security audits of AI agent skills go where the installs are: the audited 12.2% of listings holds 83.3% of all installs, and the other 70,090 listings have no published review at all.&lt;/p&gt;

&lt;p&gt;That is the core finding of the &lt;a href="https://skillselion.com/research/agent-skill-security-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;Agent Skill Security Census&lt;/a&gt;, a frozen-edition study published this week. Disclosure: I run &lt;a href="https://skillselion.com/research?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;, the independent directory behind the census. It is not affiliated with Anthropic, OpenAI, or Cursor. Every number below is frozen to August 12, 2026, and you can re-derive all of it from the CSV linked on the census page.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this week, of all weeks
&lt;/h2&gt;

&lt;p&gt;Agent security stopped being theoretical this month. At Black Hat USA 2026 on August 5, researchers from Novee Security showed that an unprivileged GitHub issue could reach CI runner secrets in the vendors' own repositories for Claude Code and Gemini CLI, and on OpenAI's Codex repository could hijack the next agent run. The Claude Code flaw, &lt;a href="https://thehackernews.com/2026/08/claude-code-and-gemini-cli-flaws-let.html" rel="noopener noreferrer"&gt;CVE-2026-54316&lt;/a&gt;, abused Hugging Face's public download counter as a covert channel, leaking an API key character by character. It was fixed in Claude Code 2.1.163. The Gemini CLI bug scored a perfect CVSS 10.0.&lt;/p&gt;

&lt;p&gt;In the same stretch, the Claude Code v2.1.228 release &lt;a href="https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md" rel="noopener noreferrer"&gt;hardened skills synced from claude.ai&lt;/a&gt;: synced skills can no longer shadow local commands or MCP prompts, their descriptions are sanitized and labeled, and their bodies no longer run &lt;code&gt;!&lt;/code&gt; commands or expand &lt;code&gt;@&lt;/code&gt; files on your machine.&lt;/p&gt;

&lt;p&gt;Vendors patched the harnesses this month. Nobody had measured the skill ecosystem itself, so we did.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the census counted
&lt;/h2&gt;

&lt;p&gt;The census is a complete dump of the Skillselion production catalog taken on August 12, 2026: 79,848 listings and 164,841,042 cumulative installs, drawn from a live catalog refreshed daily from skills.sh, GitHub and MCP registries, ranked by real installs. On top of that catalog sit 41,791 audit verdicts published by 5 independent providers: Socket, Snyk, Gen Agent Trust Hub, ZeroLeaks and Runlayer. The census counts each listing's worst verdict as its risk level and never re-scores anything itself.&lt;/p&gt;

&lt;p&gt;For the market-shape numbers behind the same catalog, the companion &lt;a href="https://skillselion.com/research/agent-economy-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;Agent Economy Census&lt;/a&gt; is the place to look, and the live-updating totals live in &lt;a href="https://skillselion.com/state-of-ai-agent-skills-2026?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;The State of AI Agent Skills 2026&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Audits follow installs, almost nowhere else
&lt;/h2&gt;

&lt;p&gt;9,758 listings, 12.2% of the census, carry at least one audit. That thin slice holds 137,238,408 installs, which is 83.3% of every install counted. The median audited listing has about 1,700 installs. The median unaudited one has 7.&lt;/p&gt;

&lt;p&gt;Auditors triage by popularity. That is rational, and it genuinely protects the crowd: five out of six installs land on code somebody has reviewed. It also means 70,090 listings sit in the dark, and the census puts it bluntly: "If you install from the long tail, you are the review."&lt;/p&gt;

&lt;h2&gt;
  
  
  More than half of audited skills carry flags
&lt;/h2&gt;

&lt;p&gt;Take the worst verdict each audited listing received and 55.7% land at MEDIUM or above. 1,346 listings are flagged HIGH or CRITICAL, and together they hold 15,221,597 installs. 1,366 listings, 14.0% of everything audited, fail at least one provider's audit outright.&lt;/p&gt;

&lt;p&gt;A flag records capability and findings: shell execution, browser control, network reach. The census is explicit that a flag is never an accusation of malice, and the next section shows why that distinction matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  The flagged list includes every major vendor
&lt;/h2&gt;

&lt;p&gt;The most striking table in the study is who shows up flagged. These are per-listing public verdicts, visible on each listing page:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Skill&lt;/th&gt;
&lt;th&gt;Publisher&lt;/th&gt;
&lt;th&gt;Worst verdict&lt;/th&gt;
&lt;th&gt;Installs&lt;/th&gt;
&lt;th&gt;Listing&lt;/th&gt;
&lt;th&gt;Repo&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;azure-validate&lt;/td&gt;
&lt;td&gt;Microsoft&lt;/td&gt;
&lt;td&gt;CRITICAL&lt;/td&gt;
&lt;td&gt;517,228&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/microsoft/azure-skills/azure-validate?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/microsoft/azure-skills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;agent-browser&lt;/td&gt;
&lt;td&gt;Vercel Labs&lt;/td&gt;
&lt;td&gt;HIGH&lt;/td&gt;
&lt;td&gt;659,465&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/vercel-labs/agent-browser?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/vercel-labs/agent-browser" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;skill-creator&lt;/td&gt;
&lt;td&gt;Anthropic&lt;/td&gt;
&lt;td&gt;HIGH&lt;/td&gt;
&lt;td&gt;348,833&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/anthropics/skills/skill-creator?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/anthropics/skills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;pdf&lt;/td&gt;
&lt;td&gt;Anthropic&lt;/td&gt;
&lt;td&gt;HIGH&lt;/td&gt;
&lt;td&gt;177,212&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/anthropics/skills/pdf?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/anthropics/skills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;playwright-cli&lt;/td&gt;
&lt;td&gt;Microsoft&lt;/td&gt;
&lt;td&gt;HIGH&lt;/td&gt;
&lt;td&gt;116,690&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/microsoft/playwright-cli?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/microsoft/playwright-cli" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;By publisher, ByteDance Lark leads flagged install mass with 9 flagged listings and 2,440,132 installs, ahead of Microsoft (14 flagged listings, 1,153,302 installs), Vercel (24, 731,729), Anthropic (13, 577,993), Google (11, 94,343) and OpenAI (12, 50,785).&lt;/p&gt;

&lt;p&gt;Read those flags correctly. A CRITICAL on azure-validate describes what a deploy-validation tool can reach, and a HIGH on a browser driver tracks the fact that it drives a browser. Risk in this ecosystem concentrates in the most useful, most installed code, whoever publishes it. That is exactly why "big vendor" is a poor proxy for "nothing to review."&lt;/p&gt;

&lt;h2&gt;
  
  
  What to do before you install a skill
&lt;/h2&gt;

&lt;p&gt;Concrete steps that follow from the data, frozen date and all:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Check the listing's audit verdicts first. 99.6% of audited listings carry verdicts from at least two providers, so a popular skill with zero verdicts is a signal in itself. Start from the &lt;a href="https://skillselion.com/category/security?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;security category&lt;/a&gt; or the &lt;a href="https://skillselion.com/skills?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;full skills catalog&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Read declared permissions. Shell plus network in one skill means code that can both execute commands and phone out. The census found 2,754 such listings carrying 51,755,286 installs.&lt;/li&gt;
&lt;li&gt;Treat an unaudited long-tail skill as unreviewed code, because that is what it is. The median unaudited listing has 7 installs; nobody went before you.&lt;/li&gt;
&lt;li&gt;If your agent loads skills at runtime over &lt;a href="https://skillselion.com/mcp?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;MCP&lt;/a&gt;, the same questions apply to the server you connect.&lt;/li&gt;
&lt;li&gt;Unfamiliar with the audit vocabulary? The &lt;a href="https://skillselion.com/glossary?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;glossary&lt;/a&gt; covers the terms the verdicts use.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Reproduce it yourself
&lt;/h2&gt;

&lt;p&gt;The full dataset, 79,848 rows with per-provider verdicts, worst risk level, declared permissions and installs, is downloadable from the &lt;a href="https://skillselion.com/research/agent-skill-security-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=security-census-aug-13" rel="noopener noreferrer"&gt;census page&lt;/a&gt; under CC BY 4.0 (1.8 MB gzipped). Cite it as "Skillselion Agent Skill Security Census, August 2026". The methodology section on the page spells out the limits, including that declared permissions are documentation claims rather than sandbox measurements.&lt;/p&gt;

&lt;p&gt;The week's CVEs got patched. The 70,090 unreviewed listings are still there, and they will still be there next week. Knowing which side of the 12.2% line a skill sits on takes about ten seconds. After this week, it seems worth the ten seconds.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>opensource</category>
      <category>claudecode</category>
    </item>
    <item>
      <title>Developers are installing taste: 4 of today's 7 fastest-rising Claude Code skill searches are design skills</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Wed, 12 Aug 2026 08:09:25 +0000</pubDate>
      <link>https://dev.to/skillselion/developers-are-installing-taste-4-of-todays-7-fastest-rising-claude-code-skill-searches-are-3mjh</link>
      <guid>https://dev.to/skillselion/developers-are-installing-taste-4-of-todays-7-fastest-rising-claude-code-skill-searches-are-3mjh</guid>
      <description>&lt;p&gt;&lt;em&gt;Disclosure: I run &lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=design-taste-aug-12" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;, a live catalog of agent skills refreshed daily from skills.sh, GitHub and MCP registries, ranked by real installs. Every number in this post was pulled from it on August 12, 2026.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here is the finding up front: of the seven fastest-rising skill searches on Skillselion today, four are design skills. Together those four skills have 1,659,726 installs, and the search growth on them ranges from +20% to +70%. Agents can already produce a working frontend; the search now is for output that looks like a person cared.&lt;/p&gt;

&lt;h2&gt;
  
  
  What are developers searching for right now?
&lt;/h2&gt;

&lt;p&gt;The full trending list, with search growth as shown on our homepage today:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;Skill&lt;/th&gt;
&lt;th&gt;What it does&lt;/th&gt;
&lt;th&gt;Search growth&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Grill Me&lt;/td&gt;
&lt;td&gt;Pressure-tests your plan until every decision is resolved&lt;/td&gt;
&lt;td&gt;+160%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;Ui Ux Pro Max&lt;/td&gt;
&lt;td&gt;Instant UI/UX decisions and component recommendations&lt;/td&gt;
&lt;td&gt;+70%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;Ponytail&lt;/td&gt;
&lt;td&gt;Forces the simplest, most minimal solution at every step&lt;/td&gt;
&lt;td&gt;+60%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;Frontend Design&lt;/td&gt;
&lt;td&gt;Production-grade interfaces that avoid generic AI aesthetics&lt;/td&gt;
&lt;td&gt;+50%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;Caveman&lt;/td&gt;
&lt;td&gt;Targets a roughly 75% cut in output tokens while keeping technical detail&lt;/td&gt;
&lt;td&gt;+50%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;Impeccable&lt;/td&gt;
&lt;td&gt;Polished, distinctive web and app UI in real code&lt;/td&gt;
&lt;td&gt;+40%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;Design Taste Frontend&lt;/td&gt;
&lt;td&gt;Overrides generic LLM frontend output with intentional taste&lt;/td&gt;
&lt;td&gt;+20%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Four of the seven (Ui Ux Pro Max, Frontend Design, Impeccable, Design Taste Frontend) are about visual and interaction quality. The other three are about discipline, and I will come back to them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Which design skills are developers actually installing?
&lt;/h2&gt;

&lt;p&gt;Ranked by install count, fetched from the live catalog today:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Frontend Design&lt;/strong&gt; by Anthropic, 767,871 installs. &lt;a href="https://skillselion.com/skills/anthropics/skills/frontend-design?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=design-taste-aug-12" rel="noopener noreferrer"&gt;Details&lt;/a&gt; | &lt;a href="https://github.com/anthropics/skills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Design Taste Frontend&lt;/strong&gt; by leonxlnx, 350,625 installs. &lt;a href="https://skillselion.com/skills/leonxlnx/taste-skill/design-taste-frontend?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=design-taste-aug-12" rel="noopener noreferrer"&gt;Details&lt;/a&gt; | &lt;a href="https://github.com/leonxlnx/taste-skill" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ui Ux Pro Max&lt;/strong&gt; by nextlevelbuilder, 311,742 installs. &lt;a href="https://skillselion.com/skills/nextlevelbuilder/ui-ux-pro-max-skill/ui-ux-pro-max?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=design-taste-aug-12" rel="noopener noreferrer"&gt;Details&lt;/a&gt; | &lt;a href="https://github.com/nextlevelbuilder/ui-ux-pro-max-skill" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impeccable&lt;/strong&gt; by pbakaus, 229,488 installs. &lt;a href="https://skillselion.com/skills/pbakaus/impeccable?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=design-taste-aug-12" rel="noopener noreferrer"&gt;Details&lt;/a&gt; | &lt;a href="https://github.com/pbakaus/impeccable" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Worth noting: the taste-skill repo is not a one-off. The same author ships a whole family, and two siblings of the trending skill are themselves large: high-end-visual-design at 265,273 installs and stitch-design-taste at 223,682, both fetched today from the same catalog.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why is taste the thing being installed?
&lt;/h2&gt;

&lt;p&gt;Anthropic's own Frontend Design skill states the goal in its description: help with "making choices that don't read as templated defaults." That sentence, in an official skill from the company that makes the model, is the most honest admission in the ecosystem. Left alone, coding agents converge on the same rounded cards, the same gradient heroes, the same three-column feature grids. The output works. It also looks like everyone else's output.&lt;/p&gt;

&lt;p&gt;A skill fixes this in a way a one-off prompt cannot. It is a versioned, reviewable file of opinions: spacing scales, type choices, what to refuse to build. When you install a taste skill, you are importing someone's design judgment into every session, the same way a lint config imports someone's code judgment. The install counts say developers understand this trade perfectly well.&lt;/p&gt;

&lt;h2&gt;
  
  
  What about the other three?
&lt;/h2&gt;

&lt;p&gt;The non-design entries on the list share a different theme: restraint.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Grill Me&lt;/strong&gt; by mattpocock, 832,797 installs, interrogates your plan before any code is written. &lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-me?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=design-taste-aug-12" rel="noopener noreferrer"&gt;Details&lt;/a&gt; | &lt;a href="https://github.com/mattpocock/skills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Caveman&lt;/strong&gt; by juliusbrussee, 429,065 installs, compresses agent communication to cut token spend. &lt;a href="https://skillselion.com/skills/juliusbrussee/caveman?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=design-taste-aug-12" rel="noopener noreferrer"&gt;Details&lt;/a&gt; | &lt;a href="https://github.com/juliusbrussee/caveman" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ponytail&lt;/strong&gt; by dietrichgebert, 33,353 installs, forces the smallest possible change and deletes what is not needed. &lt;a href="https://skillselion.com/skills/dietrichgebert/ponytail?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=design-taste-aug-12" rel="noopener noreferrer"&gt;Details&lt;/a&gt; | &lt;a href="https://github.com/dietrichgebert/ponytail" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Put the two themes side by side and today's list reads as one sentence: developers want agents that think before building, spend less doing it, and produce something distinctive at the end. Nothing on the list makes an agent generate more.&lt;/p&gt;

&lt;h2&gt;
  
  
  What should you install first?
&lt;/h2&gt;

&lt;p&gt;If your frontend output looks generic, pick one taste skill, not all four. They overlap heavily, and stacking them mostly burns context. Frontend Design is the safe default given its adoption; Design Taste Frontend and Impeccable are the opinionated alternatives worth trying if the default still feels flat. The full frontend-design ranking lives at &lt;a href="https://skillselion.com/best/skills-for-frontend-design?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=design-taste-aug-12" rel="noopener noreferrer"&gt;skillselion.com/best/skills-for-frontend-design&lt;/a&gt;. Pair whichever you choose with Grill Me at the planning stage, since bad plans produce confident, well-styled versions of the wrong thing. And treat install counts as adoption evidence, not proof of fit for your stack: the counts above are today's snapshot and they move daily.&lt;/p&gt;

&lt;p&gt;Developers are not searching for skills that make agents produce more. They are searching for skills that make the output worth shipping.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=design-taste-aug-12" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgvr965sr363fsxerzbi2.png" alt="Skillselion" width="512" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I run Skillselion, where all install and trending data in this post comes from. Figures are a live snapshot taken August 12, 2026.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claudecode</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>We ran the Gini coefficient on 58,751 AI agent skills. It came out at 0.96.</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Tue, 11 Aug 2026 12:18:36 +0000</pubDate>
      <link>https://dev.to/skillselion/we-ran-the-gini-coefficient-on-58751-ai-agent-skills-it-came-out-at-096-2d40</link>
      <guid>https://dev.to/skillselion/we-ran-the-gini-coefficient-on-58751-ai-agent-skills-it-came-out-at-096-2d40</guid>
      <description>&lt;p&gt;&lt;em&gt;Disclosure: we run Skillselion, the directory this census was pulled from. Every number below is reproducible from the free CSV.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;On 2026-08-09 we dumped the entire Skillselion production catalog and counted it: &lt;a href="https://skillselion.com/research/agent-economy-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=gini-096-aug-11" rel="noopener noreferrer"&gt;79,827 public listings&lt;/a&gt; covering agent skills, MCP servers, plugins and marketplaces, holding 157,833,061 cumulative installs. Then we ran the statistic economists use for income inequality across the 58,751 of those listings that are agent skills.&lt;/p&gt;

&lt;p&gt;The Gini coefficient came out at 0.96.&lt;/p&gt;

&lt;p&gt;Gini measures how unevenly a quantity is spread across a population: 0 is perfectly even, 1 is one holder taking everything. Applied to install counts across 58,751 AI agent skills in August 2026, it is 0.96.&lt;/p&gt;

&lt;p&gt;South Africa, which reports the highest national income Gini the World Bank publishes, sits near 0.63. Brazil is around 0.52. A 0.96 is not a country. It is closer to a raffle.&lt;/p&gt;

&lt;p&gt;One honest caveat before you quote that. Income and software installs are different measurement domains, so read the comparison as a sense of scale and not a like-for-like ranking. A catalog where a tenth of entries have zero installs can reach a Gini that no national income distribution ever will. Long-tail software distributions run hot on this measure in general.&lt;/p&gt;

&lt;h2&gt;
  
  
  What 0.96 looks like from the inside
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Half of all 158 million installs go to 198 skills. That is 0.34% of the catalog.&lt;/li&gt;
&lt;li&gt;The median skill has 56 installs.&lt;/li&gt;
&lt;li&gt;59.3% have fewer than a hundred installs. 9.9% have none at all.&lt;/li&gt;
&lt;li&gt;The top 1% of skills hold 77.4% of every install in the census.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The median skill sits at 56 installs, and these are cumulative all-time totals, so anything published this week starts from zero against a field that has been accumulating for months. For most people who publish a skill, release produces no measurable adoption. That is worth knowing before you read your own numbers as a verdict on the work.&lt;/p&gt;

&lt;h2&gt;
  
  
  The economy sitting on top of it has almost no money in it
&lt;/h2&gt;

&lt;p&gt;Of the 79,827 listings, 55 carry a price. That is 0.07%. Another 1,404 ask you to bring your own API key and 184 run a freemium tier. Everything else is free.&lt;/p&gt;

&lt;p&gt;Adoption on this scale normally arrives with a paid tier, a store cut or a marketplace fee. Almost none of that has been built here yet. If you are weighing whether to charge for a skill, that is the competitive context: you would be one of 55.&lt;/p&gt;

&lt;h2&gt;
  
  
  Publisher rank stops matching company size
&lt;/h2&gt;

&lt;p&gt;Combining the two publisher tables from the census, where ByteDance is broken out separately for the reason below:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Rank&lt;/th&gt;
&lt;th&gt;Publisher&lt;/th&gt;
&lt;th&gt;Installs&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;ByteDance Lark/Feishu (70 listings, bundled, see caveat)&lt;/td&gt;
&lt;td&gt;24,261,658&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;Microsoft&lt;/td&gt;
&lt;td&gt;11,153,893&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;Matt Pocock (independent educator)&lt;/td&gt;
&lt;td&gt;10,584,924&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;Vercel Labs&lt;/td&gt;
&lt;td&gt;5,576,605&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;Anthropic&lt;/td&gt;
&lt;td&gt;3,484,550&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;Google&lt;/td&gt;
&lt;td&gt;730,896&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;AWS&lt;/td&gt;
&lt;td&gt;171,446&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;OpenAI&lt;/td&gt;
&lt;td&gt;150,665&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;One caveat we owe you on row 1. ByteDance's Lark/Feishu suite holds 15.4% of every install in the census, but Lark skills frequently install as bundles: one user action installs several skills at once, and the counts record each bundled skill separately. Those per-skill totals are therefore not comparable to a hand-picked install, and row 1 should not be read as 24 million deliberate choices. The share is real, and the mechanism producing it is documented in the methodology.&lt;/p&gt;

&lt;p&gt;Now look at row 3. One person, publishing TypeScript education material, sits above Vercel Labs, Anthropic, Google and AWS, and roughly 70 times ahead of OpenAI on installs. Reach here tracks what developers choose to install, which is a different contest from benchmarks or funding.&lt;/p&gt;

&lt;h2&gt;
  
  
  The fastest-growing thing in the census is a skill that argues with you
&lt;/h2&gt;

&lt;p&gt;One whole category exists to give the developer a hard time. Across 88 skills built for interrogation the cluster reaches 2,425,925 installs, about 1.5% of the census. What makes it notable is the slope: it is the platform's #1 rising search at +160% over the census window, and nothing else in the census grew faster.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Skill&lt;/th&gt;
&lt;th&gt;Installs&lt;/th&gt;
&lt;th&gt;Repo&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-me?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=gini-096-aug-11" rel="noopener noreferrer"&gt;grill-me&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;787,155&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/mattpocock/skills" rel="noopener noreferrer"&gt;mattpocock/skills&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-with-docs?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=gini-096-aug-11" rel="noopener noreferrer"&gt;grill-with-docs&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;669,499&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/mattpocock/skills" rel="noopener noreferrer"&gt;mattpocock/skills&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/mattpocock/skills/triage?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=gini-096-aug-11" rel="noopener noreferrer"&gt;triage&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;534,688&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/mattpocock/skills" rel="noopener noreferrer"&gt;mattpocock/skills&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/mattpocock/skills/grilling?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=gini-096-aug-11" rel="noopener noreferrer"&gt;grilling&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;380,693&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/mattpocock/skills" rel="noopener noreferrer"&gt;mattpocock/skills&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Install counts above are frozen to the census date of 2026-08-09. The linked pages show live totals, which have moved since.&lt;/p&gt;

&lt;p&gt;A second cluster sits on the meeting layer. Skills that write standup updates, summarize meetings, triage inboxes, tailor resumes and draft performance reviews reach 2,101,631 installs between them. Standups, meeting notes and status reports account for 1,889,988 of that across 111 skills. Every cluster here automates the reporting of work.&lt;/p&gt;

&lt;h2&gt;
  
  
  Method, and the raw file
&lt;/h2&gt;

&lt;p&gt;The census is a complete dump of our production catalog taken on 2026-08-09: 79,827 listings, of which 58,751 are agent skills and the rest are MCP servers, plugins and marketplaces. Install counts are cumulative all-time totals. They aggregate public registry data, chiefly the skills.sh registry, alongside GitHub and other public sources, and they count install events rather than active users.&lt;/p&gt;

&lt;p&gt;The category clusters were built by keyword matching over names and descriptions, then curated by hand to drop false positives. A "brutalist" UI-design skill is not an interrogation skill.&lt;/p&gt;

&lt;p&gt;All five findings, the charts and the full methodology: &lt;a href="https://skillselion.com/research/agent-economy-census-2026-08?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=gini-096-aug-11" rel="noopener noreferrer"&gt;The Agent Economy Census&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The raw dataset, all 79,827 rows as a CSV, is downloadable on that page. Take it, check our arithmetic, disagree with us in public. Cite it as "Skillselion Agent Economy Census, August 2026".&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdexwyze1de7qql56a6i6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdexwyze1de7qql56a6i6.png" alt="Skillselion" width="100" height="100"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We run &lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=gini-096-aug-11" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;, an independent directory of Claude Code, Codex and Cursor extensions ranked by real installs. Not affiliated with Anthropic, OpenAI, Cursor, Claude, Claude Code or Codex. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>programming</category>
      <category>claudecode</category>
    </item>
    <item>
      <title>Developers now install the author, not the skill: 'matt pocock skills' searches are up 160%</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Fri, 07 Aug 2026 12:43:29 +0000</pubDate>
      <link>https://dev.to/skillselion/developers-now-install-the-author-not-the-skill-matt-pocock-skills-searches-are-up-160-582g</link>
      <guid>https://dev.to/skillselion/developers-now-install-the-author-not-the-skill-matt-pocock-skills-searches-are-up-160-582g</guid>
      <description>&lt;p&gt;The fastest-rising Claude Code skill search this week is not a skill name. It is a person.&lt;/p&gt;

&lt;p&gt;"matt pocock skills" is up 160% as a search term on our trending rail today. Sitting at number 5 on the same rail is &lt;a href="https://skillselion.com/skills/juliusbrussee/caveman?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;caveman&lt;/a&gt;, up 50%. Caveman is the brand name of a seven-skill set. Developers search for an author, then install everything the author ships.&lt;/p&gt;

&lt;p&gt;Three numbers from today's catalog data make the case.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The #9 skill in the catalog exists to serve other skills
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://skillselion.com/skills/mattpocock/skills/setup-matt-pocock-skills?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;setup-matt-pocock-skills&lt;/a&gt; has been installed over 540,000 times, which makes it the ninth most-installed skill in our catalog. It is the companion setup skill for &lt;a href="https://github.com/mattpocock/skills" rel="noopener noreferrer"&gt;mattpocock/skills&lt;/a&gt;: it wires his issue-tracker conventions, triage labels and docs layout into your repo so the rest of his set works the way he intends.&lt;/p&gt;

&lt;p&gt;Nobody installs a companion setup skill because they liked one skill. You install it because you adopted the system.&lt;/p&gt;

&lt;p&gt;The weekly numbers show the subscription still compounding. Between July 29 and August 7, &lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-me?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;grill-me&lt;/a&gt;, his most-installed skill at over 750,000 installs, gained 96,462 installs. The setup skill gained 76,531 in the same window. For every 100 installs grill-me picked up this week, the setup skill picked up 79. Most developers arriving at the front door take the whole house.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. The caveman family moves as one unit
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://skillselion.com/skills/juliusbrussee/caveman?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;caveman&lt;/a&gt; compresses agent output to cut token usage. It ships from &lt;a href="https://github.com/juliusbrussee/caveman" rel="noopener noreferrer"&gt;juliusbrussee/caveman&lt;/a&gt; with six sibling skills. Here is what each gained between July 29 and August 7 in our catalog data:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Skill&lt;/th&gt;
&lt;th&gt;Gained (Jul 29 to Aug 7)&lt;/th&gt;
&lt;th&gt;Total installs&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/juliusbrussee/caveman?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;caveman&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;26,831&lt;/td&gt;
&lt;td&gt;410,000+&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/juliusbrussee/caveman/caveman-commit?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;caveman-commit&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;21,202&lt;/td&gt;
&lt;td&gt;293,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/juliusbrussee/caveman/caveman-review?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;caveman-review&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;21,148&lt;/td&gt;
&lt;td&gt;291,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/juliusbrussee/caveman/caveman-compress?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;caveman-compress&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;21,126&lt;/td&gt;
&lt;td&gt;289,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/juliusbrussee/caveman/caveman-help?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;caveman-help&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;21,001&lt;/td&gt;
&lt;td&gt;283,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/juliusbrussee/caveman/caveman-stats?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;caveman-stats&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;20,860&lt;/td&gt;
&lt;td&gt;240,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/juliusbrussee/caveman/cavecrew?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;cavecrew&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;20,722&lt;/td&gt;
&lt;td&gt;235,000+&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Six of the seven gained between 20,722 and 21,202 installs. That is a spread of 480 on gains of about 21,000 each, or roughly 2%. The flagship runs about 5,600 ahead, which is the slice of developers who stop at the front door. Everyone else takes the family.&lt;/p&gt;

&lt;p&gt;The same shape shows up in &lt;a href="https://github.com/obra/superpowers" rel="noopener noreferrer"&gt;obra/superpowers&lt;/a&gt;: six of its skills sit on today's trending 100 together, including &lt;a href="https://skillselion.com/skills/obra/superpowers/brainstorming?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;brainstorming&lt;/a&gt; at over 310,000 installs and &lt;a href="https://skillselion.com/skills/obra/superpowers/using-superpowers?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;using-superpowers&lt;/a&gt; at over 200,000.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Three trending slots are left for anyone without an author brand
&lt;/h2&gt;

&lt;p&gt;On Tuesday we published &lt;a href="https://dev.to/skillselion/92-of-todays-100-fastest-growing-claude-code-skills-come-from-three-publishers-p31"&gt;92 of today's 100 fastest-growing Claude Code skills come from three publishers&lt;/a&gt;. Two days later, 97 of today's 100 trending entries belong to just six author accounts (two of them are the same vendor, Lark). Three slots are left for everyone else.&lt;/p&gt;

&lt;p&gt;That piece was about supply, meaning who ships the skills. Today's data is about demand, meaning how developers adopt them. The rising search terms are author names. The #9 skill in the catalog is an author's setup shim. The install curves inside each set move in lockstep. All three signals point the same way: the unit of adoption in the Claude Code ecosystem is now the author.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this means if you ship skills
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Distribution attaches to names.&lt;/strong&gt; grill-me added 96,462 installs this week, second only to find-skills among today's trending 100, and the demand around it carried 28 entries from the same author onto the list.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A single standalone skill is fighting for three slots.&lt;/strong&gt; Only three of today's 100 trending entries came from authors with a single entry on the list. If your skill stands alone, your bottleneck is discovery.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A setup skill is a subscription button.&lt;/strong&gt; The install count on setup-matt-pocock-skills is the cleanest public measure of author-level trust we have seen in the catalog. If developers trust your system, they will run your setup.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There is one counterweight. &lt;a href="https://skillselion.com/skills/vercel-labs/skills/find-skills?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;find-skills&lt;/a&gt; by &lt;a href="https://github.com/vercel-labs/skills" rel="noopener noreferrer"&gt;vercel-labs&lt;/a&gt;, the most-installed skill in the catalog at over 2.8 million installs, is the opposite bet: let the agent pick the right skill per task instead of following an author. Both bets are growing. What is fading is the middle, where a developer browses for one capability at a time.&lt;/p&gt;

&lt;h2&gt;
  
  
  The numbers at a glance
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Signal&lt;/th&gt;
&lt;th&gt;Value (August 7 catalog data)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;"matt pocock skills" search trend&lt;/td&gt;
&lt;td&gt;+160%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;setup-matt-pocock-skills installs&lt;/td&gt;
&lt;td&gt;540,000+ (#9 all-time)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Setup installs gained per 100 grill-me installs, Jul 29 to Aug 7&lt;/td&gt;
&lt;td&gt;79&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;caveman family gain spread (6 of 7 skills, same window)&lt;/td&gt;
&lt;td&gt;480 installs on ~21,000 each&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Trending-100 entries held by six author accounts&lt;/td&gt;
&lt;td&gt;97 of 100&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Sources: our live catalog, refreshed daily from skills.sh, GitHub and MCP registries, ranked by real installs. Search trend figures are what our homepage trending rail shows today.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdexwyze1de7qql56a6i6.png" alt="Skillselion" width="100" height="100"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We run &lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=author-brand-aug-07" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;, an independent directory of Claude Code, Codex and Cursor extensions ranked by real installs. Not affiliated with Anthropic, OpenAI or Cursor.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>claudecode</category>
    </item>
    <item>
      <title>92 of today's 100 fastest-growing Claude Code skills come from three publishers</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Wed, 05 Aug 2026 08:50:17 +0000</pubDate>
      <link>https://dev.to/skillselion/92-of-todays-100-fastest-growing-claude-code-skills-come-from-three-publishers-p31</link>
      <guid>https://dev.to/skillselion/92-of-todays-100-fastest-growing-claude-code-skills-come-from-three-publishers-p31</guid>
      <description>&lt;p&gt;I pulled the 100 fastest-growing Claude Code skills this morning (August 5 data, ranked by installs added in the last day). 92 of them belong to exactly three publishers.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;54 rows are the Lark suite (published under open.feishu.cn and larksuite)&lt;/li&gt;
&lt;li&gt;31 rows are &lt;a href="https://github.com/mattpocock/skills" rel="noopener noreferrer"&gt;mattpocock/skills&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;7 rows are Julius Brussee's &lt;a href="https://github.com/juliusbrussee/caveman" rel="noopener noreferrer"&gt;caveman&lt;/a&gt; family&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Publisher&lt;/th&gt;
&lt;th&gt;Trending rows&lt;/th&gt;
&lt;th&gt;Installs added per day&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Lark suite&lt;/td&gt;
&lt;td&gt;54&lt;/td&gt;
&lt;td&gt;14,122&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Matt Pocock&lt;/td&gt;
&lt;td&gt;31&lt;/td&gt;
&lt;td&gt;3,018&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Julius Brussee (caveman)&lt;/td&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;588&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;find-skills (the installer)&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;224&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Everyone else&lt;/td&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;366 combined&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;One more slot goes to &lt;a href="https://skillselion.com/skills/vercel-labs/skills/find-skills?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=three-publishers-aug-05" rel="noopener noreferrer"&gt;find-skills&lt;/a&gt; (&lt;a href="https://github.com/vercel-labs/skills" rel="noopener noreferrer"&gt;repo&lt;/a&gt;), the installer that installs other skills, at +224 installs a day. That leaves 7 of the top 100 slots for everyone else.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Lark bloc moves as one organism
&lt;/h2&gt;

&lt;p&gt;The 54 Lark rows added a combined 14,122 installs in a day. Individually they run from +175 to +345 installs a day, and the biggest 27 of them sit between +342 and +345, which is as close to perfect lockstep as install data gets. Their totals cluster the same way: &lt;a href="https://skillselion.com/skills/open.feishu.cn/lark-approval?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=three-publishers-aug-05" rel="noopener noreferrer"&gt;lark-approval&lt;/a&gt; leads at 528,408, with fifteen siblings packed within about a thousand installs of it.&lt;/p&gt;

&lt;p&gt;Nobody hand-picks 54 skills at identical rates. This is what suite distribution looks like: the skills ship and install together, so every member of the bundle climbs the leaderboard together. The bloc now occupies more than half of the trending board on its own.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pocock bloc is a different machine
&lt;/h2&gt;

&lt;p&gt;Matt Pocock's 31 trending rows added 3,018 installs a day combined, from &lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-me?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=three-publishers-aug-05" rel="noopener noreferrer"&gt;grill-me&lt;/a&gt; at 754,978 installs (+188 a day) down to &lt;a href="https://skillselion.com/skills/mattpocock/skills/wizard?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=three-publishers-aug-05" rel="noopener noreferrer"&gt;wizard&lt;/a&gt;, the slowest of the set at +45 a day (111,964 installs). All 31 point at the same &lt;a href="https://github.com/mattpocock/skills" rel="noopener noreferrer"&gt;repo&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The install pattern says subscription, not selection: developers add the repo once and take the whole set, so the author's entire roster rises on one decision. Google's search data backs that up. In this month's rising queries around Claude Code skills, "matt pocock" is up 180% and "matt pocock skills" is up 160% (Google Trends, worldwide, past month, captured today). Developers are typing the author's name into the search box.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://skillselion.com/skills/juliusbrussee/caveman?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=three-publishers-aug-05" rel="noopener noreferrer"&gt;caveman&lt;/a&gt; family shows the same shape at smaller scale: seven trending rows, +81 to +92 installs a day each, led by the 410,360-install main skill, and "caveman skill" up 50% in the same rising-queries capture.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Claude Code skills that break through alone
&lt;/h2&gt;

&lt;p&gt;Seven skills made the top 100 outside the three big blocs, and even here the bloc pattern creeps in: four of the seven are obra's &lt;a href="https://github.com/obra/superpowers" rel="noopener noreferrer"&gt;superpowers&lt;/a&gt; set, a fourth mini-bloc at around +50 a day per row, led by &lt;a href="https://skillselion.com/skills/obra/superpowers/writing-plans?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=three-publishers-aug-05" rel="noopener noreferrer"&gt;writing-plans&lt;/a&gt;. The genuinely solo climbers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/skills/vercel-labs/agent-browser?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=three-publishers-aug-05" rel="noopener noreferrer"&gt;agent-browser&lt;/a&gt; (&lt;a href="https://github.com/vercel-labs/agent-browser" rel="noopener noreferrer"&gt;repo&lt;/a&gt;), Vercel's browser automation CLI, 628,408 installs, +52 a day&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://skillselion.com/skills/nozomio-labs/nia-skill/nia?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=three-publishers-aug-05" rel="noopener noreferrer"&gt;nia&lt;/a&gt;, a 54,152-install recent arrival on the board, +60 a day&lt;/li&gt;
&lt;li&gt;wind-mcp-skill, a finance-data skill at +59 a day&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A standalone skill growing +50 a day is doing well. The same day, every single Lark row grew at triple that rate or better.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this does to install counts
&lt;/h2&gt;

&lt;p&gt;Install counts used to be a decent proxy for "developers chose this". On today's board, they are mostly a measure of distribution: whether a skill ships inside a suite, inside a followed author's repo, or alone. If you are evaluating a skill, the question is not just how many installs it has. It is whether those installs arrived one decision at a time or 54 rows at a time.&lt;/p&gt;

&lt;p&gt;Numbers source: live catalog, refreshed daily from skills.sh, GitHub and MCP registries, ranked by real installs. Search figures: Google Trends rising queries, worldwide, past month, captured August 5.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=three-publishers-aug-05" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdexwyze1de7qql56a6i6.png" alt="Skillselion" width="100" height="100"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I run &lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=three-publishers-aug-05" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;, an independent directory of Claude Code, Codex and Cursor extensions ranked by real installs. Not affiliated with Anthropic, OpenAI, Cursor or ByteDance.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>claudecode</category>
      <category>ai</category>
      <category>opensource</category>
      <category>productivity</category>
    </item>
    <item>
      <title>grill-me just passed Anthropic's frontend-design to become the #2 most-installed Claude Code skill</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Tue, 04 Aug 2026 10:12:53 +0000</pubDate>
      <link>https://dev.to/skillselion/grill-me-just-passed-anthropics-frontend-design-to-become-the-2-most-installed-claude-code-skill-3fm0</link>
      <guid>https://dev.to/skillselion/grill-me-just-passed-anthropics-frontend-design-to-become-the-2-most-installed-claude-code-skill-3fm0</guid>
      <description>&lt;p&gt;On the August 4 skills leaderboard, Matt Pocock's &lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-me?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;grill-me&lt;/a&gt; sits at 745,804 installs, 7,599 ahead of Anthropic's own &lt;a href="https://skillselion.com/skills/anthropics/skills/frontend-design?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;frontend-design&lt;/a&gt; at 738,205. Six days ago it trailed by 25,070. A community skill that interrogates your plan before any code gets written now outranks the skill Anthropic ships for its flagship use case, and only Vercel's &lt;a href="https://skillselion.com/skills/vercel-labs/skills/find-skills?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;find-skills&lt;/a&gt; (2,806,813) sits above it.&lt;/p&gt;

&lt;p&gt;We wrote on July 29 that &lt;a href="https://dev.to/skillselion/the-entire-claude-code-skills-top-10-belongs-to-three-authors-anthropic-holds-one-slot-27jc"&gt;the entire top 10 belonged to three authors&lt;/a&gt;: Matt Pocock with 5 skills, Vercel Labs with 4, Anthropic with 1. Six days later that snapshot is already broken, in two places.&lt;/p&gt;

&lt;h2&gt;
  
  
  Break 1: the #2 slot changed hands
&lt;/h2&gt;

&lt;p&gt;Between July 29 and August 4, grill-me added 55,111 installs. frontend-design added 22,442 over the same six days. That is roughly 2.5x the pace, and it was enough to close a 25,070 deficit and open a 7,599 lead.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/mattpocock/skills" rel="noopener noreferrer"&gt;grill-me&lt;/a&gt; does not write code. It runs a relentless interview about your plan or design until every branch of the decision tree is resolved, then lets you build. The fact that it now outranks &lt;a href="https://github.com/anthropics/skills" rel="noopener noreferrer"&gt;frontend-design&lt;/a&gt;, a code-generating skill from Anthropic itself, says something about where developers feel the pain. The misunderstandings that pile up before generation starts seem to hurt more than the generation itself.&lt;/p&gt;

&lt;h2&gt;
  
  
  Break 2: a media-automation bundle took two top-10 slots
&lt;/h2&gt;

&lt;p&gt;The July 29 cut line for the top 10 was 495,226 installs. Today, positions 9 and 10 belong to &lt;a href="https://skillselion.com/skills/101-skills/skills/ai-video-generation?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;ai-video-generation&lt;/a&gt; (570,274) and &lt;a href="https://skillselion.com/skills/101-skills/skills/ai-image-generation?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;ai-image-generation&lt;/a&gt; (568,471), both from the 101-skills repo (which &lt;a href="https://github.com/101-skills/skills" rel="noopener noreferrer"&gt;now redirects to inference-sh/skills&lt;/a&gt; on GitHub). Two more from the same repo, ai-avatar-video (568,250) and twitter-automation (568,202), sit at 11 and 12. Four skills, one repo, all within 2,072 installs of each other.&lt;/p&gt;

&lt;p&gt;That spread is the tell. When four skills from one repo track each other that tightly at half a million installs, the simplest explanation is that they are being installed as a set rather than chosen one by one. Since they all sat below the 495,226 cut on July 29, each has added at least 72,900 installs in six days. Whatever is driving that bundle, it is moving faster than any skill whose July 29 number we published.&lt;/p&gt;

&lt;p&gt;Compare that to Matt Pocock's repo, where his five top-25 entries alone spread from 745,804 (grill-me) down to 536,845 (setup-matt-pocock-skills), and the rest of the repo runs lower still. His skills rise at different speeds because developers pick them individually. Inside one repo, a wide spread is the signature of per-skill demand and a tight spread is the signature of a bundle. Raw install rank cannot tell you which skill developers actually reached for; the spread can.&lt;/p&gt;

&lt;h2&gt;
  
  
  The new top 10, August 4
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;Skill&lt;/th&gt;
&lt;th&gt;Author&lt;/th&gt;
&lt;th&gt;Installs&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/vercel-labs/skills/find-skills?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;find-skills&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Vercel Labs&lt;/td&gt;
&lt;td&gt;2,806,813&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-me?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;grill-me&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Matt Pocock&lt;/td&gt;
&lt;td&gt;745,804&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/anthropics/skills/frontend-design?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;frontend-design&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Anthropic&lt;/td&gt;
&lt;td&gt;738,205&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/mattpocock/skills/grill-with-docs?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;grill-with-docs&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Matt Pocock&lt;/td&gt;
&lt;td&gt;632,931&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/vercel-labs/agent-browser?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;agent-browser&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Vercel Labs&lt;/td&gt;
&lt;td&gt;622,750&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/mattpocock/skills/improve-codebase-architecture?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;improve-codebase-architecture&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Matt Pocock&lt;/td&gt;
&lt;td&gt;609,303&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/vercel-labs/agent-skills/vercel-react-best-practices?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;vercel-react-best-practices&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Vercel Labs&lt;/td&gt;
&lt;td&gt;603,739&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/mattpocock/skills/tdd?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;tdd&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Matt Pocock&lt;/td&gt;
&lt;td&gt;587,398&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/101-skills/skills/ai-video-generation?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;ai-video-generation&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;101-skills&lt;/td&gt;
&lt;td&gt;570,274&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillselion.com/skills/101-skills/skills/ai-image-generation?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;ai-image-generation&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;101-skills&lt;/td&gt;
&lt;td&gt;568,471&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Out since July 29: setup-matt-pocock-skills (536,845, now #14) and Vercel's web-design-guidelines, which no longer appears in today's top 25.&lt;/p&gt;

&lt;p&gt;The three-author monopoly lasted less than a week. The ownership count now reads Matt Pocock 4, Vercel Labs 3, Anthropic 1, and one media bundle 2. The interesting question for next week is whether the bundle keeps its lockstep climb, and whether any single hand-picked skill besides grill-me can hold a top-10 slot against sets that install four at a time.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdexwyze1de7qql56a6i6.png" alt="Skillselion" width="100" height="100"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;We run &lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=grill-me-number-2-aug-04" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;, an independent directory of Claude Code, Codex and Cursor extensions ranked by real installs. Numbers in this post come from our live catalog, refreshed daily from skills.sh, GitHub and MCP registries, and were verified against the live leaderboard on August 4, 2026.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>claudecode</category>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Vercel's agent-browser just crossed 600k installs: the fastest-accelerating skill in the Claude Code top 100</title>
      <dc:creator>Skillselion</dc:creator>
      <pubDate>Sun, 02 Aug 2026 16:59:57 +0000</pubDate>
      <link>https://dev.to/skillselion/vercels-agent-browser-just-crossed-600k-installs-the-fastest-accelerating-skill-in-the-claude-4k48</link>
      <guid>https://dev.to/skillselion/vercels-agent-browser-just-crossed-600k-installs-the-fastest-accelerating-skill-in-the-claude-4k48</guid>
      <description>&lt;p&gt;Vercel's &lt;a href="https://skillselion.com/skills/vercel-labs/agent-browser/agent-browser?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=agent-browser-600k-aug-02" rel="noopener noreferrer"&gt;agent-browser&lt;/a&gt; sits at 612,890 installs on the skills.sh leaderboard as of August 2. It was under 600,000 on July 29. Over those four days it averaged roughly 5,450 installs a day, against roughly 3,370 a day across the previous week. That +62% jump in daily rate is the sharpest acceleration of any skill in the top 100 right now, and it is not close: the next-fastest is at +17%.&lt;/p&gt;

&lt;p&gt;We track daily install snapshots for every skill in the &lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=agent-browser-600k-aug-02" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt; catalog, so we can compare each skill's current install rate against its own recent baseline. The top 100 as a whole is not surging: the median skill is running at 0.94x its late-July rate, slightly below it. The four fastest-accelerating skills, though, are all the same kind of skill. (The next block after them is a five-skill AI-media bundle from one author, all at +13% in lockstep, which is bundle behavior rather than individual demand.)&lt;/p&gt;

&lt;h2&gt;
  
  
  The acceleration top 4 is browser hands and frontend eyes
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://skillselion.com/skills/vercel-labs/agent-browser/agent-browser?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=agent-browser-600k-aug-02" rel="noopener noreferrer"&gt;agent-browser&lt;/a&gt;&lt;/strong&gt; (&lt;a href="https://github.com/vercel-labs/agent-browser" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;) - 612,890 installs, 39.7k stars. ~3,370/day in the last week of July, ~5,450/day since July 29 (+62%). A Rust CLI that gives a coding agent a real browser: navigate, click, type, screenshot, read the accessibility tree.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://skillselion.com/skills/vercel-labs/agent-skills/web-design-guidelines?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=agent-browser-600k-aug-02" rel="noopener noreferrer"&gt;web-design-guidelines&lt;/a&gt;&lt;/strong&gt; (&lt;a href="https://github.com/vercel-labs/agent-skills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;) - 509,313 installs. ~2,460/day to ~2,880/day (+17%). Audits existing frontend code against Vercel's web interface guidelines.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://skillselion.com/skills/vercel-labs/agent-skills/vercel-react-best-practices?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=agent-browser-600k-aug-02" rel="noopener noreferrer"&gt;vercel-react-best-practices&lt;/a&gt;&lt;/strong&gt; (&lt;a href="https://github.com/vercel-labs/agent-skills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;) - 599,350 installs, about to cross 600k itself. ~2,550/day to ~2,960/day (+16%).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://skillselion.com/skills/anthropics/skills/frontend-design?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=agent-browser-600k-aug-02" rel="noopener noreferrer"&gt;frontend-design&lt;/a&gt;&lt;/strong&gt; (&lt;a href="https://github.com/anthropics/skills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;) - Anthropic's own design skill, 732,170 installs. ~3,580/day to ~4,100/day (+15%).&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For contrast, the biggest skill on the leaderboard, &lt;a href="https://skillselion.com/skills/vercel-labs/skills/find-skills?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=agent-browser-600k-aug-02" rel="noopener noreferrer"&gt;find-skills&lt;/a&gt;, is dead flat: ~15,160/day in late July, ~15,090/day since (2,783,463 installs total). The catalog is steady. This specific cluster is not.&lt;/p&gt;

&lt;h2&gt;
  
  
  The demand side agrees
&lt;/h2&gt;

&lt;p&gt;Our homepage trending rail tracks which skill searches are rising on Google. Right now search interest in Anthropic's frontend-design skill is up 120%, and searches for ui-ux-pro-max, a UI/UX decision skill with 290k installs, are up 140%. Developers are searching for frontend taste at the same moment they are installing browser control and design review at above-baseline rates.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we think is happening
&lt;/h2&gt;

&lt;p&gt;Claude Code shipped an in-app browser in early July, and agents that can see a rendered page need two things: hands to drive the browser and eyes that know what good frontend looks like. agent-browser is the hands. The other three are the eyes. We cannot attribute the acceleration to a single launch or post, and we are saying so rather than inventing one. What the data supports: the growth is concentrated in one coherent capability cluster, not spread across the leaderboard.&lt;/p&gt;

&lt;h2&gt;
  
  
  Methodology, honestly
&lt;/h2&gt;

&lt;p&gt;Numbers come from our own daily install snapshots of the skills.sh all-time leaderboard. Our snapshot series has a gap between July 29 and August 2 (three missed collection days), so the "since July 29" rates are that four-day window averaged per day. Late-July baselines are true daily snapshots, July 23 to 29. Every install count above is the live number at time of writing and every skill link goes to a page showing the same data.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdexwyze1de7qql56a6i6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdexwyze1de7qql56a6i6.png" alt="Skillselion" width="100" height="100"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Data: live catalog, refreshed daily from skills.sh, GitHub and MCP registries, ranked by real installs. We run &lt;a href="https://skillselion.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=agent-browser-600k-aug-02" rel="noopener noreferrer"&gt;Skillselion&lt;/a&gt;, an independent directory of Claude Code, Codex and Cursor extensions. Not affiliated with Anthropic, OpenAI, Vercel or Cursor.&lt;/p&gt;

</description>
      <category>claudecode</category>
      <category>ai</category>
      <category>webdev</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
