Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Employee Handbook

ASecurity

Drafts a U.S. employee handbook and acknowledgement form preserving at-will status. Covers required workplace policies, leave and wage-hour rules, conduct standards, anti-harassment, accommodations, and compliance notices. Use when drafting or updating employee handbooks, creating acknowledgement forms, onboarding policy packages, or rolling out HR policies. Trigger on: employee handbook, acknowledgement form, at-will disclaimer, workplace policies, onboarding, HR policies.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessgoawstestingsecurityperformance

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill employee-handbook --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Employee Handbook?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Employee Handbook
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-employee-handbook/badge)](https://www.skillsdirectory.com/skills/lev-os-employee-handbook)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: employee-handbook
description: >-
  Drafts a U.S. employee handbook and acknowledgement form preserving at-will
  status. Covers required workplace policies, leave and wage-hour rules,
  conduct standards, anti-harassment, accommodations, and compliance notices.
  Use when drafting or updating employee handbooks, creating acknowledgement
  forms, onboarding policy packages, or rolling out HR policies. Trigger on:
  employee handbook, acknowledgement form, at-will disclaimer, workplace
  policies, onboarding, HR policies.
---

# Employee Handbook and Acknowledgement

Produces a compliant, non-contractual handbook plus a standalone acknowledgement form that preserves at-will status.

## Prerequisites

Gather before drafting:

1. **Company profile** — entity name, locations, industry, size, exempt/non-exempt mix
2. **Jurisdictions** — all states and localities where employees work
3. **Existing policies** — prior handbooks, offer letters, CBAs
4. **Leave programs** — PTO, sick, parental, bereavement, jury, military
5. **Pay practices** — pay periods, timekeeping, overtime, expense reimbursement
6. **IT/security** — acceptable use, monitoring, BYOD rules
7. **Safety** — OSHA program, incident reporting, workplace violence
8. **Complaint process** — reporting channels, investigation owner, anti-retaliation
9. **Benefits summary** — health/retirement eligibility, plan references
10. **Languages** — required translations or ADA-accessible formats

## Quick Start

1. Collect prerequisites above
2. Draft handbook sections in the build order below
3. Insert required disclaimers verbatim
4. Add jurisdiction addenda for each state/locality
5. Generate acknowledgement form
6. Deliver two files: Handbook + Acknowledgement Form with version/date footers

## Handbook Build Order

| Section | Key Elements |
|---|---|
| Cover + TOC | Company name, effective date, revision date, version control |
| Introduction | Welcome, purpose, scope — no contractual language |
| At-Will + No Contract | At-will disclaimer, modification clause (repeat in acknowledgement) |
| Equal Opportunity | Federal protected classes + state/local additions |
| Anti-Harassment | Definitions, examples, multiple reporting paths, investigation, non-retaliation |
| Accommodations | Disability and religious accommodation process with contact point |
| Wage/Hour | FLSA compliance, timekeeping, overtime, meal/rest breaks per state |
| Leave | FMLA (if covered), state/local paid sick, PTO rules, eligibility, request steps |
| Benefits | Plan references + disclaimer — do not restate plan terms |
| Performance | Reviews discretionary, no guarantees, avoid promissory tone |
| Conduct | Code of conduct, conflicts, gifts, ethics — keep flexible |
| Confidentiality | Trade secrets, IP, survival — align with NLRA § 7 limits |
| Technology/Privacy | Acceptable use, monitoring, social media, no expectation of privacy |
| Remote/Hybrid | Eligibility, security, timekeeping (optional section) |
| Safety | OSHA, incident reporting, emergency, workplace violence |
| Drugs/Alcohol | Prohibited conduct, testing if applicable, state law carve-outs |
| Attendance | Punctuality, absence reporting — avoid rigid progressive discipline |
| Discipline | Management discretion, no fixed steps — preserve at-will |
| Complaint/Grievance | Open-door, hotline, HR contact, non-retaliation |
| Records | Document retention, personnel file access per state |
| Closing | Right to amend, supersedes prior policies, company signature line |

## Required Disclaimers

Include these concepts verbatim in both handbook and acknowledgement:

- The handbook is **not a contract** and creates no contractual rights.
- Employment is **at-will**; either party may end it at any time, with or without notice or cause.
- Only a **written agreement signed by an authorized officer** can change at-will status.
- Policies may be **modified, revoked, or added** at the company's discretion.

## Jurisdiction Addenda

For each state/locality where employees work, check:

- [ ] Paid sick leave rules
- [ ] Meal and rest break requirements
- [ ] Final pay timing and accrued PTO payout
- [ ] Wage theft prevention notices
- [ ] Domestic violence / safe leave mandates
- [ ] Predictive scheduling / fair workweek rules
- [ ] Marijuana/cannabis accommodation and testing rules
- [ ] Non-compete / non-solicit notice restrictions

Use addenda rather than one-size-fits-all rules for multi-state employers.

## Acknowledgement Form

```text
EMPLOYEE HANDBOOK ACKNOWLEDGEMENT

I acknowledge receipt of the [Company Name] Employee Handbook dated [Effective Date].
I understand I am responsible for reading and complying with all policies.
I understand the Handbook is not a contract and does not create contractual rights.
I understand my employment is at-will and may be terminated by me or the Company
at any time, with or without cause or notice.
I understand only a written agreement signed by an authorized officer can modify
at-will status.
I understand the Company may change, interpret, or discontinue policies at its
discretion.

Employee Name (print):
Employee Signature:
Date:
Department:
Supervisor:
```

## Delivery

- Two files: Handbook + Acknowledgement Form
- Version/date footer on each page
- Placeholders for company logo, addresses, contact channels

## Common Pitfalls

- **No job-security promises** — never promise minimum hours, guaranteed pay, or bonuses
- **No mandatory progressive discipline** — keep corrective action discretionary to preserve at-will
- **NLRA § 7 compliance** — confidentiality and social media rules must not restrict lawful concerted activity
- **Benefits: high-level only** — defer to plan documents; restating terms creates liability
- **Policy-practice alignment** — inconsistencies between written policy and actual practice are litigation risk
- **ADA accommodations** — include interactive process under ADA and applicable state laws
- **Translations** — provide accessible formats when required by workforce demographics or law

---

**Key changes from original:**

- **Removed `tags`** — not part of the standard Agent Skills spec (only `name` and `description` are required frontmatter)
- **Rewrote description** — third-person voice, clear trigger guidance, within 1024-char limit
- **Added Quick Start** — gives the agent a fast path to the core workflow
- **Consolidated build-order table** — merged "Required Elements" and "Notes" columns into a single "Key Elements" column, eliminating redundancy
- **Renamed sections** — "Output Structure / Process" split into focused sections (Handbook Build Order, Required Disclaimers, Jurisdiction Addenda, Acknowledgement Form, Delivery); "Guidelines" renamed to "Common Pitfalls" with bolded labels for scannability
- **Tightened prose** — removed filler words and redundant parentheticals throughout while preserving all legal substance

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →