bamboohr-pack

v1.4.0 by Jeremy Longshore

Claude Code skill pack for BambooHR (18 skills)

18 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install bamboohr-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 18 Claude Code skills for building production BambooHR API integrations — employee management, time off, webhooks, and HR data pipelines.

Build real BambooHR integrations with real API endpoints (api.bamboohr.com/api/gateway.php/{company}/v1/), real employee fields, real webhook HMAC verification, and real error handling. Every skill uses the actual BambooHR REST API — no fake SDKs or placeholder code.

Skills (18) plugin-local skills

bamboohr-ci-integration View full skill →

Configure CI/CD pipelines for BambooHR integrations with GitHub Actions, automated testing, and secret management.

ReadWriteEditBash(gh:*)
bamboohr-common-errors View full skill →

Diagnose and fix BambooHR API errors and exceptions.

ReadGrepBash(curl:*)
bamboohr-core-workflow-a View full skill →

Execute BambooHR primary workflows: employee CRUD, directory sync, and custom reports.

ReadWriteEditBash(curl:*)Grep
bamboohr-core-workflow-b View full skill →

Execute BambooHR secondary workflows: time off requests, PTO balances, benefits administration, and employee files/photos.

ReadWriteEditBash(curl:*)Grep
bamboohr-cost-tuning View full skill →

Optimize BambooHR integration costs through request reduction, caching, and usage monitoring.

ReadGrep
bamboohr-debug-bundle View full skill →

Collect BambooHR debug evidence for support tickets and troubleshooting.

ReadBash(curl:*)Bash(tar:*)Bash(node:*)Grep
bamboohr-deploy-integration View full skill →

Deploy BambooHR integrations to Vercel, Fly.

ReadWriteEditBash(vercel:*)Bash(fly:*)Bash(gcloud:*)
bamboohr-hello-world View full skill →

Create a minimal working BambooHR example — fetch employee directory and single employee.

ReadWriteEditBash(curl:*)