# Dev Init

> Standards for project scaffolding, directory structure, and initial documentation.

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

---


# Dev Init Standards

## Purpose
To ensure every project starts with a **consistent, professional structure** that integrates seamlessly with Antigravity Agents.

## Standard Layouts

### 1. Python Project
- `src/`: Source code
- `tests/`: Unit and integration tests
- `docs/`: Documentation
- `scripts/`: Utility scripts
- `.gitignore`: Standard Python ignores

### 2. Study Project
- `notebooks/`: Jupyter Notebooks
- `data/`: Raw and processed data (ignored by git)
- `references/`: Papers and PDFs
- `docs/`: Summaries and plans

## Documentation Standards
- **README.md**: Must exist at root.
- **Metadata**: Must include `Status`, `Type`, `Created` in blockquote.
- **Agent Friendly**: `.agent` folder must NOT be git-ignored.

