From github-manager
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/github-manager:profile-readmeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`<login>/<login>` repo'sundaki profil README.md (+ README.tr.md mirror) üretir/günceller.
<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.
gh auth status >/dev/null 2>&1 || echo "→ ! gh auth login --web -s repo,read:org,user"
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).
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.
Aynı yapı, tam Türkçe; badge'ler aynı, kod blokları çevrilmez.
Profil repo yerel kopyası (ör. ~/Projects/<login>); yoksa:
gh repo clone "$login/$login"
Dosyaları yaz, git diff göster. Onaysız commit/push yok.
Onay → commit + push (no-auto-commit hook prompt'u — beklenen).
npx claudepluginhub sametbrr/github-managerCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.