From hr-payroll
For a single employee, pull deductions, local taxes, and direct deposit setup into one consolidated payroll snapshot. Use when user asks for "show me deductions for [name]", "what's set up for employee X", "payroll setup for one person", or pre-payroll checks for an individual.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hr-payroll:paylocity-deduction-and-tax-overviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Per-employee deep dive. Caller must supply `employeeId` (or a name to look up first).
Per-employee deep dive. Caller must supply employeeId (or a name to look up first).
paylocity_employees_list with include="info", search results in ctx_execute to find the matching employeeId. If multiple matches, ask the user to pick.paylocity_employees_get with include="info,position,status,payRate"paylocity_deductions_listpaylocity_taxes_local_listpaylocity_direct_deposit_listpaylocity_earnings_employee_listctx_execute: merge into a single normalized snapshot.npx claudepluginhub p/henssler-financial-hr-payroll-plugins-hr-payrollGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.