skills/platforms/github

stars:0
forks:0
watches:0
last updated:N/A

Platforms: GitHub

Guides GitHub for parasite SEO, GEO (AI citation), and curated list creation. GitHub is a Tier 2 Technical Authority platform—high domain authority, fast indexing, very high AI citation probability. Use for repos, README, GitHub Pages, gists, and Awesome-style navigation lists.

When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.

Why GitHub for SEO

FactorEffect
Domain authorityHigh DA; repos, gists, Pages rank well
Fast indexingSearch engines crawl GitHub frequently
AI citationChatGPT, Perplexity cite GitHub for technical queries; Tier 2 in GEO framework
Technical expertiseStrong expertise signals; structured docs become AI reference material
Cross-platformShare across Dev.to, Stack Overflow, forums; amplifies visibility

Use Cases

Use caseFormatPurpose
Parasite SEORepos, README, Pages, gistsLeverage GitHub authority for rankings and backlinks
GEODocumentation, tutorials, curated listsAI tools cite GitHub for technical answers
Curated / navigation listsAwesome-style reposTopic-specific resource directories; backlinks, discovery

Surfaces: profile vs repository

SurfaceWhat it isOptimization focus
Profile READMEPublic repo with the same name as the username; root README.md renders on the profilePersonal brand, flagship links, social proof
PinnedUp to 6 repos or gists on the profileShowcase top projects; align with entity signals (entity-seo)
Per-repo READMERoot README.md on each repo’s Code tabProduct landing; install, proof, CTAs

Changing a normal repo README does not change the profile banner unless that content is the profile README repo or linked from it.

Profile README (username/username)

Not the same as a product repo README. Optimize for identity + navigation in ~15–40 lines of rendered content unless the user explicitly wants a long-form CV. Official setup: Managing your profile README.

PrincipleDoAvoid
LengthShort, scannable sections; omit ToC unless the file is genuinely longApplying “500–1,500 words typical for product repos” here
Headings### blocks (e.g. What I do · Open source · Find me) for fast eyeballingMany nested ## + long narrative without breaks
LinksEach primary URL once in a Find me / Connect line (or badges or a slim table—not all three repeating the same destinations)Duplicate site/LinkedIn/email in badges, tables, and prose
Repos blockBold repo name + ≤2 short lines + at most one copy-paste command (e.g. npx skills add …) — same scan pattern popular profiles use for “flagship OSS” without cloning the repo’s full READMEFull feature matrices, changelog, or install docs pasted into the profile file
LayoutOptional centered header (<div align="center">) for name + tagline + badges only; body stays left-aligned markdown for readabilityCenter-wrapping the entire README
Optional widgetsCompact Shields (flat style); optional github-readme-stats / star-historythird-party, treat as conversion/social proof, not core SEOWall of for-the-badge badges when the same CTAs are repeated in text

Minimal outline (typical profile):

  1. Title + answer-first tagline (+ slim badge row).
  2. ### What I do — identity, proof link(s), without repeating the same URLs again later.
  3. ### Open source — bold repo links + pitches + optional one code fence.
  4. ### Find me — single line of deduped links (site · bio · cases · social · email).
  5. ### Activity (optional) — small github-readme-stats + star-history; alt text on <img>.

Reference pattern (high-signal, low-noise): scan-first profiles such as alchaincyf — short ### blocks, bold product/repo names, one “find me” cluster.

Entity hub pattern: When the person has a canonical site, lead with it in the opening line and mirror the same URL in Pinned / profile About (if used) so site ↔ GitHub OSS stay aligned for entity-seo.

Profile README checklist (short)

  • H1 + one answer-first tagline (keywords: role, stack, domain)
  • Canonical outbound links (site, social, email) deduplicated
  • Pinned repos (≤6) match the story told in the README
  • Optional: Activity section — group stats / star-history under one heading instead of scattering widgets
  • Last updated footnote for freshness (GEO signal)

Repository home: layout map

AreaTypical contentsSEO / ops note
Main columnFile list; rendered root README belowFirst screen and H2/H3 carry most narrative
About sidebarDescription, Website, Topics, releases shortcut, license, languagesKeep Description and README first paragraph consistent; Website should match the primary outbound CTA
Other tabsIssues, PRs, Actions, etc.Engagement and freshness signals

Website field: Maintained via repo Settings / About edit; prefer one canonical docs or product URL aligned with README links.

In-site discovery (high level)

EntryRoleCaveat
TrendingTime-windowed visibilityFormula is not public; never promise ranking
ExploreCollections, themes, programsUseful for patterns and seasonal campaigns
TopicsTopic pages tied to repository topicsAligns with Topics metadata (see Topics section below)
SearchQuery across repos and usersREADME + About + topics drive match quality

UI and URLs evolve; verify on github.com.

flowchart LR
  discovery[Discovery or referral]
  home[Repository home]
  readme[README and About]
  outbound[Site or docs]

  discovery --> home
  home --> readme
  readme --> outbound

Repository Name, About & README (SEO/GEO Priority)

Ranking weight (GitHub + Google): Repository name & About ≈ highest; Topics ≈ high; README ≈ high.

Repository Name

PracticeGuideline
DescriptiveHint at what the project does
Keyword-richInclude primary keywords (markdown-editor not my-project)
HyphensSeparate words (react-component-library)
ConciseShorter = memorable, shareable

About Section (Description)

LimitGuideline
350 charsHard limit; GitHub enforces
~128 charsOptimal for brevity; often displayed fully
ContentPrimary keyword + natural variations; what it does, who it's for; link to website or docs if space

Example: "A fast, lightweight markdown editor for React with live preview, syntax highlighting, and export to PDF. Built with TypeScript."

Topics

LimitGuideline
6–20 topicsMax 20; 6–10 recommended
~50 chars eachPer topic
FormatLowercase, hyphens, numbers only
MixTechnology (react, python), purpose (cli, library), category (seo, ai-tools), community (hacktoberfest)

Underutilized but highly effective for discoverability and GEO.

README Structure & Components

Targets repository (project) READMEs unless noted. Profile README overrides: shorter, fewer sections—see Profile README (username/username) above.

SectionPurposeSEO/GEO
Title + taglineH1 + 1–2 sentence summary; keywords in first paragraphCritical; first 100 words weighted
Table of contentsLinks to H2/H3; for long repo READMEs (often >500 words). Usually skip on profile READMENavigation; crawlability
Installation / Quick startPrerequisites; exact commands; copy-paste readyUse-case clarity
Usage examplesCode blocks; common scenariosCitable; extractable
Screenshots / GIFsDemo, output; alt text requiredEngagement; accessibility
BadgesBuild, version, licenseTrust signals
ContributingLink to CONTRIBUTING.mdCommunity signal
LicenseLink to LICENSECompleteness

Word count: No hard limit; 500–1,500 words typical for product / library repos. Lead with value; expand later. Profile README: prefer dense brevity—long-form belongs on the canonical site or in pinned repos’ own READMEs.

README GEO / AI Citation

PracticeGuideline
Answer-firstDirect answer in first 1–2 sentences (40–60 words); profile README may compress to one punchy tagline under H1 if outbound links carry the rest
Short paragraphs2–3 sentences max; extractable clarity
Question-style headingsH2/H3 as questions where relevant (repository READMEs); on profile README, optional — clarity of sections matters more than question phrasing
Data inclusionStats, numbers; cited content ~40% more likely to include data
FreshnessUpdate regularly; ~76% of cited content updated within 30 days

Entity signals: Clear project name, author, maintainer; consistent identity. See entity-seo.

README Checklist — repository (default)

  • Project title with keywords
  • Concise description in first paragraph
  • H2/H3 structure; alt text for images
  • Installation + usage examples
  • Screenshots or demo
  • Badges; Contributing; License
  • Internal links to related docs/repos
  • 6–20 topics on repo

(For profile username/username, use the shorter Profile README checklist under Surfaces—not every row above applies.)

Parasite SEO on GitHub

Key Surfaces

SurfaceUse
READMELanding page for repo; keyword-optimized summary, headings, links
GitHub PagesStatic site; blog, FAQ, docs; additional ranking opportunities
GistsMicro-content; long-tail keywords; link to repos or external resources
WikiKeyword-rich documentation
IssuesQ&A, discussions; indexable

GitHub Pages vs README

SurfaceRole
READMEFirst impression; Stars/forks; short pitch and deep links
PagesMulti-page static site: long docs, blog, changelog

Default URL patterns: A user or organization site often uses a username.github.io repository and serves at https://username.github.io. A project site is published from a given repo and typically appears at https://username.github.io/repository/ (path may vary with settings). See About GitHub Pages.

Limits: Build size, bandwidth, and build-frequency caps change over time—cite GitHub Pages limits when users need numbers, not hard-coded figures from this skill.

Optimization

ElementPractice
Repository titlePrimary keywords; descriptive; hyphens
About350 chars max; keyword-rich; primary keyword + natural variations
DescriptionSecondary keywords; link to website or resources
READMEKeyword-optimized summary first; headings, bullet points; screenshots; links to docs, tutorials
Topics / tags6–20 relevant topics; 50 chars each
GitHub PagesMobile-friendly; metadata; blog/FAQ for extra keywords

Gists for Micro-Content

  • Target specific long-tail keywords
  • Link back to larger repos or external resources
  • Share code snippets, small utilities

Community Engagement

  • Respond to issues and PRs; builds trust
  • Contribute to popular projects; backlinks, visibility
  • Keep repos updated; outdated = lower credibility

GEO on GitHub

FactorPractice
README clarityClear, citable paragraphs; direct answers
DocumentationStructured; AI tools parse well
Entity signalsClear project, author identity; see entity-seo
ConsistencyActive maintenance; engagement (stars, forks, watchers)

Repository archetypes

ArchetypeIntentFirst-screen emphasis
Product / libraryInstallable software, SDK, CLI, serviceInstall, quickstart, proof (CI, license), support path
Curated / resourceAwesome-style lists, indexesScope, curation bar, contribution rules
Personal profile hubPublic username/username README on the profileIdentity + canonical links + pinned flagship repos; no duplication of full product READMEs

Match metrics to type: curated lists optimize for trust and backlinks; product repos optimize for adoption and issue quality.

Curated / Navigation Lists (Awesome-Style)

Awesome lists = Curated, topic-specific resource lists on GitHub. Function like navigation directories; high traffic, backlinks, discovery. sindresorhus/awesome (441K+ stars) is the master list; 6,500+ curated lists exist across topics.

Examples by Category

CategoryExamples
Master listsindresorhus/awesome — hub of all awesome lists
SEO / Marketingawesome-seo, awesome-ai-seo, bmpi-dev/awesome-seo
AI / MLawesome-ai-tools, AITreasureBox, awesome-ai
Dev toolsawesome-tools, awesome-cli, awesome-nodejs
Languagesawesome-python, awesome-javascript, awesome-go
Frontend / Backendawesome-react, awesome-vue, awesome-django
Otherawesome-security, awesome-gaming, awesome-databases

When to Create

  • You have a niche with many quality resources to curate
  • Existing lists lack coverage of your topic
  • You want a backlink asset and topical authority

List Structure (sindresorhus/awesome guidelines)

ElementPractice
TitleClear, focused (e.g., "Awesome SEO," "Awesome AI Tools")
DescriptionSuccinct; scope clear
SectionsCategorized (e.g., Tutorials, Tools, Articles)
ItemsCurated, not collected; only include what you recommend
Item format- [Name](URL) - Brief description of why it's awesome
LicenseCC0 or similar
Contributingcontributing.md for PR process

Getting Listed vs. Creating

ActionUse
Submit to existing listPR to awesome-* repos; follow list format; contact maintainer
Create new listWhen no list exists for your niche; follow awesome guidelines
Link between listsLink to other awesome lists that cover subjects better

Discovery

  • sindresorhus/awesome — Master list of awesome lists
  • AwesomeSearch — Search across awesome lists
  • more-awesome — Directory of awesome lists

Common Mistakes

MistakeAvoid
Ignoring engagementNot responding to issues/PRs reduces trust
Irregular updatesOutdated repos signal inactivity
Incomplete docsLack of clear descriptions frustrates users
Generic titlesMissing keywords reduces discoverability
Thin awesome listsLow-quality or uncurated items hurt credibility
Profile README = product READMEPasting install/Contributing/screenshot-heavy templates on username/username — use the profile checklist
Link sprawl on profileSame homepage/social/email repeated in badges, tables, and long copy — consolidate

Output Format

  • Use case (parasite SEO / GEO / curated list)
  • Surface scope (profile vs specific repository; README vs Pages)
  • Repository name, About, Topics (if optimizing metadata)
  • Surface (README, Pages, gist, awesome repo)
  • README structure (sections, word count, GEO practices if applicable) — if profile README, cite short outline + deduped links + optional widgets per Profile README section above
  • Optimization (keywords, structure, links)
  • Ready-to-use copy or structure where applicable

Related Skills

  • parasite-seo: Parasite SEO strategy; GitHub as Tier 2 technical platform
  • generative-engine-optimization: GEO strategy; GitHub for AI citation
  • open-source-strategy: Open source commercialization; GitHub as primary distribution
  • directory-submission: Directory and curated list submission; awesome lists as curated lists
  • link-building: GitHub as link acquisition; repos, gists, awesome lists
  • entity-seo: Entity signals (project, author); Organization, Person
    Good AI Tools