Repository Bootstrap
by callitmagic
Turn a local folder into a clean, secure, git-ready project. Give it a folder path, and it scans every source file for hardcoded credentials, private links (Google Sheets, Notion, Airtable, cloud consoles), and resource IDs, then migrates them into config/config.json, builds a matching .gitignore, and writes a README. It runs git init and pre-commit checks, then shows the exact commit message and GitHub push commands for your approval before running either. Output is a git-ready repo with a README, config file, .gitignore, and an issues.md report.