Create, deploy, verify, and troubleshoot a reproducible private OCI registry using CNCF Distribution and Docker Compose, optionally behind an Nginx TLS-terminating proxy. Use when Codex needs to produce a working registry deployment bundle, launch it,…
nekomeowww/rc
SkillsMP has collected 4 skills from nekomeowww/rc. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 2
- GitHub forks
- 0
Skills in this repository
Showing 4 of 4 collected skills.
Use when building or validating Docker images for repository components with Docker Buildx, especially when the Dockerfile, build context, target platforms, image namespace, component name, or runtime smoke check must be determined from the current repository.
Write and review Go unit tests using github.com/stretchr/testify. Use when creating, modifying, or reviewing Go _test.go files; selecting assert versus require; improving assertion diagnostics; testing errors, collections, timestamps, concurrency, generated…
Apply consistent Uber Fx dependency-injection patterns in Go projects. Use when adding, refactoring, or reviewing fx Modules(), constructor callbacks, fx.In/fx.Out structs, fx.Provide, fx.Invoke run entrypoints, Lifecycle hooks, command wiring, named/grouped…