juicebox-local-dev-loop

Installation
SKILL.md

Juicebox Local Dev Loop

Project Structure

my-juicebox-app/
├── .env                    # JUICEBOX_API_KEY=jb_live_...
├── src/client.ts           # Singleton
├── src/searches/           # Query definitions
├── tests/fixtures/         # Mock results
└── scripts/dev.ts

Mock Data

export const mockSearch = {
  total: 150,
  profiles: [{ id: 'prof_1', name: 'Jane Smith', title: 'Engineer', company: 'Google' }]
};
Related skills
Installs
25
GitHub Stars
2.2K
First Seen
Feb 17, 2026