BeClaude

geo-skills

New
11GitHub TrendingDevelopmentby TheSmokeDev

Free GEO (Generative Engine Optimization) skill pack for Claude Code. Score how citable your site is to ChatGPT, Claude, Perplexity and Gemini. MIT.

First seen 6/20/2026

Summary

This skill analyzes your website's content to determine how likely it is to be cited by AI chatbots like ChatGPT, Claude, Perplexity, and Gemini.

  • It helps developers optimize their sites for generative engine visibility by scoring citation potential and providing actionable recommendations.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/geo-skills.md https://raw.githubusercontent.com/TheSmokeDev/geo-skills/main/SKILL.md
3
Invoke in Claude Code
/geo-skills

Use Cases

Evaluate your blog post's likelihood of being cited by ChatGPT for a specific query.
Compare the GEO score of your landing page against a competitor's page.
Identify missing structured data or authoritative sources that reduce your site's citation potential.
Check if your technical documentation is optimized for Claude's citation preferences.
Run a batch analysis of multiple pages to prioritize SEO improvements for AI visibility.
Generate a report on how your site's content aligns with Gemini's citation criteria.

Usage Examples

1

/geo-skills analyze https://example.com/blog/ai-trends

2

Check my site's citation score for Perplexity and suggest improvements.

3

Compare GEO scores for https://mysite.com and https://competitor.com

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is geo-skills?

This skill analyzes your website's content to determine how likely it is to be cited by AI chatbots like ChatGPT, Claude, Perplexity, and Gemini. It helps developers optimize their sites for generative engine visibility by scoring citation potential and providing actionable recommendations.

How to install geo-skills?

To install geo-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/geo-skills.md https://raw.githubusercontent.com/TheSmokeDev/geo-skills/main/SKILL.md. Finally, /geo-skills in Claude Code.

What is geo-skills best for?

geo-skills is a skill categorized under Development. Created by TheSmokeDev.

What can I use geo-skills for?

geo-skills is useful for: Evaluate your blog post's likelihood of being cited by ChatGPT for a specific query.; Compare the GEO score of your landing page against a competitor's page.; Identify missing structured data or authoritative sources that reduce your site's citation potential.; Check if your technical documentation is optimized for Claude's citation preferences.; Run a batch analysis of multiple pages to prioritize SEO improvements for AI visibility.; Generate a report on how your site's content aligns with Gemini's citation criteria..