用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/a5c-ai/babysitter --skill onboarding-workflow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | onboarding-workflow |
| description | Automate and manage employee onboarding workflows, checklists, and new hire integration |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"human-resources","domain":"business","category":"Talent Acquisition","skill-id":"SK-004","dependencies":["HRIS integration","Task management systems"]} |
| graph | {"domains":["domain:human-resources"],"specializations":["specialization:talent-management"],"skillAreas":["skill-area:talent-acquisition-strategy","skill-area:performance-management","skill-area:organizational-design","skill-area:learning-development"],"workflows":["workflow:talent-acquisition-pipeline"],"roles":["role:hr-manager","role:talent-recruiter"]} |
The Onboarding Workflow skill provides capabilities for automating and managing employee onboarding processes. This skill enables role-specific checklists, preboarding communications, 30-60-90 day plans, and comprehensive onboarding effectiveness measurement.
const onboardingConfig = {
employee: {
name: 'John Smith',
role: 'Software Engineer',
department: 'Engineering',
manager: 'Jane Doe',
startDate: '2026-02-01',
location: 'Remote'
},
components: {
preboarding: true,
firstDay: true,
firstWeek: true,
thirtyDayPlan: true,
sixtyDayPlan: true,
ninetyDayPlan: true
},
integrations: {
hris: 'Workday',
itTicketing: 'ServiceNow',
lms: 'Cornerstone'
}
};
const planTemplate = {
role: 'Product Manager',
milestones: {
day30: [
'Complete all compliance training',
'Meet with all key stakeholders',
'Understand product roadmap',
'Shadow customer calls'
],
day60: [
'Own first feature specification',
'Lead sprint planning meeting',
'Present market analysis',
'Complete product training'
],
day90: [
'Launch first feature',
'Establish KPI dashboard',
'Complete performance goals',
'Full role independence'
]
}
};
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| employee-onboarding-program.js | Full onboarding workflow |
| full-cycle-recruiting.js | Handoff from recruiting |
| Metric | Description | Target |
|---|---|---|
| Time to Productivity | Days to full role capability | Role-dependent |
| New Hire NPS | Onboarding experience score | >50 |
| Task Completion Rate | Checklist items completed on time | >90% |
| 90-Day Retention | New hires remaining at 90 days | >95% |
| Manager Satisfaction | Manager rating of onboarding | >4/5 |