Tracking checklist for the public v1.0.0 launch of TrimKit. ## Pre-launch: repo hygiene - [x] Fix `yourusername` placeholder in README.md install snippet (line 30) — replace with `josephfung` - [ ] Audit README end-to-end: verify all commands, paths, and steps work against a clean install - [x] Confirm `LICENSE` is present and correct (MIT badge is in README — make sure the file matches) - [ ] Set homepage URL on the GitHub repo ## Launch - [x] Make the repo **public** (`gh repo edit josephfung/trimkit --visibility public`) - [ ] Tag `v1.0.0` on main - [ ] Create a GitHub Release for `v1.0.0` with a short changelog covering what's included (hooks, sysops agent, skills, CLAUDE.md injection) ## Post-launch: one-liner installer - [ ] Add a `curl | bash` one-liner to the README for first-time installs: ```bash curl -fsSL https://raw.githubusercontent.com/josephfung/trimkit/main/install.sh | bash ``` (verify it works end-to-end before adding) ## Post-launch: discoverability - [ ] Post in Claude Code community channels (Discord, Reddit r/ClaudeAI) with a short description and link - [ ] Add GitHub topics to the repo: `claude-code`, `claude`, `ai-tools`, `hooks`, `developer-tools` ## Future (not blocking launch) - [ ] Homebrew tap — only if curl install friction becomes a real complaint - [ ] Anthropic plugin marketplace listing — revisit when/if a public marketplace ships
Tracking checklist for the public v1.0.0 launch of TrimKit.
Pre-launch: repo hygiene
yourusernameplaceholder in README.md install snippet (line 30) — replace withjosephfungLICENSEis present and correct (MIT badge is in README — make sure the file matches)Launch
gh repo edit josephfung/trimkit --visibility public)v1.0.0on mainv1.0.0with a short changelog covering what's included (hooks, sysops agent, skills, CLAUDE.md injection)Post-launch: one-liner installer
curl | bashone-liner to the README for first-time installs:curl -fsSL https://raw.githubusercontent.com/josephfung/trimkit/main/install.sh | bashPost-launch: discoverability
claude-code,claude,ai-tools,hooks,developer-toolsFuture (not blocking launch)