---
name: HR Onboarding
slug: hr-onboarding
category: Writing
description: HR Onboarding creates a single-page onboarding plan in HTML from an active DESIGN.md. Use it when a design brief mentions onboarding, new hire, first week plan, or 入职.
github: "https://github.com/nexu-io/open-design/tree/main/design-templates/hr-onboarding"
language: TypeScript
stars: 85411
forks: 10012
install: "npx degit https://github.com/nexu-io/open-design/tree/main/design-templates/hr-onboarding ~/.claude/skills/hr-onboarding"
installs_to: ~/.claude/skills/hr-onboarding
source_path: design-templates/hr-onboarding/SKILL.md
collection_size: 25
category_size: 1012
collection_url: "https://dirskills.com/collections/nexu-io/open-design"
added: 2026-08-13T07:36:10.193Z
last_synced: 2026-08-13T07:36:10.193Z
canonical_url: "https://dirskills.com/skills/hr-onboarding"
---

# HR Onboarding

HR Onboarding creates a single-page onboarding plan in HTML from an active DESIGN.md. Use it when a design brief mentions onboarding, new hire, first week plan, or 入职.

**Install:**

```bash
npx degit https://github.com/nexu-io/open-design/tree/main/design-templates/hr-onboarding ~/.claude/skills/hr-onboarding
```

## README

# HR Onboarding Skill

Produce a single-screen onboarding plan in HTML.

## Workflow

1. Read the active DESIGN.md.
2. Identify the role + tenure expectations from the brief. Default to a
   30/60/90-day shape if unspecified.
3. Layout:
   - Cover banner: name placeholder, role, start date, manager + buddy.
   - "Day 1" panel with the literal schedule (kickoff time, lunch, 1:1 slot).
   - First-week timeline (Mon → Fri, two activities per day).
   - 30 / 60 / 90 day milestone cards with three concrete outcomes each.
   - Resource list: handbook, Slack channels, key dashboards, payroll setup.
   - "You're set when…" checklist — five outcomes with checkboxes.
4. Single inline `<style>`, semantic HTML.

## Output contract

```
<artifact identifier="onboarding-plan" type="text/html" title="Onboarding Plan">
<!doctype html>...</artifact>
```
