setup-reference-repos

star 0

Run this to set up reference repositories for AI usage.

DavidKoleczek By DavidKoleczek schedule Updated 2/15/2026

name: setup-reference-repos description: Run this to set up reference repositories for AI usage. disable-model-invocation: true

Follow these steps to clone repos of key dependencies for ai context.

  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/interop-router
    • ai_working/openai-python
    • ai_working/anthropic-sdk-python
    • ai_working/python-genai
    • ai_working/crawl4ai
  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.
Install via CLI
npx skills add https://github.com/DavidKoleczek/agent-core --skill setup-reference-repos
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
DavidKoleczek
DavidKoleczek Explore all skills →