cloudflare-secretslisted
Install: claude install-skill sarmakska/slipstream
## Overview
Store sensitive values as Worker secrets rather than committing them.
## Steps
1. Put the secret with `pnpm exec wrangler secret put {{secretName}}`.
2. Reference it from `env.{{secretName}}` inside the Worker.
3. Never log the secret value.
## Verify
List secrets and confirm the name appears without exposing the value.