用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/manji-0/dagayn --skill cross-repo-workflows命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Make a git worktree usable for dagayn MCP — inherit the main checkout's graph and MCP config, then catch up the branch diff.
Systematically debug issues using graph-powered code navigation
Navigate and understand codebase structure using the knowledge graph
基于 SOC 职业分类
正在显示 SKILL.md
| name | cross-repo-workflows |
| description | Register repositories, maintain multi-repo graph freshness, and search across repos with dagayn. |
| argument-hint | [repo or query] |
Use this when a task spans multiple repositories, shared libraries, downstream consumers, or a multi-repo watch daemon.
This packaged skill is mode-neutral. dagayn install rewrites this section with
the selected embedding mode so cross-repo search advice matches the installed
retrieval setup.
dagayn tool list_repos_tool
dagayn repos
dagayn register /path/to/repo --alias short-name
dagayn daemon add /path/to/repo
dagayn daemon status
dagayn daemon start
dagayn daemon logs
dagayn tool cross_repo_search_tool --arg query='"billing client"'
query_graph_tool, review_tool, or
semantic_search_nodes_tool for source-level verification.ensure_graph_tool(force=True) in that repo before
relying on a result. Use build_or_update_graph_tool() only when the
advanced surface is available and you need explicit rebuild/embedding controls.rg across
multiple checkout roots.