← ClaudeAtlas

ai-githublisted

GitHub repo 展示层管家 — 让 repo 在 GitHub 页面上"看起来像个能用的项目"。三件套:① README 重写(mirror 参考 repo 的结构 + 填充本 repo 内容,含 badges / 它是什么 / 为什么做它对比表 / 安装两法 / 用法 / 流程 / 文件结构 / 自定义 / 版本史 / 贡献 / 致谢 / License)② GitHub 描述润色(30-100 字一句话,卖点 + 输出 + 价值,替代「X Claude Code skill」式裸分类描述)③ Topic 标签加 10-15 个,按 6 类分(生态/受众/用途/数据源/技术/语言)。**附加两步**(用户要求时启用):⓪ 建新 repo(git init + gh repo create + push,当目录还没 git 化或 GitHub 上还没 repo 时)④ 补 LICENSE(README 提到 MIT 但 repo 缺 LICENSE 文件时自动补全)。**与已有 git skill 区别**:那些是 git 操作层(commit/branch/PR/Actions),本 skill 是 GitHub 页面展示层(README + description + topics + 上线视觉)。务必触发:用户说"完善 repo 展示"、"润色 README"、"把 README 写成 X 风格"、"加 topic 标签"、"加 GitHub 标签"、"改 repo 描述"、"polish 我的 repo"、"rebrand 这个 repo"、"让我的 GitHub 项目看起来像个项目"、"GitHub 页面太空"、"美化 GitHub repo"、"把这个 skill 推到 GitHub"、"推到我们 GitHub 上",或调用 /ai-github。
A-cat-with-carrots/ai-github-skill · ★ 3 · AI & Automation · score 76
Install: claude install-skill A-cat-with-carrots/ai-github-skill
# AI GitHub — Repo 展示层管家 让你的 GitHub repo 页面**像个能用的产品**,不像随手 push 的脚本。 ## 定位 **做什么**:repo 在 github.com 上的**展示层**——README + 描述 + topics + 视觉。 **不做什么**:git 操作(commit / branch / PR / merge)、Actions / Pages 部署。那些用 `claude-skill-git` / `claude-skill-github-best-practices` / `claude-skill-github-pages-deployer`。 **核心赌注**:好 README + 卖点描述 + 准 topics 决定 repo 能否被搜到 + 第一屏是否看得下去。SKILL.md 写得再好,repo 主页空荡,新用户 3 秒就关。 ## 触发 下列任意触发: - "完善 / 润色 / 美化 [repo] 展示 / README" - "把 README 改成 X 风格"(X 是另一个 repo / skill) - "加 / 完善 GitHub 标签 / topic" - "改 / 写个 GitHub 描述" - "polish 我的 GitHub" / "rebrand 这个 repo" - "GitHub 页面太空" / "看起来不像个项目" - `/ai-github` **不触发**的反例: - "帮我写个 commit message" → 用 `Claude-Skill-Git-Commit-Message` - "创建 PR" → 用内置 `gh pr create` 或 `claude-skill-github-best-practices` - "部署 GitHub Pages" → 用 `claude-skill-github-pages-deployer` ## 三件套(+ 两个可选附加步) ``` ┌─ ⓪ Bootstrap(可选,cwd 不是 git repo 或 GitHub 上没 repo 时启用)─┐ │ git init + 首次 commit + gh repo create --source=. --push │ │ 默认 public,repo 名取 cwd basename,描述 / topics 留给 ②③ 来填 │ └──────────────────────────────────────────────────────────────────┘ ↓ ┌─ ① README 重写 ──────────────────┐ │ pull 参考 repo README + 镜像结构 │ │ 填本 repo 内容(读 SKILL.md/code)│ │ badges + 它是什么 + 为什么 + ... │ └──────────────────────────────────┘ + ┌─ ② Description 润色 ─────────────┐ │ bare 分类 → 卖点一句话 │ │ 公式:[受众] + [一句触发] → [输出]│ │ + [价值/卖点] │ └──────────────────────────────────┘