← Back to research
·4 min read·company

claude-skill-seo-geo-optimizer

claude-skill-seo-geo-optimizer is a production-ready Claude Code skill for SEO/GEO/AEO/voice/social optimization by 199 Biotechnologies. Supports HTML, Markdown, and React/JSX with zero external dependencies. 20 stars, MIT license.

Key takeaways

  • Broadest optimization surface in the category — covers SEO, GEO, AEO (Answer Engine Optimization), voice assistants, and social media in a single skill
  • 20 stars, MIT license, Python. Created November 11, 2025 — the oldest project in the SEO/GEO agent skills category
  • Zero external dependencies — uses Python stdlib only, making it the most portable Python-based tool in the category
  • Built by Boris Djordjevic at 199 Biotechnologies — a biotech company, suggesting this was born from internal content marketing needs

FAQ

What is claude-skill-seo-geo-optimizer?

A Claude Code skill by 199 Biotechnologies that optimizes content for SEO, GEO, AEO, voice assistants, and social media. It supports HTML, Markdown, and React/JSX input formats with zero external Python dependencies.

What makes it different from other SEO/GEO tools?

It covers the broadest optimization surface (SEO + GEO + AEO + voice + social) and has zero external dependencies. Most competitors focus on SEO/GEO only and require additional packages.

Why does it have so few stars?

It was created by a biotech company (not a developer tools company) and appears to have been built for internal use before being open-sourced. Lower visibility in developer communities explains the modest adoption.

Is it still maintained?

It is the oldest project in the category (November 2025) but appears less actively maintained than newer, higher-starred competitors. Check the GitHub repository for recent commit activity.

Overview

claude-skill-seo-geo-optimizer casts the widest net of any tool in the SEO/GEO agent skills category — covering not just SEO and GEO but also AEO (Answer Engine Optimization), voice assistant optimization, and social media optimization in a single skill. Built by Boris Djordjevic at 199 Biotechnologies, it has the feel of an internal tool that was polished enough to open-source.

Key stats: 20 stars, MIT license, Python. Created November 11, 2025.

AttributeValue
Stars20
LicenseMIT
LanguagePython
CreatedNovember 11, 2025
AuthorBoris Djordjevic (199 Biotechnologies)
DependenciesPython stdlib only
Input FormatsHTML, Markdown, React/JSX
CategorySEO/GEO Agent Skills

How It Works

The skill operates as a Claude Code plugin that analyzes and optimizes content across multiple channels. Given any content in HTML, Markdown, or React/JSX format, it produces optimization recommendations spanning five domains:

  1. SEO — traditional search engine optimization (meta tags, headings, keyword density, internal linking)
  2. GEO — generative engine optimization for AI search citations
  3. AEO — answer engine optimization for featured snippets and knowledge panels
  4. Voice — optimization for voice assistants (Alexa, Google Assistant, Siri)
  5. Social — social media optimization (Open Graph, Twitter Cards, sharing)

Zero Dependencies

The most distinctive technical choice is the zero-dependency approach — the entire tool runs on Python's standard library with no pip installs required. This makes it the most portable Python tool in the category. No virtual environments, no dependency conflicts, no version mismatches. Just Python 3 and Claude Code.

Multi-Format Support

Supporting HTML, Markdown, and React/JSX input means it works with most web content workflows. The React/JSX support is particularly relevant for Next.js and Gatsby sites where content lives in component files rather than raw HTML.


Optimization Channels

ChannelWhat It Covers
SEOMeta tags, headings, keyword density, internal links, technical SEO
GEOAI citation readiness, structured answers, entity optimization
AEOFeatured snippet formatting, FAQ schema, direct answer structures
VoiceConversational phrasing, speakable schema, question-answer pairs
SocialOpen Graph tags, Twitter Cards, share-friendly formatting

Competitive Position

At 20 stars, claude-skill-seo-geo-optimizer is the lowest-adoption tool in the SEO/GEO agent skills comparison — but it covers the broadest optimization surface. The AEO, voice, and social channels are unique in the category; no other tool addresses all five domains.

The 199 Biotechnologies origin is interesting context. This wasn't built by a developer tools company or an SEO agency — it came from a biotech company's content marketing needs. That origin may explain both the practical breadth (a real team needed all five channels) and the modest adoption (limited developer community marketing).

Being the oldest project (November 2025) in a category that mostly dates to February-March 2026 gave it a head start, but newer tools with more active communities have lapped it on stars and features.


Strengths

  • Broadest optimization surface — SEO + GEO + AEO + voice + social
  • Zero dependencies — Python stdlib only, installs everywhere
  • Multi-format input — HTML, Markdown, React/JSX all supported
  • Production-ready — built from real-world biotech content needs
  • Lightweight — minimal footprint compared to multi-subagent tools

Weaknesses

  • Low adoption — 20 stars suggests limited community testing
  • Claude Code only — no multi-agent support
  • No subagent architecture — single-threaded analysis vs parallel subagents elsewhere
  • No MCP integration — can't connect to external data sources
  • Maintenance unclear — oldest project but uncertain ongoing development

Bottom Line

claude-skill-seo-geo-optimizer is the Swiss Army knife of the category — it covers the most optimization channels with the fewest dependencies. For teams that need SEO, GEO, AEO, voice, and social optimization from a single tool, nothing else comes close. The low star count reflects origin story, not quality. Worth evaluating if your content strategy spans beyond traditional and AI search into voice and social channels.