log-leave

Logs new employee leave entries into a YAML leave register with computed compliance deadlines.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/tk1cntt/PhapChe --skill log-leave-tk1cntt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-leave
Source: https://github.com/tk1cntt/PhapChe/tree/main/docs/claude-for-legal-main/employment-legal/skills/log-leave
Command: npx skills add https://github.com/tk1cntt/PhapChe --skill log-leave-tk1cntt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When an employee goes on leave, HR and legal teams must immediately start tracking statutory deadlines like designation notices and medical certifications. This Skill captures the minimum leave details up front and records them in a structured register so no compliance clock is missed from day one. ## Core Features & Use Cases - Structured Intake: Collects employee role, jurisdiction, leave type (FMLA, state leave, USERRA, ADA), start date, and notice status in a single prompt. - Deadline Computation: Calculates the first upcoming deadline, such as 5 business days for designation notices or 15 days for medical certification returns. - Jurisdiction-Aware: Looks up applicable leave entitlements from a jurisdiction table covering federal and state rules. - Use Case: An HR manager learns a California engineer started intermittent FMLA leave today with no designation notice sent. The Skill logs the entry and flags the 5-business-day designation deadline for automatic tracking. ## Quick Start Ask the assistant to log a new leave by providing the employee's role, work state, leave type, start date, and whether designation or certification notices have been sent.

Frequently Asked Questions about log-leave

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log a new employee leave for deadline tracking?

Invoke the log-leave command and provide the employee's role, work state, leave type, start date, and notice status in one prompt. The Skill writes the entry to leave-register.yaml and computes the first upcoming compliance deadline automatically.

What leave types does the leave tracker support?

The tracker supports FMLA, state-specific leave programs, USERRA military leave, and ADA accommodation leave. The applicable entitlement is determined by looking up the employee's jurisdiction in the configuration's jurisdiction table.

How are FMLA designation and certification deadlines calculated?

If the designation notice has not been sent, the deadline is 5 business days from the leave start date. If medical certification was requested but not received, the deadline is 15 days from the request date. Otherwise, the next checkpoint is at 75% leave exhaustion.

Where is the leave register data stored?

Entries are written to leave-register.yaml under the employment-legal configuration directory in the user's Claude plugins config path. If the file does not exist, the Skill creates it using the leave-tracker agent's register format.

Can I log intermittent FMLA leave?

Yes, the intake prompt explicitly asks whether the leave is intermittent and records that flag in the register entry. Intermittent status is tracked alongside the leave type, jurisdiction, and start date for ongoing deadline monitoring.