Agent skill

juicebox-enterprise-rbac

Configure Juicebox team access. Trigger: "juicebox rbac", "juicebox team roles".

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-enterprise-rbac

SKILL.md

Juicebox Enterprise RBAC

Roles

Role Search Enrich Contact Outreach
Recruiter Yes Yes Yes Yes
Sourcer Yes Yes No No
Manager Yes Yes Yes Yes
Viewer Read No No No

Implementation

typescript
const PERMS = {
  recruiter: { search: true, enrich: true, contact: true, outreach: true },
  sourcer: { search: true, enrich: true, contact: false, outreach: false },
  viewer: { search: true, enrich: false, contact: false, outreach: false },
};
function check(role: string, action: string) { return PERMS[role]?.[action] ?? false; }

Resources

Next Steps

See juicebox-migration-deep-dive.

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