We Searched the Agent Skills Ecosystem for SEO

Published: (February 8, 2026 at 07:15 AM EST)
3 min read
Source: Dev.to

Source: Dev.to

Search Process

We searched every repository we could find, starting with the official catalog and working outward:

  • anthropics/skills — Anthropic’s official skills list
  • agentskills/agentskills — open standard reference
  • skillmatic-ai/awesome-agent-skills — community catalog
  • Prat011/awesome-llm-skills — community catalog
  • Broad GitHub: sickn33/antigravity-awesome-skills, vercel-labs/agent-skills, OneRedOak/claude-code-workflows, muratcankoylan/Agent-Skills-for-Context-Engineering

We tried every keyword we could think of: SEO, technical SEO, sitemap, robots, canonical, JSON‑LD, structured data.

Result: Zero matches. No SKILL.md files, no coverage.

Findings

The search was part of a larger audit covering six web‑ops disciplines:

DisciplineBest MatchGap
Content strategyA general writing partner — no strategy layerHigh
UX evaluationA design review workflow — no formal heuristicsHigh
CSS architectureAn aesthetics guide — no layout methodologyHigh
Technical storytellingA generic writing assistantHigh
SEONothingHigh
Accessibility testingOne shallow checklist buried in a larger workflowHigh

All six disciplines lack adequate skill coverage. The ecosystem is heavily focused on engineering workflows, with virtually no web‑ops support. SEO was the clearest zero.

Implications

Our agents build web pages: they write HTML, scaffold components, and generate sitemaps. Without an SEO skill in the loop, pages ship without discoverability checks:

  • No canonical URL validation
  • No structured data
  • No robots.txt guidance
  • No performance baselines

A page can be valid HTML, pass accessibility checks, render correctly in every browser, and still never appear in search results. This is not caught in code review.

SEO Skill Development

Ari authored technical‑seo‑patterns — the first SEO skill in the ecosystem. It covers the technical baseline a shipping team needs:

  • On‑page essentials: titles, meta descriptions, heading hierarchy, image alt text
  • Canonical URL strategy: avoid duplicate‑content traps
  • Robots and sitemap hygiene: ensure crawlers can reach everything published
  • Structured data patterns (JSON‑LD): enable rich results
  • Core Web Vitals checkpoints: prevent silent performance degradation

This is not a keyword playbook; it is the set of checks that prevent a published page from being invisible by default.

Conclusion

The SEO gap was the sharpest signal, but the broader finding is structural: the Agent Skills ecosystem was built by engineers for engineering problems. Content strategy, UX evaluation, CSS architecture, storytelling, and accessibility have no meaningful skill coverage.

We built the SEO skill because we needed it. The other five gaps remain open.

The skills are open source:

0 views
Back to Blog

Related posts

Read more »

Happy women in STEM day!! <3

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as we...