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 install git-repo-prep@2389-research
What This Plugin Does
Two modes:
Prepare — Full lifecycle walking through 9 phases interactively:
- Discovery (detect ecosystem, scan structure)
- Secrets & personal info audit
- License selection and consistency
- Documentation (README, CONTRIBUTING, SECURITY)
- Gitignore refinement
- Project hardening (CI/CD, dependabot, hooks)
- Repository metadata
- Backlog & honesty
- 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
| Skill | Description |
|---|---|
git-repo-prep | Router — detects intent, dispatches |
git-repo-prep:prepare | Full 9-phase open-source prep lifecycle |
git-repo-prep:review | Standalone openness audit |
02
Quick Install
Get started in seconds
1
Add the marketplace (if not already added)
/plugin marketplace add 2389-research/claude-plugins
2
Install this plugin
/plugin install git-repo-prep
3
You're good to go
Skills auto-trigger when relevant