Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Claude Code skill for improving website AEO (AI Engine Optimization) and GEO (Generative Engine Optimization) scores — 16 foundational checks, 6 intelligence dimensions, framework-specific fixes
| Date | Stars |
|---|---|
| 2026-07-31 | 1281 |
| 2026-08-05 | 1288 |
| 2026-08-06 | 1288 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# GTM Engineer Skills
Search is shifting from blue links to AI answers — and the GTM playbook that won on Google does not win on ChatGPT, Claude, or Perplexity. Most AI agents still respond with generic marketing copy that no one will rank, cite, or publish.
This repo is a different kind of toolkit. Each skill is a focused agent workflow that ships a concrete GTM artifact — a brand DNA doc, a keyword or GEO prompt cluster, a content architecture, AI-citable charts, an AEO audit, a backlink plan, or code-level website fixes. Outputs are files an operator can review, publish, test, or hand to the next skill in the pipeline.
## What this repo helps you do
| Goal | Skills to use | Output |
| --- | --- | --- |
| Understand a market and brand | `research-brand`, `research-keywords`, `geo-content-research` | Brand DNA, SEO/GEO keyword clusters, AI prompt targets |
| Find demand in real communities | `reddit-opportunity-research`, `build-backlinks` | Subreddit opportunities, thread patterns, backlink and mention plan |
| Plan content that can rank and get cited | `geo-content-planning`, `write-seo-geo-content` | Content architecture, product-led article drafts, page briefs |
| Add evidence and visual assets | `create-geo-charts`, `audit-content` | AI-readable charts, data tables, JSON-LD, source verification |
| Ship resource pages | `build-resource-pages` | Frontend pages built into a client codebase |
| Improve AI discoverability | `audit-website-aeo`, `improve-aeo-geo` | A-F audit report, prioritized fixes, code changes |
## Why it exists
Search is shifting from ranked blue links to answer engines: ChatGPT, Claude, Perplexity, Google AI Overviews, and other AI surfaces. Winning there requires different work:
- Pages need direct answers, clear structure, sources, and quotable passages.
- Charts need text layers, tables, and structured data, not just pixels.
- Content plans need to account for prompts, communities, and citations, not only keyword volume.
- Websites need technical signals that crawlers and AI systems can parse reliably.
These skills turn that work into repeatable agent workflows.
## Workflow
The skills are designed to run as a pipeline. Each stage creates files that become context for the next stage.
```mermaid
flowchart TD
RB["research-brand<br/>URL -> brand_dna.md"]
RK["research-keywords<br/>-> keyword_research.md"]
ROR["reddit-opportunity-research<br/>-> reddit_opportunities.md"]
GCR["geo-content-research<br/>-> geo_prompt_targets.md"]
GCP["geo-content-planning<br/>-> content_architecture.md"]
BB["build-backlinks<br/>-> backlink_plan.md"]
WSGC["write-seo-geo-content<br/>-> markdown articles"]
CGC["create-geo-charts<br/>-> SVG/HTML/CSV/JSON-LD"]
AC["audit-content<br/>-> verified claims and sources"]
BRP["build-resource-pages<br/>-> frontend pages"]
AWA["audit-website-aeo<br/>-> scored audit report"]
IAG["improve-aeo-geo<br/>-> website code fixes"]
RB --> RK
RB --> ROR
RB --> GCR
RK --> GCP
ROR --> GCP
GCR --> GCP
ROR --> BB
GCR --> BB
GCP --> WSGC
GCP --> CGC
WSGC --> AC
CGC --> AC
AC --> BRP
AWA --> IAG
```
## Quickstart
Clone the repo, then symlink the skills you want into your agent's skill directory.
```bash
git clone https://github.com/onvoyage-ai/gtm-engineer-skills.git
cd gtm-engineer-skills
```
### Codex
```bash
mkdir -p ~/.codex/skills
ln -s "$PWD/research-brand" ~/.codex/skills/research-brand
ln -s "$PWD/research-keywords" ~/.codex/skills/research-keywords
ln -s "$PWD/geo-content-planning" ~/.codex/skills/geo-content-planning
ln -s "$PWD/audit-website-aeo" ~/.codex/skills/audit-website-aeo
```
### Claude Code
```bash
mkdir -p ~/.claude/skills
ln -s "$PWD/research-brand" ~/.claude/skills/research-brand
ln -s "$PWD/research-keywords" ~/.claude/skills/research-keywords
ln -s "$PWD/geo-content-planning" ~/.claude/skills/geo-content-planning
ln -s "$PWD/audit-website-aeo" ~/.claudeExcerpt of 10,153 characters
Read on GitHub47
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7c3a1f9bedb034e3, llm:Repository description: 'Claude Code skill for improving website AEO (AI Engine Optimization) and GEO (Generative Engine Optimization) scores — 16 foundational checks, 6 intelligence dimensions, framework-specific fixes'. Topics include ai-optimization, claude-code, llms-txt, seo, structured-data, geo, aeo.
matched fp:7c3a1f9bedb034e3, llm:Repository description: 'Claude Code skill for improving website AEO (AI Engine Optimization) and GEO (Generative Engine Optimization) scores — 16 foundational checks, 6 intelligence dimensions, framework-specific fixes'. Topics include ai-optimization, claude-code, llms-txt, seo, structured-data, geo, aeo.
matched fp:7c3a1f9bedb034e3, llm:Repository description: 'Claude Code skill for improving website AEO (AI Engine Optimization) and GEO (Generative Engine Optimization) scores — 16 foundational checks, 6 intelligence dimensions, framework-specific fixes'. Topics include ai-optimization, claude-code, llms-txt, seo, structured-data, geo, aeo.