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