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.

tomevault-io 1445be7 2 files · 1.9 KB Updated

File contents

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>
  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 — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/davidkoleczek--gh-issues-local--initialize-for-dev commit 1445be74ac

Frequently asked questions

npx skillmds@latest add tomevault-io/initialize-for-dev