
agoodway/goodskills
2 skills2 installs2 starsGitHub
Install
npx skills add https://github.com/agoodway/goodskillsSkills in this repo
1Bootstrap Registration Togglebootstrap-registration-toggle adds the ability to enable or disable user registration via an environment variable in a Phoenix 1.8 app built with phx.gen.auth. It audits the app, adds a runtime.exs boolean_env helper and config entry, a controller plug that redirects when registration is off, conditional rendering of the signup link, and controller tests. A developer uses it to close signups in production while keeping them open in dev.1installs2Bootstrap Zig Clibootstrap-zig-cli scaffolds a production-ready Zig CLI application with zero external dependencies that compiles to a single static binary and cross-compiles to macOS, Linux, and Windows. It generates build.zig files, command routing, a help system, optional JSON config and REST client, install scripts, and a justfile, plus fixes for Zig 0.15.2 API changes. A developer uses it to start a new Zig command-line tool.1installs