HE
helper-payments
Use this skill when the user wants to: - track household helpers - remember who gets paid when - get reminders for cleaner, nanny, sitter, gardener, dog walker, etc. - keep a lightweight record of recent payments
Install
mkdir -p .claude/skills/helper-payments && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16018" && unzip -o skill.zip -d .claude/skills/helper-payments && rm skill.zipInstalls to .claude/skills/helper-payments
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill when the user wants to: - track household helpers - remember who gets paid when - get reminders for cleaner, nanny, sitter, gardener, dog walker, etc. - keep a lightweight record of recent payments212 chars · catalog description✓ has a “when” trigger
About this skill
Helper Payments Skill
Use this skill when the user wants to:
- track household helpers
- remember who gets paid when
- get reminders for cleaner, nanny, sitter, gardener, dog walker, etc.
- keep a lightweight record of recent payments
Goal
Reduce the mental overhead of remembering recurring household payments.
Workflow
- Read the helper list and payment cadence.
- Identify who is due soon or overdue.
- Surface only the relevant reminders.
- If asked, update the payment record after confirmation.
Data format
Store entries in workspace/resources/helpers/payments.md in this repo layout, or resources/helpers/payments.md once workspace/ is the household root.
Recommended columns:
- helper
- role
- cadence
- usual amount
- last paid
- next due
- notes
Rules
- Do not invent payment amounts.
- If the amount varies, mark it as variable.
- Avoid duplicate reminders once something is marked paid.
- Keep reminders practical, not guilt-inducing.
Good reminder style
- “Cleaner likely due Friday.”
- “Nanny payment reminder tomorrow, amount marked variable.”