github-asset-managerlisted
Install: claude install-skill xiehuacheng/skills
# GitHub Asset Manager
Manage and improve a GitHub presence. Reads data via `gh` CLI or `GITHUB_TOKEN`, runs analysis locally, returns structured markdown reports through stdout so you can discuss results with the user before acting.
## What This Skill Does
**Can do:** read public + (with proper scopes) private GitHub data (profile, repos, stars, activity); generate structured reports on starred and own repos; draft repo metadata recommendations; beautify an existing README while preserving sections; generate multilingual README skeletons + delegate body translation to sub-agents; generate a GitHub Profile README; draft and apply Star Lists classifications.
**Cannot do (without explicit user approval):** modify any GitHub repo, metadata, Star List, or profile README; assume default languages, tech stacks, featured projects, or classification strategies; push, commit, delete, or overwrite anything automatically.
**Default behavior:** all commands are read-only. Any write operation requires explicit confirmation.
## When to Use
Activate when the user says things like: 整理 GitHub Stars / 分类我的 star; 审计仓库 / 哪些该归档; 帮我生成 GitHub 主页; 润色 / 美化 README; 生成多语言 README / 翻译; 补全仓库信息 / 写 About 描述; 分析 star 的项目.
## Standard Workflow
For every command: (1) **Authenticate** — `gh auth status`; verify scopes. (2) **Clarify intent** — what the user wants + which repo/user. (3) **Run** — `node scripts/github-asset-manager.js ...`. (4) **Summarize output** — tables/lists, not raw dumps. (5) **