Agent skill

juicebox-multi-env-setup

Configure Juicebox multi-environment. Trigger: "juicebox environments", "juicebox staging".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/juicebox-pack/skills/juicebox-multi-env-setup

SKILL.md

Juicebox Multi-Environment Setup

Configuration

typescript
const configs = {
  development: { apiKey: process.env.JB_KEY_DEV, limit: 5 },
  staging: { apiKey: process.env.JB_KEY_STG, limit: 20 },
  production: { apiKey: process.env.JB_KEY_PROD, limit: 50 },
};
const cfg = configs[process.env.NODE_ENV || 'development'];
const client = new JuiceboxClient({ apiKey: cfg.apiKey });

Resources

Next Steps

See juicebox-observability.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results