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'.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin juicebox-packThis skill is limited to using the following tools:
| Type | Retention |
Applies 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.
Automates recruiting and hiring in Ashby ATS: create/manage candidates, post/list jobs, handle applications, view interviews/notes via natural language in Claude Code.
Share bugs, ideas, or general feedback.
| 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.