initialize-for-dev

star 1

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.

DavidKoleczek By DavidKoleczek schedule Updated 2/12/2026

name: initialize-for-dev description: 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.

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
Install via CLI
npx skills add https://github.com/DavidKoleczek/gh-issues-local --skill initialize-for-dev
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
DavidKoleczek
DavidKoleczek Explore all skills →