Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

githubGitHub 代码协作

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

10,593

周安装

437

GitHub Stars

404

下载量

3,461
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:github(GitHub 代码协作)
来源仓库:https://github.com/kostja94/marketing-skills
仓库路径:skills/github
安装命令:
npx skills add https://github.com/kostja94/marketing-skills --skill github
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/kostja94/marketing-skills --skill github

简介

GitHub 代码协作技能用于围绕仓库、Issue 和 Pull Request 提供辅助能力。

  • 适合查询项目状态、整理变更或辅助创建协作事项。
  • 使用时需区分只读查询与写入操作,避免越权访问。
  • 涉及创建 PR 或修改 Issue 时,应确认 token 权限和仓库范围。
  • 安装前建议检查维护状态,防止触发不必要的网络或文件操作。

SKILL.md

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.

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

SectionPurposeSEO/GEO
Title + taglineH1 + 1–2 sentence summary; keywords in first paragraphCritical; first 100 words weighted
Table of contentsLinks to H2/H3; for READMEs >500 wordsNavigation; 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 repos. Lead with value; expand later.

README GEO / AI Citation

PracticeGuideline
Answer-firstDirect answer in first 1–2 sentences (40–60 words)
Short paragraphs2–3 sentences max; extractable clarity
Question-style headingsH2/H3 as questions where relevant
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

  • 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

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

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

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)
  • 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

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.81%
按下载量换算1,274

Claude

26.42%
按下载量换算914

Cursor

18.32%
按下载量换算634

Gemini CLI

8.83%
按下载量换算306

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills