[Skill Directory] Add community skill: web-optimization (SEO/GEO/AEO audit & fix)

Open 💬 2 comments Opened Jun 11, 2026 by staksoft

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

There's no way for community developers to submit skills for listing in the
Claude Code Skills Directory. I've built a skill I'd like considered for inclusion.

Proposed Solution

Add the web-optimization skill to the Skills Directory.

Repo: https://github.com/staksoft/geo-seo-aeo-skill
SKILL.md: https://github.com/staksoft/geo-seo-aeo-skill/blob/main/SKILL.md
License: MIT
Author: Staksoft (https://www.staksoft.com)

What it does: Audits any URL or local file across three lenses — SEO
(Google/Bing ranking), GEO (AI citation by ChatGPT/Perplexity/AI Overviews),
and AEO (featured snippets, voice) — then generates prioritized fixes with
copy-paste-ready output: JSON-LD, llms.txt, HTML diffs, rewritten copy.

Example prompts:

Structure: SKILL.md at repo root, references/ (criteria files),
scripts/audit.py (deterministic JSON checks), assets/ (schema templates,
report template, llms.txt template). MIT licensed.

Alternative Solutions

Also — is there an official process or form for community skill submissions?
Happy to follow any preferred channel.

Priority

Medium - Would be very helpful

Feature Category

Developer tools/SDK

Use Case Example

A developer builds a community skill (e.g. a web-optimization skill for
SEO/GEO/AEO auditing) and publishes it to GitHub with a valid SKILL.md at
the repo root, MIT license, and working reference files.

Currently:

  1. Other users can only install it by manually copying files to

~/.claude/skills/ — there's no discovery mechanism.

  1. The developer has no way to submit it for listing in the Skills Directory

that appears when users type / in Claude Code.

  1. Users browsing the Skills Directory never see community-built skills,

only Anthropic & Partners skills.

Requested flow:

  1. Developer submits repo URL via a form or this issue.
  2. Anthropic reviews the SKILL.md quality, license, and safety.
  3. Approved skills appear in the Directory under a "Community" tab.
  4. Users can install with one click, same as Anthropic skills.

Real example: https://github.com/staksoft/geo-seo-aeo-skill
This skill audits any URL for SEO, GEO (AI citation readiness), and AEO
(featured snippets), then generates fixes interactively. It has been tested
in production on real sites but is invisible to most Claude Code users
because there is no submission path.

Additional Context

Demo (animated):

<img width="760" height="600" alt="Image" src="https://github.com/user-attachments/assets/e2a12890-b123-4d66-bf9a-9f40f6d33c14" />

Skill repo ready for review:
https://github.com/staksoft/geo-seo-aeo-skill

Structure meets current skill standards:

  • SKILL.md at repo root with name/description/license frontmatter
  • references/ — modular knowledge files loaded on demand
  • scripts/audit.py — deterministic tool (no AI dependency)
  • assets/ — JSON-LD schema templates, report template, llms.txt template
  • MIT licensed

Similar feature in other ecosystems:

  • VS Code Extension Marketplace (community extension submissions)
  • npm registry (open package publishing with quality signals)
  • Raycast Extension Store (reviewed community submissions)

A lightweight version could simply be a pinned issue or a
COMMUNITY_SKILLS.md in the repo where developers list their skill repos
for others to find — that would already solve discoverability without
requiring a full review pipeline.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗