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

init skillA

init is agent-read markdown (skill) from lamngockhuong/aiteamkit: Set up atk in a project: read the repository to find the build, test, and lint commands, the layer layout, the tracker, and the docs root, confirm what was found, ask only for what no file can answer, and write the profile every other skill reads. Use once when a team first installs atk in a project, and again when the project has moved on from what the profile says. Triggers on: "init", "atk init", "setup atk", "khởi tạo", "cấu hình dự án", "thiết lập atk", "初期設定", "セットアップ", "プロジェクト設定", "get at.

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

# Project Setup (`atk:init`)

Writes `.atk/profile.md`, the file that tells every other skill how this project builds, where its
documents live, and who approves what. It is the first thing to run after installing the kit, and
the reason the other skills can stop guessing.

Most of the profile is already on disk. This skill reads it rather than asking, because a setup
interview that asks what `package.json` already says teaches the team that the kit does not read
their repository.

## Scope

Handles: resolving the project root and whether the project is one repository or several; detecting
project facts from manifests, lock files, CI workflows, and the git remote;
confirming each detected value with the user; interviewing for the few facts no file holds; writing
`.atk/profile.md`; and re-checking an existing profile against the current repository.

Does NOT handle: onboarding a person, which is `atk:onboard` and runs once per joiner rather than
once per project; writing the team's coding conventions, which is `atk:convention`; or installing
anything.

## Roles

Tech Lead owns the layer and command sections and approves the profile. PM owns the tracker and
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lamngockhuong/aiteamkit/init@git:20260924.59d6cfa
Exact content
mdr add lamngockhuong/aiteamkit/init@sha256:bcb9d8d9c8bda4a0

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_zjf5546mo2inewer.svg)](https://markdownregistry.com/a/art_zjf5546mo2inewer)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.59d6cfa latest2026-09-24 59d6cfa 10,718 BA view · diff
git:20260922.2c10be82026-09-22 2c10be8 10,643 BA view · diff
git:20260922.c7615a52026-09-22 c7615a5 9,942 BA view · diff
git:20260921.9a372922026-09-21 9a37292 8,577 BA view · diff
git:20260920.d282a912026-09-20 d282a91 8,045 BA view · diff
git:20260920.f7391a62026-09-20 f7391a6 7,707 BA view · diff
git:20260918.73a33f42026-09-18 73a33f4 6,470 BA view · diff
git:20260917.cf90c7f2026-09-17 cf90c7f 6,368 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 (10718 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_zjf5546mo2inewer
GET https://markdownregistry.com/api/v1/resolve?ref=lamngockhuong/aiteamkit/init
GET https://markdownregistry.com/api/v1/blob/bcb9d8d9c8bda4a0f8f1f7361d8732b2cce0eeda863857607f584b3d506b501b

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 init

init skill
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/init/SKILL.md · Initialize plugin in a project — install Iron Laws, auto-activation rules, and reference auto-loading into CLAUDE.md…
git:20260810.9f10cd5 · audit A · 555 stars
init skill
partcad/partcad · ai-agents/common/skills/init/SKILL.md · Initialize a PartCAD package in the current directory by running the installed PartCAD CLI (`pc init` / `partcad…
git:20260901.0372b3a · audit A · 496 stars
init skill
uipath/coder_eval · plugins/coder-eval/skills/init/SKILL.md · Set up coder-eval in this repository — scan for what is worth evaluating (Claude Code skills, an MCP server, a CLI)…
git:20260828.c565ebb · audit B · 141 stars
init skill
grainulation/grainulator · skills/init/SKILL.md · Initialize a dedicated sprint using the unified tool or local CLI while preserving existing data.
git:20260922.e702f49 · audit A · 86 stars
init skill
oprogramadorreal/optimus-claude · skills/init/SKILL.md · Bootstraps a project for Claude Code or Codex — generates routed project guidance from detected structure, reconciles…
git:20260909.044e63f · audit B · 75 stars
init skill
archcore-ai/plugin · plugins/archcore/skills/init/SKILL.md · First-time Archcore setup. Wires the host (MCP config, hooks, CLAUDE.md/AGENTS.md managed block), measures the authored…
git:20260923.fe7665e · audit A · 62 stars
init skill
archcore-ai/archcore · plugins/archcore/skills/init/SKILL.md · First-time Archcore setup. Wires the host (MCP config, hooks, CLAUDE.md/AGENTS.md managed block), measures the authored…
git:20260922.af334d7 · audit A · 61 stars
init skill
drafthq/draft · skills/init/SKILL.md · Initialize Draft project context for Context-Driven Development — the single, scope-aware entry point (works at the…
git:20260819.fda278e · audit A · 40 stars

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