# Init

> Create or refresh an AGENTS.md project instruction file. Use when starting work in a repository, onboarding an agent to an unfamiliar codebase, or when the user explicitly invokes /init or asks to initialize project guidance.

- Skill: `synthetic-sciences/init` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add synthetic-sciences/init`
- Raw SKILL.md: https://api.skillmd.com/api/skills/synthetic-sciences/init/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: synthetic-sciences (https://skillmd.com/u/synthetic-sciences)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/synthetic-sciences/init

---


# Initialize project guidance

Inspect the repository before editing. Capture only durable, project-specific guidance that future agents need: structure, build and test commands, style rules, validation expectations, and important safety constraints.

Create `AGENTS.md` when none exists. When one exists, preserve useful instructions and update only stale, missing, or conflicting guidance. Keep the file concise and verify every documented command against the repository.

