git-repo-prep

v1.0.0

Prepare codebases for public/open-source release and audit them for openness - full lifecycle prep or standalone review

open-sourcepublic-releasesecrets-auditlicensereadmecontributinggitignoreci-cdopennessrepo-prep
Install Command /plugin install 2389-research/git-repo-prep
View Source
01

Documentation

Full plugin documentation and usage guide

git-repo-prep

Prepare codebases for public/open-source release and audit them for openness.

Installation

/plugin marketplace add 2389-research/claude-plugins
/plugin install git-repo-prep@2389-research

What This Plugin Does

Two modes:

Prepare โ€” Full lifecycle walking through 9 phases interactively:

  1. Discovery (detect ecosystem, scan structure)
  2. Secrets & personal info audit
  3. License selection and consistency
  4. Documentation (README, CONTRIBUTING, SECURITY)
  5. Gitignore refinement
  6. Project hardening (CI/CD, dependabot, hooks)
  7. Repository metadata
  8. Backlog & honesty
  9. Final review

Review โ€” Standalone openness audit, re-runnable anytime. Scans for secrets, personal info, license issues, missing docs, gitignore gaps, CI/CD, and metadata. Presents findings by severity (critical/recommended/nice-to-have) and offers to fix each issue.

Usage

"Prepare this repo for open-source release"    โ†’ full lifecycle
"Review this repo for openness"                โ†’ standalone audit

Ecosystem Support

Agnostic core with specific hints for Node.js, Python, Rust, Go, .NET, Ruby, and Java/Kotlin.

Skills

SkillDescription
git-repo-prepRouter โ€” detects intent, dispatches
git-repo-prep:prepareFull 9-phase open-source prep lifecycle
git-repo-prep:reviewStandalone openness audit
---

If Git Repo Prep caught something before you went public, a โญ helps us know it's landing.

Built by 2389 ยท Part of the Claude Code plugin marketplace

02

Quick Install

Get started in seconds

1
Add the marketplace /plugin marketplace add 2389-research/claude-plugins
2
Install this plugin /plugin install 2389-research/git-repo-prep
3
You're good to go Skills auto-trigger when relevant
Back to Marketplace