---
name: Onboarding
slug: onboarding-6
category: AI Engineering
description: "Onboarding dispatches the onboarding subagent through the Task tool when a user explicitly types /piyaz:onboarding. It is not for natural-language import requests, which should be handled by the /piyaz skill or assistant routing."
github: "https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/onboarding"
language: TypeScript
stars: 189
forks: 18
install: "npx degit https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/onboarding ~/.claude/skills/onboarding"
installs_to: ~/.claude/skills/onboarding
source_path: plugins/claude-code/skills/onboarding/SKILL.md
collection_size: 17
category_size: 3278
collection_url: "https://dirskills.com/collections/FrkAk/piyaz"
added: 2026-09-06T05:19:54.053Z
last_synced: 2026-09-06T05:19:54.053Z
canonical_url: "https://dirskills.com/skills/onboarding-6"
---

# Onboarding

Onboarding dispatches the onboarding subagent through the Task tool when a user explicitly types /piyaz:onboarding. It is not for natural-language import requests, which should be handled by the /piyaz skill or assistant routing.

**Install:**

```bash
npx degit https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/onboarding ~/.claude/skills/onboarding
```

## README

Dispatch the `onboarding` subagent via the Task tool with `subagent_type: "onboarding"`. Pass the user's full request as the prompt. The canonical workflow lives in the agent definition; do not duplicate it here.
