Build employee or client onboarding workflows with checklists and timelines. TRIGGERS - Use when user wants to create onboarding flows, welcome sequences, or new hire/client programs.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Winbda/claude-skills-collection --skill onboarding-creator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Onboarding Creator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/winbda-onboarding-creator)More formats (shields.io, HTML) on the badges page.
---
name: onboarding-creator
description: |
Build employee or client onboarding workflows with checklists and timelines.
TRIGGERS - Use when user wants to create onboarding flows, welcome sequences, or new hire/client programs.
---
# Onboarding Creator
## Overview
Creates structured onboarding programs for new employees or clients with day-by-day plans, checklists, and success milestones.
## Output Format
```markdown
# Onboarding Plan: [Role/Client Type]
## Onboarding Timeline
### Day 1: Welcome & Setup
- [ ] [Task with responsible person]
- [ ] [Task]
**Goal**: [What they should feel/know by end of day]
### Week 1: Foundation
- [ ] [Task per day]
**Milestone**: [What success looks like]
### Week 2-4: Ramp Up
[Continue structure]
### Day 30 Check-in
- [ ] Review goals
- [ ] Gather feedback
- [ ] Adjust plan
### Day 60/90 Milestones
[Long-term success criteria]
## Resources
- [Welcome doc/link]
- [Tool access list]
- [Key contacts]
## Success Metrics
| Metric | Day 30 Target | Day 90 Target |
|--------|--------------|--------------|
| [metric] | [target] | [target] |
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...