← ClaudeAtlas

repo-standardslisted

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.
Tamircohen28/tamirs-superpowers · ★ 0 · AI & Automation · score 78
Install: claude install-skill Tamircohen28/tamirs-superpowers
## Live context !`git rev-parse --show-toplevel 2>/dev/null && echo "cwd repo: $(basename "$(git rev-parse --show-toplevel)")" || echo "not a git repo"` !`gh auth status 2>&1 | head -1 || echo "gh: not available"` # repo-standards Audit, plan, and implement **Tamir Cohen repo standards**: README + docs tree, GitHub CI/CD, branch governance, employer-IP clean, repo hygiene, and **multi-agent** support (via `multi-agent-repo`). Auto-detects `app-gold` vs `plugin-gold` (agent-kit repos). **User guide (agent-kit):** [docs/user/agent-kit.md](../../../docs/user/agent-kit.md) ## Why this skill exists Publishing or maintaining a repo without a unified checklist leaks employer IP, ships thin READMEs, and leaves agents without `AGENTS.md`. This skill runs **review → plan → polish** so gaps are visible, phased, and land on a PR branch — without auto-creating remotes or merging. ## Supporting files | Path | When to read | |------|----------------| | `../_contract/README.md` | Contract change workflow; canonical paths | | `../_contract/standards-contract.json` | Machine contract (`app-gold` profile) | | `../_contract/templates/INDEX.md` | Polish phase 1–4 templates | | `references/mode-contracts.md` | Parse args; stop conditions | | `references/standards-rubric.md` | Pointer → `_contract/standards-rubric.md` | | `references/polish-phases.md` | Polish implementation order | | `references/delegation.md` | Skill() prompts for child skills | | `references/plugin-review.md` | Agent-kit