multiAI Summary Pending

hr-policy-generator

Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.

3,556 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/hr-policy-generator/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1970168137/hr-policy-generator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/hr-policy-generator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How hr-policy-generator Compares

Feature / Agenthr-policy-generatorStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# HR Policy Generator

## Description
Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.

## Input

| Name | Type | Required | Description |
|------|------|----------|-------------|
| company_size | text | Yes | Number of employees and locations |
| work_arrangement | text | Yes | On-site, remote, hybrid structure |
| jurisdiction | text | Yes | Applicable labor laws and regulations |
| current_policy | text | No | Existing attendance policies |
| employee_feedback | text | No | Known concerns or requests |
| industry_standards | text | No | Industry benchmark practices |

## Output

| Name | Type | Description |
|------|------|-------------|
| attendance_policy | text | Comprehensive policy document |
| work_hours_framework | text | Core hours and flexibility guidelines |
| leave_categories | text | PTO, sick, parental, other leave types |
| overtime_policy | text | Overtime rules and compensation |
| exception_procedures | text | Handling exceptions and accommodations |
| compliance_checklist | text | Legal compliance verification |
| communication_plan | text | Employee rollout and training |

## Example

### Input
```json
{
  "company_size": "150 employees, 2 offices",
  "work_arrangement": "Hybrid - 3 days office, 2 days remote",
  "jurisdiction": "California, USA",
  "current_policy": "Informal flexible schedule, unlimited PTO"
}