Gtm Engineer Skills banner
onvoyage-ai onvoyage-ai

Gtm Engineer Skills

AI community

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

Installation

Terminal
claude install-skill https://github.com/onvoyage-ai/gtm-engineer-skills

README

GTM Engineer Skills

A collection of agent skills for go-to-market engineering — research, content, SEO, GEO, and frontend implementation. The repo is meant to work for both Codex and Claude Code.

GTM Engineer Skills


Workflow

Skills are designed to run in sequence. Each step produces files that feed into the next.

flowchart TD
    RB["research-brand
URL → brand_dna"] RK["research-keywords
→ keyword_research"] ROR["reddit-opportunity-research
→ reddit_opportunities"] GCR["geo-content-research
→ geo_prompt_targets"] GCP["geo-content-planning
→ content_architecture"] BB["build-backlinks
→ backlink_plan"] WSGC["write-seo-geo-content
→ markdown articles"] CGC["create-geo-charts
→ SVG + data tables"] AC["audit-content
verify sources"] BRP["build-resource-pages
content → frontend"] IAG["improve-aeo-geo
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 AC --> IAG

Step by step

Step Skill Input Output
1 research-brand Company URL brand_dna.md — positioning, audience, competitors, voice
2a research-keywords Brand DNA + product category keyword_research.md — prioritized keywords by intent
2b reddit-opportunity-research Brand DNA + optional keyword/GEO files reddit_opportunities.md — ranked subreddit and thread opportunities
2c geo-content-research Brand DNA + product category geo_prompt_targets.md — AI prompts by business-value tier
3 geo-content-planning Brand DNA + keywords + GEO prompts + Reddit signals content_architecture.md — page plan with types, URLs, priority
4a