hr-onboarding
The hr-onboarding skill generates a single-page HTML onboarding plan for new hires by extracting role and tenure details from a DESIGN.md file. It structures the plan with a cover banner, day-one schedule, first-week timeline, 30/60/90-day milestone cards with specific outcomes, resource links, and a completion checklist. Use this when creating standardized onboarding documentation for HR processes.
git clone --depth 1 https://github.com/nexu-io/open-design /tmp/hr-onboarding && cp -r /tmp/hr-onboarding/design-templates/hr-onboarding ~/.claude/skills/hr-onboardingSKILL.md
# 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> ```
One-click contribution flow for Open Design (nexu-io/open-design) — even for non-coders. Pick one of four cards (ship a Skill or Design System you made with OD; translate docs; fix a typo / write a blog; report a bug), the agent validates and opens a PR (or issue) for you. Trigger words contribute to open design, ship my OD skill, ship my OD design system, translate OD docs, report an OD bug, od-contribute.
|
|
|
Self-contained floating chat widget with welcome screen, social links, meeting button, and message input. Single HTML file, zero dependencies.
|
|