From juicebox-pack
Provides Juicebox data classification, GDPR compliance with TypeScript delete/export functions, privacy checklist, and resources. Auto-activates on 'juicebox data privacy' or 'juicebox gdpr'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/juicebox-pack:juicebox-data-handlingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Type | Retention |
| Type | Retention |
|---|---|
| Search results | Session only |
| Enriched profiles | Per policy |
| Contact data | Until candidate objects |
async function deleteCandidate(id: string) {
await candidateStore.delete(id);
await outreachLog.purge(id);
}
async function exportData(id: string) {
return { profile: await candidateStore.get(id), outreach: await outreachLog.get(id) };
}
See juicebox-enterprise-rbac.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin juicebox-packApplies Juicebox security best practices: API keys in .env, data privacy/GDPR compliance, encryption, retention policies, and checklists for recruiting SaaS integrations.
Provides privacy configuration guidance for SAP SuccessFactors, Workday, and BambooHR including RBAC, data retention automation, cross-border transfers, audit logging, and field-level security.
Screens job candidates from Greenhouse using AI to evaluate high agency, grit, resilience, evidence of impact, and technical depth.