juicebox-multi-env-setup

Configure Juicebox multi-environment setup with dev/staging/prod configs,

Content Preview
---
name: juicebox-multi-env-setup
description: |
  Configure Juicebox multi-environment setup with dev/staging/prod configs,
  secret management, and environment guards.
  Use when setting up separate Juicebox API keys per environment, building
  an environment-aware client factory, or preventing production data leaks in dev.
  Trigger with phrases like "juicebox environments", "juicebox staging",
  "juicebox dev prod", "juicebox environment setup".
allowed-tools: Read, Write, Edit, Bash(kubect
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/juicebox-multi-env-setup.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/juicebox-pack/skills/juicebox-multi-env-setup/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/juicebox-pack/skills/juicebox-multi-env-setup/SKILL.md

Related Skills