ai-githublisted
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 分类 → 卖点一句话 │
│ 公式:[受众] + [一句触发] → [输出]│
│ + [价值/卖点] │
└──────────────────────────────────┘