github-repo-hygiene

Solid

DEPRECATED meta-skill. Routes to the four focused repository skills that replaced it: repo-readme-assets (README + animated SVG header/footer), repo-community-files (LICENSE/CODE_OF_CONDUCT/CONTRIBUTING/SECURITY/SUPPORT/templates), repo-metadata-health (description/topics/GitHub Pages/community health/audit), repo-social-preview (og:image PNG). Load one of the four directly instead. Triggers: 'github hygiene', 'repo polish', 'github repo docs', 'оформить репозиторий', 'репозиторий готов к публикации'.

AI & Automation 5 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
60
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# GitHub Repo Hygiene — DEPRECATED (router) > **This skill is deprecated.** It was split into four focused skills. Do **not** run > workflows from this file — load the matching sub-skill directly. ## Routing table | Need | Load this skill instead | |------|-------------------------| | README (EN + localized mirror) + animated SVG header/footer | `repo-readme-assets` | | LICENSE, CODE_OF_CONDUCT, CONTRIBUTING, SECURITY, SUPPORT, issue/PR templates, FUNDING | `repo-community-files` | | description, topics, GitHub Pages link, community-health audit, 16-point checklist | `repo-metadata-health` | | social preview (og:image) PNG 1280×640 | `repo-social-preview` | The old scripts/references were moved into the four new skills: - `generate_assets.py`, `validate_svg.py`, `extract_context.py` + svg references → `repo-readme-assets` - `validate_repo.py` + `community-checklist.md` + `repo-hygiene.yml` example → `repo-metadata-health` - `generate_social_preview.py` + `social-preview.md` → `repo-social-preview` ## Removal plan Keep this router for one release cycle for backward compatibility (global AGENTS.md rules may still reference `github-repo-hygiene`), then delete the folder.

Details

Author
bestdeejay-design
Repository
bestdeejay-design/agent-skills
Created
1 weeks ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

repo-standards

Use when auditing or polishing a repository to Tamir Cohen standards — README badges (author, version, AI targets), Makefile install/update/uninstall, docs tree, CI/CD, changelog + versioning policy, branch protection, employer IP scan, repo hygiene, and multi-agent setup. Triggers: repo standards, polish this repo, prepare for GitHub, world-class repo, publish-ready, scan employer IP, fix repo hygiene, repo-standards review/plan/polish, standards audit.

0 Updated today
Tamircohen28
Code & Development Listed

cleanup

Use when the user wants to clean up, tidy, or reset a GitHub repository — covers the full sweep: delete merged/stale remote branches, drive every open PR to merge-ready in parallel, remove idle local worktrees (rescuing uncommitted work), delete build/cache artifacts, and reset the local checkout to match remote. Invoke this whenever the user mentions repo cleanup, pruning branches, stale branches, worktree housekeeping, wiping build files, or syncing local to remote — even if they only mention one part of the sweep.

0 Updated today
Tamircohen28
Data & Documents Listed

okhp3-repl-repo-janitor

Clean up a single Replit-hosted Git repository — squash-merge and delete old, merged, or abandoned branches and pull requests (including Replit-generated subrepl-*, replit-agent, and agent/* branches), and normalize file/folder names against a kebab-case default with documented exceptions. Use when a user asks to purge dead/stale branches, clean up merged PRs, decrapify or tidy the repo, fix inconsistent file naming, or wants a repeatable Replit-repo hygiene routine across multiple Repls.

2 Updated today
OKHP3