# Initialize For Dev

> Initialize a repo for AI-assisted development by cloning key dependency repos into ai_working/. Use this when this is the first time setting up this repo for development, or when an update/reset is needed. Use when this capability is needed.

- Skill: `tomevault-io/initialize-for-dev` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/initialize-for-dev`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/initialize-for-dev/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/initialize-for-dev

---


# Initialize Repo for Development

1. Read the `pyproject.toml` to understand which versions are being used.
2. Create directory: Ensure `ai_working/` exists.
3. Check for existing repos: If any of these directories exist in `ai_working/`, delete them completely before proceeding:
   - `ai_working/amplifier`
   - `ai_working/rest-api-description`
4. Clone each of the repos with the following template in parallel: `git clone --depth 1 --single-branch <repo-url> <local-path>`
   - `amplifier`: https://github.com/microsoft/amplifier.git
   - `rest-api-description`: https://github.com/github/rest-api-description.git
5. Check the AGENTS.md to see if each of the repos being cloned is mentioned there. If any are missing, add them without any notes.
6. Briefly summarize what was done to the user

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/davidkoleczek) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

