Free 40-page Claude guide — setup, 120 prompt codes, MCP servers, AI agents. Download free →
CLSkills
Best Value

Team Onboarding Pack

Get a complete package for your dev team — personalized CLAUDE.md, recommended skills by role, agent configurations, onboarding checklist, and workflow guide. Everything your team needs to use Claude Code effectively.

Sample: What You'll Get
Preview

This is a sample — yours will be AI-generated and personalized to your exact project, stack, and conventions.

Team Pack: 6-Person SaaS Team

Next.js 14 + TypeScript + Prisma + PostgreSQL + Tailwind

8

Files Delivered

5-8

Skills Per Role

120 lines

Custom CLAUDE.md

14

Onboarding Steps

What's Included:

CLAUDE.md

120-line project config with build/test/lint commands, conventions, architecture rules

Skills by Role

Frontend (5), Backend (5), Tech Lead (5), DevOps (3) — each role gets different skills

Workflow Guide

Step-by-step daily/weekly/PR workflows customized to your git process

Onboarding Checklist

14-step checklist: from git clone to first PR, with Claude Code integrated

Security Config

Pre-commit hooks, secret scanning, dependency audit automation

Install Scripts

One-command setup per role — installs all skills + configures Claude Code

Sample CLAUDE.md excerpt:

# Acme SaaS Dashboard

## Stack

Next.js 14 (App Router) | TypeScript strict | Prisma + PostgreSQL

Tailwind CSS | Zustand | Vitest + React Testing Library

## Critical Rules

- NEVER use getServerSideProps — App Router only

- ALL database queries through Prisma — no raw SQL

- Components must be under 120 lines — extract if larger

- API routes: validate ALL input with Zod schemas

- Commits: type(scope): description — always conventional

... 100+ more lines covering testing, deployment, naming, git workflow

Total delivery: 8 files, 800+ lines of personalized team configuration