Home / lamngockhuong / aiteamkit · skills/onboard/SKILL.md · GitHub

onboard skillA

onboard is agent-read markdown (skill) from lamngockhuong/aiteamkit: Onboard a new member onto a project team: the access list, the environment setup verified by a command that actually runs, a map of the codebase by ownership, the team's working agreements, and a first-week plan ending in a real contribution the team reviews. Use when someone joins the project, moves between teams, or returns after a long absence. Triggers on: "onboarding", "onboard", "người mới", "hướng dẫn thành viên mới", "new joiner", "getting started for the team", "オンボーディング", "新メンバー", "ram.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Team Onboarding (`atk:onboard`)

Produces the document that gets a new member to a real, reviewed contribution in their first week.
Every setup step is verified against the repository, so the guide does not send a new joiner to a
script that no longer exists.

## Scope

Handles: deriving setup from the actual repository, listing access and accounts with who grants
them, mapping the codebase by area and owner, recording team working agreements, and building a
first-week plan with a real starter task.

Does NOT handle: granting access, writing the conventions themselves (`atk:convention`), setting the
project up for the kit (`atk:init`, which runs once per project rather than once per joiner), or
teaching the business domain in depth, which belongs to the project's domain documentation.

## Roles

Tech Lead assigns a buddy. PM owns access requests. The buddy owns the first week and is named in
the document. The new member owns reporting what the document got wrong. See `shared/team-roles.md`.

## Invocation

```bash
/atk:onboard                 # Build or update the onboarding document from the repository
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lamngockhuong/aiteamkit/onboard@git:20260922.c7615a5
Exact content
mdr add lamngockhuong/aiteamkit/onboard@sha256:113e5089361169e7

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ujhy2mm2rojmtv42.svg)](https://markdownregistry.com/a/art_ujhy2mm2rojmtv42)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.c7615a5 latest2026-09-22 c7615a5 9,366 BA view · diff
git:20260922.eb757312026-09-22 eb75731 8,520 BA view · diff
git:20260920.d282a912026-09-20 d282a91 4,872 BA view · diff
git:20260918.73a33f42026-09-18 73a33f4 4,534 BA view · diff
git:20260917.03b62342026-09-17 03b6234 4,431 BA view · diff
git:20260916.215a0fa2026-09-16 215a0fa 4,325 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (9366 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

lamngockhuong/aiteamkit · 5 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ujhy2mm2rojmtv42
GET https://markdownregistry.com/api/v1/resolve?ref=lamngockhuong/aiteamkit/onboard
GET https://markdownregistry.com/api/v1/blob/113e5089361169e7b5dafbd9a2f3157958f5f48a4d1bd24f4acdde7fb2efb2ff

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from lamngockhuong/aiteamkit

CLAUDE.md claude
lamngockhuong/aiteamkit · CLAUDE.md
git:20260924.59d6cfa · audit A · 5 stars
breakdown skill
lamngockhuong/aiteamkit · skills/breakdown/SKILL.md · Break an epic or a design document into owned, sequenced tasks: one deliverable each, an owner, a dependency order, the…
git:20260922.c7615a5 · audit A · 5 stars
catchup skill
lamngockhuong/aiteamkit · skills/catchup/SKILL.md · Summarise an epic or a pull request for someone who was not in the conversation that produced it: what the work is and…
git:20260921.7fc6a05 · audit A · 5 stars
convention skill
lamngockhuong/aiteamkit · skills/convention/SKILL.md · Extract, record, and enforce the coding conventions a team actually follows: branch and commit rules, naming, layering…
git:20260923.3195eb0 · audit A · 5 stars
design-doc skill
lamngockhuong/aiteamkit · skills/design-doc/SKILL.md · Write the technical design document a team reviews before coding, plus the ADR that records the decision behind it…
git:20260924.59d6cfa · audit A · 5 stars
estimate skill
lamngockhuong/aiteamkit · skills/estimate/SKILL.md · Estimate a backlog and fill a sprint against real team capacity: size each item with a stated basis, mark the…
git:20260922.c7615a5 · audit A · 5 stars
fix skill
lamngockhuong/aiteamkit · skills/fix/SKILL.md · Fix a defect the way a team reviewer will accept: capture the failure verbatim, prove the cause before changing a line…
git:20260922.2c10be8 · audit A · 5 stars
git skill
lamngockhuong/aiteamkit · skills/git/SKILL.md · Carry a finished piece of work into version control: read what changed, stage it after scanning for anything that must…
git:20260922.2c10be8 · audit A · 5 stars
handover skill
lamngockhuong/aiteamkit · skills/handover/SKILL.md · Hand work over to another person or team so nothing depends on the leaver's memory: the true state of each item…
git:20260920.d282a91 · audit A · 5 stars
help skill
lamngockhuong/aiteamkit · skills/help/SKILL.md · Answer which atk skill to run. With no argument it reads the state of the project, meaning the profile, the artifacts…
git:20260923.1028253 · audit A · 5 stars
implement skill
lamngockhuong/aiteamkit · skills/implement/SKILL.md · Write the code for a piece of work the way a team will accept it: decide whether the work needs a plan before a line is…
git:20260924.59d6cfa · audit A · 5 stars
incident skill
lamngockhuong/aiteamkit · skills/incident/SKILL.md · Run a production incident and close it properly: a timeline built from evidence, impact and severity, the proven root…
git:20260922.c7615a5 · audit A · 5 stars

Every file in lamngockhuong/aiteamkit

Other files named onboard

onboard skill
davepoon/buildwithclaude · plugins/ciagent/skills/onboard/SKILL.md · Set up CIAgent regression testing for the AI agent in this repo — write a runner, record golden baselines, generate a…
git:20260709.8e73ef5 · audit A · 3,530 stars
onboard skill
clacky-ai/openclacky · lib/clacky/default_skills/onboard/SKILL.md · Onboard a new user OR curate a single piece of the assistant's inner state. Without arguments, runs the full first-run…
git:20260821.c5c6327 · audit A · 1,198 stars
onboard skill
tobihagemann/turbo · claude/skills/onboard/SKILL.md · Developer onboarding guide that composes architecture mapping, tooling review, and agentic setup review with setup…
git:20260912.bd2181b · audit A · 405 stars
onboard skill
tobihagemann/turbo · codex/skills/onboard/SKILL.md · Developer onboarding guide that composes architecture mapping, tooling review, and agentic setup review with setup…
git:20260912.bd2181b · audit A · 405 stars
onboard skill
athola/claude-night-market · plugins/gauntlet/skills/onboard/SKILL.md · Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use…
git:20260713.f98719b · audit A · 338 stars
onboard skill
izittmarvin/nova-agent · .nova/skills/onboard/SKILL.md · 首次启动向导:了解工作区、配置规则与技能,快速上手 Nova Agent
git:20260611.179bca1 · audit A · 169 stars
onboard skill
jongwony/epistemic-protocols · epistemic-cooperative/skills/onboard/SKILL.md · Quick protocol recommendation from recent sessions, or quest-based learning through scenario, trial, and quiz.
git:20260922.6970d39 · audit A · 163 stars
onboard skill
swingerman/engineer · engineer/skills/onboard/SKILL.md · Use to bring a project into the DAE methodology, or to check an onboarded project for gaps. Triggers —…
git:20260710.5dd248a · audit B · 150 stars

Browse by kind, by grade A, or by owner.