Automate and manage employee onboarding workflows, checklists, and new hire integration
Automates employee onboarding workflows with checklists, integration tasks, and progress tracking.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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 |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.