onboarding

Create onboarding guides with prerequisites, repository steps, and testing commands for .NET teams and Docker-based workflows.

4|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FaysilAlshareef/dotnet-ai-kit --skill onboarding-faysilalshareef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboarding
Source: https://github.com/FaysilAlshareef/dotnet-ai-kit/tree/main/skills/docs/onboarding
Command: npx skills add https://github.com/FaysilAlshareef/dotnet-ai-kit --skill onboarding-faysilalshareef

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

New developers often waste time configuring their environment and understanding architecture because onboarding is fragmented or missing; this guide centralizes setup, architecture overview, and common workflows so new contributors become productive quickly.

Core Features & Use Cases

  • Environment Setup: Clear prerequisites and version requirements for .NET, Docker, and CLI tools.
  • Repository & Local Run: Step-by-step repository cloning and instructions to run services locally and run tests.
  • Architecture & Workflow: High-level architecture overview, key concepts like CQRS and event sourcing, and daily development workflow for adding features and creating PRs.
  • Use Case: Create a project-specific onboarding guide for a .NET microservice that includes cloning repos, starting local dependencies, running unit and integration tests, and locating architecture docs and ADRs.

Quick Start

Generate a developer onboarding guide that lists prerequisites, repository setup steps, local run instructions, testing commands, architecture overview, and key contacts.

Frequently Asked Questions about onboarding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create developer onboarding documentation for a .NET microservice?

Create developer onboarding documentation by standardizing project setup, environment configuration, and daily workflows. You need to include explicit prerequisites, repository cloning steps, local run instructions, testing commands, and architecture references to ensure reproducibility for .NET teams.

What should be included in developer environment setup guidelines for new hires?

Developer environment setup guidelines should include clear prerequisites and version requirements for .NET, Docker, and CLI tools. They must also provide step-by-step repository cloning instructions, commands to run services locally, and procedures to execute unit and integration tests.

Does this onboarding documentation approach support .NET architectures using CQRS and event sourcing?

Yes, this onboarding documentation approach supports .NET architectures using CQRS and event sourcing. It generates a high-level architecture overview that explains key concepts and outlines the daily development workflow for adding features and creating pull requests.

What is the best way to standardize repository setup instructions across multiple services?

The best way to standardize repository setup instructions is to centralize cloning steps, local dependency startup, and testing commands in a project-specific guide. This ensures new contributors become productive quickly by following reproducible configuration and workflow processes.

How do I link Architecture Decision Records in developer quickstart instructions?

Link Architecture Decision Records in developer quickstart instructions by generating an onboarding guide that references architecture docs and ADRs. This provides developers with direct access to design rationale and architectural context alongside setup commands.