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