New to Claude Skills? Learn how to install them →

anthropics on GitHub

Handbook Updates

OfficialFree

Streamline your handbook revision process with ripple effect analysis.

Get this skill

Free · Opens the source repo

What Handbook Updates does

The Handbook Updates skill is designed to assist legal and HR professionals in managing changes to employee handbooks. When a proposed change is made, this skill systematically evaluates the impact of that change across the entire handbook, identifying potential ripple effects that could lead to inconsistencies. By providing a structured workflow, it ensures that all relevant sections, cross-references, and state supplements are reviewed and updated accordingly, reducing the risk of legal issues arising from handbook discrepancies.

The skill operates through a clear five-step process. First, it captures the specifics of the change, including the section being modified and the rationale behind it. Next, it performs a diff against the current handbook version, highlighting the exact changes made. After that, it searches for any cross-references within the handbook that may be affected by this change, ensuring that all related policies and terms remain accurate and relevant.

In addition to internal references, the skill checks state supplements associated with the handbook to determine if they are still applicable or if new supplements are needed due to the changes. Finally, it includes a promise check to identify if the change reduces any previously guaranteed benefits, which can have legal implications. The output is a comprehensive markdown report that outlines the changes, their impacts, and necessary actions, making it easy for HR and legal teams to review and implement updates efficiently.

This skill is particularly useful for organizations that need to maintain compliance with evolving legal standards and ensure that their employee handbooks reflect accurate and up-to-date policies. By automating the review process, it saves time and minimizes the risk of errors that could arise from manual updates.

When to use it

Use this skill when you need to update the employee handbook and want to ensure that all related policies and state supplements are accurately reflected.

When not to use it

This skill is not suitable for approving changes or communicating them to employees; it only assists in the analysis and documentation process.

What you can build with it

Updating PTO Policy

When revising the Paid Time Off policy, use the skill to identify how this change affects related policies and state supplements.

Implementing Legal Changes

If a new legal requirement necessitates a handbook update, this skill will help ensure all related sections are reviewed for compliance.

Regular Handbook Reviews

During periodic reviews of the employee handbook, utilize the skill to streamline the process and ensure all changes are thoroughly analyzed.

How to install Handbook Updates

View source

1. Install with the skills CLI

npx skills add anthropics/claude-for-legal/handbook-updates --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

Handbook Updates

Matter context

Matter context. Check ## Matter workspaces in the practice-level CLAUDE.md. If Enabled is (the default for in-house users), skip the rest of this paragraph — skills use practice-level context and the matter machinery is invisible. If enabled and there is no active matter, ask: "Which matter is this for? Run /employment-legal:matter-workspace switch <slug> or say practice-level." Load the active matter's matter.md for matter-specific context and overrides. Write outputs to the matter folder at ~/.claude/plugins/config/claude-for-legal/employment-legal/matters/<matter-slug>/. Never read another matter's files unless Cross-matter context is on.


Purpose

Handbook changes have ripple effects. Change the PTO policy and you've affected the final pay calculation, the leave policy cross-reference, and three state supplements. This skill finds the ripples before they become inconsistencies.

Load context

~/.claude/plugins/config/claude-for-legal/employment-legal/CLAUDE.md → handbook location, state supplements list, update cadence.

Workflow

Step 1: Get the change

  • What section is changing?
  • What's the new language?
  • Why? (Legal requirement, policy decision, cleanup)

Step 2: Diff against current

Read the current handbook section. Show the diff:

- [old language]
+ [new language]

Step 3: Find cross-references

Search the handbook for references to the changed section:

  • Other policies that cite this one ("see the PTO policy for accrual rates")
  • Defined terms that this section uses or defines
  • State supplements that modify this section

Each cross-reference: does it still make sense after the change? Flag any that break.

Step 4: State supplement impact

For each state supplement in ~/.claude/plugins/config/claude-for-legal/employment-legal/CLAUDE.md:

  • Does this supplement modify the section being changed?
  • Does the change make the supplement obsolete, wrong, or incomplete?
  • Does the change create a need for a new supplement in a state that didn't need one before?

Step 5: Promise check

Is the change reducing something the old version promised?

If yes: that's a risk. Some states treat handbook policies as contractual. Reducing a benefit may need more than just updating the document — advance notice, consideration, or in some cases it can't be done retroactively.

Flag this. Don't block it — but flag it.

Output

## Handbook Update: [Section name]

### Change

[diff]

### Cross-reference impact

| Section | References changed section | Still accurate? | Fix needed |
|---|---|---|---|
| [name] | [how] | ✅/⚠️ | [what] |

### State supplement impact

| State | Current supplement | After change | Action |
|---|---|---|---|
| [state] | [what it says] | [still valid / obsolete / needs update] | [none / update / new supplement needed] |

### Promise check

[If reducing a benefit: flag + jurisdictional risk note]

### Ready to publish

- [ ] Cross-references updated
- [ ] State supplements updated
- [ ] [If benefit reduction: notice/consideration addressed]
- [ ] Version number and date updated
- [ ] Acknowledgment process (if required)

What this skill does not do

  • Approve handbook changes. HR/legal leadership does.
  • Communicate changes to employees.
  • Track acknowledgments.

Frequently asked questions about Handbook Updates

Similar skills