agentsclimarketplace

Profile readme

Skill sametbrr/github-manager/skills/profile-readme

Claude Code skill that generates and maintains the GitHub profile README (login/login repo) as README.md plus a Turkish mirror, built from live account data.From its SKILL.md

Install
npx -y skills add sametbrr/github-manager --skill profile-readme

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.1 KB, 592 tokens by cl100k_base, as published. Nobody here has run it

profile-readme

<login>/<login> repo'sundaki profil README.md (+ README.tr.md mirror) üretir/günceller. Veri canlıdır (hesap + repolar + marketplace). Yazma onaylıdır.

0. Auth preflight

gh auth status >/dev/null 2>&1 || echo "→ ! gh auth login --web -s repo,read:org,user"

1. Veri topla

login=$(gh api user --jq .login)
gh api user --jq '{name,bio,blog,company,location}'                       # kimlik (profile-bio ile aynı kaynak)
gh api /user/social_accounts                                             # badge linkleri
gh repo list "$login" --visibility public --limit 200 \
  --json name,description,primaryLanguage,repositoryTopics               # projeler

Skill listesi/kanonik açıklamalar: ~/Projects/skill-hub/.claude-plugin/marketplace.json (varsa).

2. README.md kur (şema sabit)

Oku: ${CLAUDE_PLUGIN_ROOT}/STANDARDS/profile-readme.md. 7 bölüm: Hero(ad+tagline+misyon+badge sırası Website→LinkedIn→X→npm→NuGet+TR link) → About Me → What I Build (LLM tooling <table> + Published Packages tablo) → Current Focus → GitHub Analytics(tokyonight) → Activity Graph → Philosophy.

  • Proje tablolarını kanonik description'larla doldur (audit'ten geçmiş).
  • Gruplama: LLM tooling/skill vs NuGet/npm paket.

3. README.tr.md mirror

Aynı yapı, tam Türkçe; badge'ler aynı, kod blokları çevrilmez.

4. Hedef + diff + onay

Profil repo yerel kopyası (ör. ~/Projects/<login>); yoksa:

gh repo clone "$login/$login"

Dosyaları yaz, git diff göster. Onaysız commit/push yok.

5. Yayınla (onaylı)

Onay → commit + push (no-auto-commit hook prompt'u — beklenen).

Kurallar

  • Push onaylı (CLAUDE.md #8).
  • "Claude"/co-author ibaresi YOK (CLAUDE.md #9).
  • Badge sırası + tema sabit; mevcut elle eklenmiş bölümleri gereksiz silme (CLAUDE.md #6).

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.