payroll-processing
Run payroll end-to-end — gross-to-net calculations, tax withholding, benefits deductions, contractor payments, and compliance filings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run payroll end-to-end — gross-to-net calculations, tax withholding, benefits deductions, contractor payments, and compliance filings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reconciles bank accounts and credit cards monthly — matches every transaction to the ledger, resolves exceptions, tracks uncleared items, and documents the process. Use when the user mentions bank reconciliation, transaction matching, reconciling accounts, GL cash balance not matching the bank, or asks about month-end reconciliation or corporate card reconciliation.
Manages banking relationships — account optimization, fee negotiation, credit facility oversight, treasury yield, and fraud prevention. Use when the user mentions banking setup, bank fees, credit facility, treasury yield, investing excess cash, opening new accounts, or asks about banking architecture, account optimization, or fraud prevention.
Builds and maintains a 13-week rolling cash forecast — models inflows, outflows, scenario analysis, and forecast-vs-actual accuracy tracking. Use when the user mentions cash forecast, 13-week forecast, liquidity projection, cash runway, or asks about modeling cash under different scenarios or when cash runs out.
Monitors daily cash position across all accounts, flags anomalies, tracks burn rate, and produces a daily cash snapshot. Use when the user mentions cash position, daily cash check, burn rate, bank balance, or asks about unusual transactions or cash alerts.
Optimizes working capital — improves DPO, accelerates collections, manages inventory, and negotiates payment terms to maximize cash efficiency. Use when the user mentions working capital, cash conversion cycle, DPO, DSO, or asks about improving payment terms, accelerating collections, or optimizing cash tied up in operations.
Routes CFO and financial operations requests to specialized sub-skills based on user intent matching, task classification, and multi-skill chain assembly. Use when the user mentions startup CFO tasks, financial operations, reporting, fundraising questions, cash management, financial planning, strategic advisory, or asks about running any CFO-related workflow.
| name | payroll-processing |
| description | Run payroll end-to-end — gross-to-net calculations, tax withholding, benefits deductions, contractor payments, and compliance filings. |
| version | 2.0.0 |
| author | Crewm8 |
| maintainer | Gokul (github.com/gokulb20) |
| license | MIT |
| homepage | https://crewm8.ai |
| tags | ["cfo","finance","payroll","compensation","tax-withholding","benefits","contractors"] |
| related_skills | ["ledger-management","tax-compliance-management","cash-forecasting","headcount-and-comp-planning","transaction-processing"] |
| inputs_required | ["employee-roster","pay-period-data","prior-payroll-register","tax-rate-tables","benefits-elections"] |
| deliverables | ["payroll-register","payroll-summary","journal-entry-for-ledger"] |
| compatible_agents | ["hermes","claude-code","droid","cursor","windsurf","openclaw","openai","generic"] |
Every employee and contractor must be paid correctly and on time, with all tax withholdings, benefits deductions, and compliance filings handled accurately. This skill calculates gross-to-net pay, applies federal/state/local tax tables, handles benefits deductions, and prepares the payroll register for review. Without it, payroll errors lead to compliance penalties, employee dissatisfaction, and cash flow surprises.
| Calculation | Formula / Rule | Why It Matters |
|---|---|---|
| Gross Pay (Salaried) | Annual salary / Pay periods per year | Base for all deductions |
| Gross Pay (Hourly) | Hours worked × Rate (OT at 1.5× over 40 hrs) | Accurate for variable-hour employees |
| Federal Income Tax Withholding | IRS Pub 15-T tables based on W-4 and taxable wages | Largest single withholding; errors trigger penalties |
| FICA (Social Security + Medicare) | SS: 6.2% up to wage base / MC: 1.45% (0.9% additional over $200k) | Mandatory employer + employee portions |
| Benefits Deductions | Pre-tax: 401(k), medical, HSA / Post-tax: Roth 401(k), life insurance | Correct treatment prevents tax filing errors |
| Net Pay | Gross − Taxes − Deductions + Reimbursements | What employees actually receive |
| Total Employer Cost | Gross pay × 1.25–1.4× (incl. employer taxes, benefits, workers comp) | True cost of headcount for planning |
Generate a payroll register:
| Employee | Gross | Federal WH | FICA | State WH | Benefits (Pre) | Benefits (Post) | Net Pay | Employer Taxes & Benefits |
|---|---|---|---|---|---|---|---|---|
| ... | ... | ... | ... | ... | ... | ... | ... | ... |
tax-compliance-management for: 941 (quarterly), 940 (annual), state quarterly filings, W-2/W-3 (annual), 1099-NEC (annual).Payroll Summary:
The skill is complete when:
ledger-managementIs each employee's gross pay calculated correctly based on their pay type (salaried, hourly, commission)? Are tax rates verified against current tables for each employee's work location? Are pre-tax and post-tax deductions applied to the correct income basis? Is the payroll register compared to the prior period for anomaly detection? Is the register presented for human approval before any disbursement?
Example 1: Standard Payroll Run
User: "Run payroll for the bi-weekly period ending April 18 — we have 12 employees and 3 contractors"
→ You load the employee roster, pull W-4 elections and state info, collect timesheets for hourly employees and commission data for sales, calculate gross pay ($124,500 total), apply federal/state tax withholding ($31,200), apply benefits deductions ($8,900 pre-tax, $2,100 post-tax), compute net pay ($82,300), calculate employer-side taxes and benefits ($18,675), flag one employee with a 35% net pay increase (bonus included — confirmed), and present the full payroll register for human approval with a total cash outflow of $100,975 (net pay + employer taxes).
Example 2: Contractor Payment Run
User: "Process May contractor payments — 5 contractors totaling $28,000"
→ You verify each contractor's invoice against their agreement, confirm no tax withholding applies (all 1099-NEC eligible), run a quick worker classification check (all are genuinely independent — separate schedule, own tools, multiple clients), present the payment summary for approval, and note the 1099-NEC tracking requirement for year-end filing.