setup-reference-repos
스타0
포크0
업데이트2026년 2월 15일 00:21
Run this to set up reference repositories for AI usage.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Run this to set up reference repositories for AI usage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.
pyproject.toml to understand which versions are being used.ai_working/ exists.ai_working/, delete them completely before proceeding:
ai_working/interop-routerai_working/openai-pythonai_working/anthropic-sdk-pythonai_working/python-genaiai_working/crawl4aigit clone --depth 1 --single-branch <repo-url> <local-path>
interop-router: https://github.com/DavidKoleczek/interop-router.gitopenai-python: https://github.com/openai/openai-python.gitpython-genai: https://github.com/googleapis/python-genai.gitanthropic-sdk-python: https://github.com/anthropics/anthropic-sdk-python.gitcrawl4ai: https://github.com/unclecode/crawl4ai.git