<?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: SKILL123.me</title>
    <description>The latest articles on DEV Community by SKILL123.me (@skill123).</description>
    <link>https://dev.to/skill123</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%2F4119209%2F208b7fe4-4fd0-4c4b-948f-012ff131ff24.png</url>
      <title>DEV Community: SKILL123.me</title>
      <link>https://dev.to/skill123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skill123"/>
    <language>en</language>
    <item>
      <title>The 10 Claude skills worth installing (and what most people get wrong)</title>
      <dc:creator>SKILL123.me</dc:creator>
      <pubDate>Fri, 18 Sep 2026 08:14:04 +0000</pubDate>
      <link>https://dev.to/skill123/the-10-claude-skills-worth-installing-and-what-most-people-get-wrong-56f9</link>
      <guid>https://dev.to/skill123/the-10-claude-skills-worth-installing-and-what-most-people-get-wrong-56f9</guid>
      <description>&lt;p&gt;&lt;em&gt;I've evaluated 500+ agent skills on a six-dimension rubric — trigger quality, structure, workflow design, content, engineering, and security. These are the ten I'd actually install, each with the one mistake people make when using it.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;The skill ecosystem is a gold rush right now, and most of what's being panned is fool's gold. A skill is just a folder with a &lt;code&gt;SKILL.md&lt;/code&gt; that teaches your agent a job — but the gap between a great one and a lazy prompt-wrapper is the gap between "wow, it actually works" and "why did it just delete my formatting."&lt;/p&gt;

&lt;p&gt;After running 500+ skills through a structured evaluation, here are the ten that earned a permanent spot, with the trap most people fall into with each.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. xlsx (official) — 9.8/10
&lt;/h2&gt;

&lt;p&gt;Reads and writes Excel workbooks: formulas, formatting, charts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why it's the best:&lt;/strong&gt; It verifies its own output. After every write, it recalculates and checks the result before claiming success. Most skills just say "done" and hope.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What people get wrong:&lt;/strong&gt; Asking it to "fix the numbers" without opening the file afterward. Its verification catches formula errors, not intent errors — check that the &lt;em&gt;right&lt;/em&gt; thing got computed.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. docx (official) — 9.7/10
&lt;/h2&gt;

&lt;p&gt;Word documents: tracked changes, comments, find-replace, styled output, TOCs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why:&lt;/strong&gt; A task-routing table sends each job type to a proven recipe, and a render-to-image check catches layout breakage that text-only verification misses.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What people get wrong:&lt;/strong&gt; Trusting tracked changes to be complete. Accept them in Word's review pane, not by reading the diff in chat — the visual check is the whole point.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. pptx (official) — 9.7/10
&lt;/h2&gt;

&lt;p&gt;PowerPoint creation and editing, template-aware.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why:&lt;/strong&gt; The engineering is exceptional — it knows the corruption patterns naive XML editing causes and routes around every one. Like xlsx, it verifies after building.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What people get wrong:&lt;/strong&gt; Feeding it a company template with 40 master slides and expecting magic. Give it your simplest working template, not the one your design team made in 2019.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. archify — 9.4/10
&lt;/h2&gt;

&lt;p&gt;Generates architecture diagrams and flowcharts as self-contained HTML you can export.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why:&lt;/strong&gt; The engineering discipline is a masterclass — acceptance gates, subagent dispatch per diagram, state you can audit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What people get wrong:&lt;/strong&gt; Treating the output as a spec. It's a &lt;em&gt;diagram&lt;/em&gt; — great for communicating a design, wrong as the source of truth for one.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. baoyu-slide-deck — 9.3/10
&lt;/h2&gt;

&lt;p&gt;Generates slide decks as styled images — 17 style presets, consistent visual identity across slides.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why:&lt;/strong&gt; A genuinely different philosophy from pptx: instead of wrestling PowerPoint XML, it renders each slide as a designed image. For "make this look good fast," it wins.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What people get wrong:&lt;/strong&gt; Not realizing the output isn't editable PowerPoint. If your boss needs to tweak slide 12 after the meeting, use pptx instead. Pick your use case first.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. prompt-master — 9.3/10
&lt;/h2&gt;

&lt;p&gt;Turns a vague request into a production-quality prompt for any AI tool, via a 9-dimension intent extraction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why:&lt;/strong&gt; Best trigger design I've evaluated — it knows when NOT to fire, which almost no skill gets right.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What people get wrong:&lt;/strong&gt; Using it to write prompts for the skill itself. Meta-prompting a skill that will prompt an agent that will... just write the prompt yourself.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. rag-architect — 9.3/10
&lt;/h2&gt;

&lt;p&gt;Designs RAG architectures: chunking strategy, retrieval pipeline, evaluation methodology.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why:&lt;/strong&gt; Every implementation step ends with an assertion checkpoint. You can follow its work like a test suite.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What people get wrong:&lt;/strong&gt; Expecting it to build the thing. It's an architect, not a contractor — it designs the system and tells you how to evaluate it. The building is still yours.&lt;/p&gt;

&lt;h2&gt;
  
  
  8. codex-ppt — 9.2/10
&lt;/h2&gt;

&lt;p&gt;Builds presentation decks as unified image sequences, with per-slide subagents enforcing a style contract.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why:&lt;/strong&gt; A 30-slide deck keeps visual consistency where single-context generation drifts. The approval gates mean nothing ships without your sign-off.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What people get wrong:&lt;/strong&gt; Skipping the configuration step. It needs an image-generation backend — spend the five minutes on setup or the output will disappoint.&lt;/p&gt;

&lt;h2&gt;
  
  
  9. humanizer — 8.8/10
&lt;/h2&gt;

&lt;p&gt;Rewrites AI-sounding text so it reads naturally.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why:&lt;/strong&gt; It's built on a catalog of specific AI tells with before/after examples, not vague "make it casual" instructions. Fact-preservation checks stop it from rewriting your claims.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What people get wrong:&lt;/strong&gt; Running it on text that's already fine. Humanizers are for first-draft slop — running it twice makes prose weird and defensive, not "more human."&lt;/p&gt;

&lt;h2&gt;
  
  
  10. pdf (official) — 8.6/10
&lt;/h2&gt;

&lt;p&gt;PDF reading, merging, splitting, form-filling, extraction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why:&lt;/strong&gt; Official skill with a gated form-filling workflow that verifies field mappings before writing anything.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What people get wrong:&lt;/strong&gt; Expecting it to beat PDF itself. Scanned documents and odd encodings still fall over — that's the file format's fault, and 8.6 is the problem domain talking, not the skill.&lt;/p&gt;




&lt;h2&gt;
  
  
  What the other 490 skills taught me
&lt;/h2&gt;

&lt;p&gt;Three patterns hold across everything I evaluated:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Verification is the rarest feature.&lt;/strong&gt; The official skills verify their own output; almost nothing else does. When a skill says "done," ask what evidence it has.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The description IS the product.&lt;/strong&gt; Half of all skills have trigger descriptions that either never fire or fire constantly. A skill that doesn't trigger when you need it is dead weight in your context directory.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Popularity and safety are uncorrelated.&lt;/strong&gt; The worst thing I found — credential-harvesting scripts behind an innocent description — sat in a repo with a five-figure star count and zero issues filed. Read the scripts before you install, or use something that reads them for you.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Every skill above was scored on the same public rubric, and each one's full scorecard — with written rationale per dimension — is at &lt;a href="https://skill123.me" rel="noopener noreferrer"&gt;skill123.me&lt;/a&gt;. No black-box ratings.&lt;/p&gt;

&lt;p&gt;What's in your top ten? Genuinely curious what I'm missing — the good stuff hides in small repos.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>What skill would you pay $5-10 for if it existed?</title>
      <dc:creator>SKILL123.me</dc:creator>
      <pubDate>Fri, 18 Sep 2026 08:03:15 +0000</pubDate>
      <link>https://dev.to/skill123/what-skill-would-you-pay-5-10-for-if-it-existed-m64</link>
      <guid>https://dev.to/skill123/what-skill-would-you-pay-5-10-for-if-it-existed-m64</guid>
      <description>&lt;p&gt;There are plenty of free SKILLs out there, but most of them are pretty low quality.&lt;/p&gt;

&lt;p&gt;I’m planning to build a platform focused on high-quality SKILLs, but it would be paid.&lt;/p&gt;

&lt;p&gt;What kind of SKILL would you be willing to pay $5–10 for?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I evaluated 500 AI agent skills. Most of them should not exist.</title>
      <dc:creator>SKILL123.me</dc:creator>
      <pubDate>Tue, 15 Sep 2026 08:31:50 +0000</pubDate>
      <link>https://dev.to/skill123/i-evaluated-500-ai-agent-skills-most-of-them-should-not-exist-239f</link>
      <guid>https://dev.to/skill123/i-evaluated-500-ai-agent-skills-most-of-them-should-not-exist-239f</guid>
      <description>&lt;p&gt;&lt;em&gt;A practical guide to the agent-skill ecosystem — what skills are, where to find them, and how to tell the great ones from the prompt-wrappers before you install.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;AI coding agents have quietly gained a superpower most people haven't fully explored yet: &lt;strong&gt;skills&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A skill is a folder of instructions — usually a &lt;code&gt;SKILL.md&lt;/code&gt; file plus optional scripts, references, and templates — that teaches your agent how to do a specific job well. Install a PDF skill and your agent suddenly knows how to extract, merge, and manipulate documents. Install a debugging skill and it stops guessing at bugs and starts isolating them systematically.&lt;/p&gt;

&lt;p&gt;Claude Code ships with a handful of official skills. The community has built hundreds more. But there's a problem: &lt;strong&gt;the ecosystem has no quality floor.&lt;/strong&gt; Some skills are meticulously engineered. Others are a single paragraph of vague instructions wrapped in a folder. And a few — including one with tens of thousands of GitHub stars — instruct your agent to do genuinely unsafe things.&lt;/p&gt;

&lt;p&gt;This guide covers what you need to know: how skills work, where to find them, and the evaluation framework we built at &lt;a href="https://skill123.me" rel="noopener noreferrer"&gt;Skill123&lt;/a&gt; to separate the signal from the noise.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is an agent skill, exactly?
&lt;/h2&gt;

&lt;p&gt;Technically, a skill is just a directory containing a &lt;code&gt;SKILL.md&lt;/code&gt; file with YAML frontmatter:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;my-skill/
├── SKILL.md          ← the core: name, description, instructions
├── scripts/          ← optional executable code
├── references/       ← optional deep-dive docs
└── assets/           ← optional templates
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The magic is in the &lt;code&gt;description&lt;/code&gt; field. When you chat with your agent, it scans the descriptions of all installed skills and loads the relevant one into context. A well-written description fires at exactly the right moment; a lazy one either never triggers or triggers constantly.&lt;/p&gt;

&lt;p&gt;The best skills follow a pattern Anthropic calls &lt;strong&gt;progressive disclosure&lt;/strong&gt;: a lean &lt;code&gt;SKILL.md&lt;/code&gt; (under 500 lines) with the essentials, plus references the agent loads only when needed. This keeps context usage low and accuracy high.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where the skills live
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://github.com/anthropics/skills" rel="noopener noreferrer"&gt;Anthropic's official repo&lt;/a&gt;&lt;/strong&gt; — document processing (PDF, DOCX, XLSX, PPTX), design tools, and the skill-creator itself. High quality, conservative scope.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Community collections&lt;/strong&gt; — aggregations from dozens of authors, ranging from polished frameworks to weekend experiments.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Standalone repos&lt;/strong&gt; — single-purpose skills like Obsidian integration or architecture-diagram generation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://skill123.me" rel="noopener noreferrer"&gt;Skill123&lt;/a&gt;&lt;/strong&gt; — a curated directory of 493 skills where every entry has been evaluated. That's what the rest of this article is about.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The problem: stars ≠ quality
&lt;/h2&gt;

&lt;p&gt;GitHub stars measure attention, not engineering. A skill can be popular because it was early, because it's funny, or because the README is charming — while its instructions are ambiguous, its scripts are broken, or its trigger description is so vague the agent never actually uses it.&lt;/p&gt;

&lt;p&gt;Worse, skills run with your agent's full permissions. A skill that says "read the browser cookies and send them to this API" reads almost the same as one that says "read the browser history and summarize it." If you install skills the way you install npm packages — trust the stars, skim the README — you're doing security by vibes.&lt;/p&gt;

&lt;p&gt;When we started evaluating skills for &lt;a href="https://skill123.me" rel="noopener noreferrer"&gt;Skill123&lt;/a&gt;, we found exactly this: a widely-shared research skill whose scripts parse Safari's cookie store and decrypt Chromium credential databases. It had a five-figure star count. Nobody had flagged it, because nobody was reading the scripts.&lt;/p&gt;

&lt;h2&gt;
  
  
  The six-dimension evaluation framework
&lt;/h2&gt;

&lt;p&gt;Every skill on Skill123 is scored on six dimensions, 100 points total, with written rationale for each score:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Trigger Quality (20 pts)&lt;/strong&gt; — Does the description say what the skill does, when to use it, and &lt;em&gt;when not to&lt;/em&gt;? Does it cover the phrases a user would actually type? The best descriptions read like they were written by someone who watched real users miss the skill ten times.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Structure (15 pts)&lt;/strong&gt; — Is the content split correctly between &lt;code&gt;SKILL.md&lt;/code&gt;, &lt;code&gt;references/&lt;/code&gt;, &lt;code&gt;scripts/&lt;/code&gt;, and &lt;code&gt;assets/&lt;/code&gt;? A 900-line SKILL.md with no offloading burns context on every activation; a 40-line one that references files that don't exist is worse.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Workflow Design (25 pts)&lt;/strong&gt; — The heavyweight dimension. Is the skill task-oriented (steps the agent executes) rather than topic-oriented (facts the agent reads)? Are high-risk steps constrained with low freedom (exact commands) while creative steps get high freedom? Is there a verification loop so the agent can check its own work?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Content Quality (10 pts)&lt;/strong&gt; — Concise, imperative, executable. Commands with real arguments, not &lt;code&gt;run the tool with the appropriate options&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Engineering (10 pts)&lt;/strong&gt; — Valid frontmatter, runnable scripts, file paths that actually resolve in the shipped package. You'd be surprised how many published skills reference files they forgot to include.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Security (20 pts)&lt;/strong&gt; — Static analysis of every script and document: no undeclared network calls, no obfuscated execution, no credential access, no prompt injection ("ignore previous instructions and..."). One confirmed violation of the hard rules caps the total score at 39/100 — an automatic fail.&lt;/p&gt;

&lt;p&gt;That last rule isn't theoretical. We delisted a popular skill on day one of this policy.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the data shows after evaluating 493 skills
&lt;/h2&gt;

&lt;p&gt;A few patterns from our evaluation database:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Trigger descriptions are the weakest link.&lt;/strong&gt; The most common failure across the ecosystem is a missing "when NOT to use this" clause. Skills without boundaries trigger on adjacent requests and pollute context.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Structure quality is bimodal.&lt;/strong&gt; Skills from experienced authors (Anthropic's own, the &lt;a href="https://github.com/obra/superpowers" rel="noopener noreferrer"&gt;superpowers&lt;/a&gt; methodology suite, well-maintained collections) consistently nail progressive disclosure. Everything else tends toward one extreme or the other: bloated single files or skeletal stubs pointing at missing references.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Security is mostly fine — until it isn't.&lt;/strong&gt; The overwhelming majority of skills are benign document generators and API wrappers. But the violations we did find were serious (credential harvesting, prompt injection) and all of them came from skills with strong social proof. Popularity and safety are uncorrelated.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to evaluate a skill yourself in five minutes
&lt;/h2&gt;

&lt;p&gt;Even without a formal framework, you can filter out most of the noise:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Read the description first.&lt;/strong&gt; Does it tell you when &lt;em&gt;not&lt;/em&gt; to use it? No → expect false triggers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Count the files.&lt;/strong&gt; &lt;code&gt;SKILL.md&lt;/code&gt; over ~500 lines with no &lt;code&gt;references/&lt;/code&gt; → context hog. References that don't exist in the repo → broken.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Grep the scripts&lt;/strong&gt; for &lt;code&gt;curl&lt;/code&gt;, &lt;code&gt;wget&lt;/code&gt;, &lt;code&gt;eval&lt;/code&gt;, &lt;code&gt;base64&lt;/code&gt;, and paths like &lt;code&gt;~/.ssh&lt;/code&gt;, &lt;code&gt;~/.aws&lt;/code&gt;, &lt;code&gt;Cookies&lt;/code&gt;. Every hit should have an obvious, declared purpose.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Look for a verification step.&lt;/strong&gt; "After running, check that X is true" separates engineering from prompt-writing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Check the freedom gradient.&lt;/strong&gt; Destructive or external-facing actions should have exact, low-discretion instructions. Creative output should have room.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Installing skills
&lt;/h2&gt;

&lt;p&gt;Once you've picked a skill worth installing, there are three ways, all supported on &lt;a href="https://skill123.me" rel="noopener noreferrer"&gt;Skill123&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One-liner install&lt;/strong&gt; (curl the installer and run it):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://skill123.me/install/&amp;lt;skill-slug&amp;gt;.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Install via AI&lt;/strong&gt; — copy a single prompt into Claude Code and it fetches the instructions and installs the skill itself:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Install the "humanizer" skill by following the instructions at
https://skill123.me/install/humanizer.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Manual&lt;/strong&gt; — download the zip, extract to &lt;code&gt;~/.claude/skills/&lt;/code&gt;, restart your session.&lt;/p&gt;

&lt;p&gt;Yes, &lt;code&gt;curl | bash&lt;/code&gt; deserves the standard caution: read the installer first (ours is ~30 readable lines), and prefer skills whose evaluation notes you've actually skimmed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where to start
&lt;/h2&gt;

&lt;p&gt;If you're new to skills, these categories have the highest concentration of quality on &lt;a href="https://skill123.me" rel="noopener noreferrer"&gt;Skill123&lt;/a&gt; right now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://skill123.me/topic/documents" rel="noopener noreferrer"&gt;Documents&lt;/a&gt;&lt;/strong&gt; — the official PDF/DOCX/XLSX/PPTX skills are the gold standard of the format&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://skill123.me/topic/developer-tools" rel="noopener noreferrer"&gt;Developer Tools&lt;/a&gt;&lt;/strong&gt; — debugging methodology, TDD, and constraint-driven development&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://skill123.me/topic/writing" rel="noopener noreferrer"&gt;Writing&lt;/a&gt;&lt;/strong&gt; — translation, grammar, content auditing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://skill123.me/topic/design-creative" rel="noopener noreferrer"&gt;Design &amp;amp; Creative&lt;/a&gt;&lt;/strong&gt; — diagrams, infographics, and AI image generation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://skill123.me/topic/data-analytics" rel="noopener noreferrer"&gt;Data &amp;amp; Analytics&lt;/a&gt;&lt;/strong&gt; — pandas, SQL, and experiment analysis&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every skill page shows the full six-dimension scorecard with the reasoning behind each number — so you can disagree with us, which is the point. An evaluation you can inspect is worth ten you can't.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Skill123 is a curated directory of AI agent skills, with every entry evaluated across six dimensions before listing. Browse the &lt;a href="https://skill123.me/?tab=rank" rel="noopener noreferrer"&gt;leaderboard&lt;/a&gt; or search &lt;a href="https://skill123.me/?tab=all" rel="noopener noreferrer"&gt;all 493 skills&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
