Payroll
A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.
npx -y skills add bromso/metapowers --skill payrollAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Track employee wages, deductions, and payroll obligations
SKILL.md
1.9 KB, as published. Nobody here has run it
Payroll
Track employee wages, deductions, and payroll obligations for "$ARGUMENTS". Calculate gross and net pay, withholdings, and employer contributions.
Prerequisites
None — utility skill, run anytime.
Process
-
Gather employee information:
- List all employees and contractors
- Record: name, role, pay type (salary, hourly), rate, pay frequency
- Note tax filing status and allowances
- Identify any special deductions (benefits, garnishments, retirement)
-
Calculate gross pay:
- Salaried employees: annual salary / pay periods
- Hourly employees: hours worked x rate
- Include overtime, bonuses, commissions as applicable
- Track paid time off and sick leave balances
-
Calculate deductions:
- Employee withholdings: income tax, social security, medicare
- Employee contributions: health insurance, retirement (401k/pension), union dues
- Employer obligations: employer share of payroll taxes, insurance, workers' comp
- Other: garnishments, loan repayments
-
Determine net pay:
- Gross pay minus all employee deductions
- Verify against minimum wage requirements
- Calculate employer total cost per employee
-
Write the artifact to
.metapowers/bookkeeping/$ARGUMENTS/payroll.mdwith sections:- Payroll Summary — table with gross, deductions, and net per employee
- Withholdings Detail — breakdown of each deduction type
- Employer Costs — taxes and contributions paid by employer
- Totals — aggregate payroll cost for the period
- Upcoming Obligations — tax deposits and filing deadlines
Output
The payroll report written to .metapowers/bookkeeping/$ARGUMENTS/payroll.md. Present a summary highlighting:
- Total payroll cost (employee + employer)
- Net pay distributed
- Upcoming tax deposit deadlines