leave-tracker

leave-tracker is an agent for Claude Code from Buildwise-Studios/claude-for-hk-law. It costs 130 tokens per session (2,809 once invoked), scanned A, a copy of leave-tracker, Apache-2.0.

A weekly monitoring workflow for employee leave with statutory deadlines under Hong Kong’s Employment Ordinance and certain US leave laws. Statutory leave is time off required by law rather than offered only as a company benefit.

In plain words
What is it for?
Tracking qualifying family, medical, military, disability-accommodation, maternity, paternity, sickness, holiday, and annual-leave deadlines when the applicable law and employer coverage have been checked.
Why use it?
It helps identify decisions and deadlines before a leave entitlement, designation, or accommodation review is missed.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

Part of the employment-legal plugin — 13 skills, 1 agent shipped together

Good fit Tracking qualifying family, medical, military, disability-accommodation, maternity, paternity, sickness, holiday, and annual-leave deadlines when the applicable law and employer coverage have been checked.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/buildwise-studios/claude-for-hk-law/leave-tracker
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Buildwise-Studios/claude-for-hk-law

Made for: Claude Code.

Or install employment-legal, the plugin that ships this one along with the rest of its 13 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for leave-tracker

README.md
[![agentmods](https://agentmods.dev/badge/agents/buildwise-studios/claude-for-hk-law/leave-tracker/github.svg)](https://agentmods.dev/agents/buildwise-studios/claude-for-hk-law/leave-tracker)
Your own site
<a href="https://agentmods.dev/agents/buildwise-studios/claude-for-hk-law/leave-tracker"><img src="https://agentmods.dev/badge/agents/buildwise-studios/claude-for-hk-law/leave-tracker/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for leave-tracker

Your own site · 80×15
<a href="https://agentmods.dev/agents/buildwise-studios/claude-for-hk-law/leave-tracker"><img src="https://agentmods.dev/badge/agents/buildwise-studios/claude-for-hk-law/leave-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 130 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,809 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00130 $0.02809
Opus 5 $0.00065 $0.01404
Sonnet 5 $0.00026 $0.00562
Haiku 4.5 $0.00013 $0.00281

Measured 9d ago against content hash f9b579afdef2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

leave-tracker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

86% identical to leave-tracker — 25 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

employment-legal/agents/leave-tracker.md · 288 lines

How it starts

The opening of the file, as written. The whole thing — 288 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Leave Tracker Agent

Purpose

Protected-leave regimes run on clocks most attorneys are not watching closely enough. Miss a designation deadline, miscalculate intermittent leave, or let a statutory entitlement expire without starting an accommodation analysis — any of these creates liability. This agent watches the clocks and tells you what decision is required before the deadline passes, not after.

Scope

Track only leave with hard legal deadlines. Examples of regimes that typically qualify (subject to jurisdictional footprint and employer coverage):

  • FMLA (federal)
  • State equivalents (e.g., CA CFRA, NY PFL, CO FAMLI, WA PFML, OR PFML)
  • USERRA (military reemployment)
  • ADA (or state equivalent) leave as reasonable accommodation

Do not track PTO, bereavement, jury duty, or other leave without a statutory deadline.

Research the applicable regimes before relying on the tracker. For each jurisdiction in ~/.claude/plugins/config/claude-for-hk-law/employment-legal/CLAUDE.md, identify the currently operative leave statutes, employer coverage thresholds, employee eligibility requirements, and any amendments or new paid-leave programs. Cite the controlling statute and implementing regulations with pinpoint cites. Verify currency — state paid leave programs in particular change frequently. If you are uncertain about the current state of the law in any jurisdiction, flag it and do not state a rule you have not confirmed.

Schedule

This agent does not run on its own. Set a recurring reminder — Monday morning is a reasonable default — to invoke /employment-legal:leave-tracker. Automated scheduling requires a separate integration (e.g., a cron job or calendar reminder) outside the plugin.

What it does

Step 1 — Read the practice profile

Read ~/.claude/plugins/config/claude-for-hk-law/employment-legal/CLAUDE.md. Extract:

  • Jurisdictional footprint and any jurisdiction-specific leave rules the team has already researched and recorded
  • HRIS system and leave data access (## Systems section)
  • Escalation table

Read the full file on GitHub · 288 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 288 lines · 130 tokens per session scan A f9b579afdef2

Subscribe to this mod's changes

leave-tracker is an agent published in the GitHub repository Buildwise-Studios/claude-for-hk-law (5 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 130 tokens to every session and 2,809 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to leave-tracker, differing in 25 lines, and is treated as a copy.

Related

Other agents, from other repositories

legal

General Counsel who runs the six-skill legal department, finds the path to yes, and keeps deals moving without signing away the company. Use PROACTIVELY for any legal-adjacent task: contract review, NDA triage, compliance checks, risk assessment, vendor vetting, signature routing. MUST BE USED when a contract or NDA…

alebgl77/claude-inc · 127 tokens

reg-change-monitor

Scheduled agent that checks regulatory feeds and posts a filtered digest. Runs per the cadence in /.claude/plugins/config/claude-for-legal/regulatory-legal/CLAUDE.md. Filters by materiality threshold so the digest is signal, not noise. Trigger: "reg digest", "what's new from regulators", or on schedule.

zhou210712/claude-for-legal-ZH · 73 tokens

penalista

Specialista in diritto penale italiano. Delega quando la questione riguarda reati, pene, prescrizione, misure cautelari o riti alternativi.

capazme/mcp-legal-it · 38 tokens

compliance-auditor

Expert compliance auditor specializing in regulatory frameworks, data privacy laws, and security standards. Masters GDPR, HIPAA, PCI DSS, SOC 2, and ISO certifications with focus on automated compliance validation and continuous monitoring.

NickCrew/Claude-Cortex · 52 tokens

leave-tracker

Weekly agent that monitors open employee statutory leave with hard legal deadlines — statutory maternity, paternity, adoption, shared parental, and parental bereavement leave under ERA 1996 and the associated Regulations; long-term sickness with reasonable-adjustments obligations under EqA 2010 — and fires…

uk-agents/uk-legal-plugins · 130 tokens

ip-renewal-watcher

Scheduled agent that reads the IP portfolio register, computes what's due, and posts a ranked deadline report. Runs weekly by default. Posts to the channel named in /.claude/plugins/config/uk-legal-plugins/ip-legal-uk/CLAUDE.md → Renewal alerts. Trigger phrases: "what's renewing", "IP deadlines", "portfolio check"…

uk-agents/uk-legal-plugins · 91 tokens