一键导入
cross-repo-workflows
Register repositories, maintain multi-repo graph freshness, and search across repos with dagayn.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Register repositories, maintain multi-repo graph freshness, and search across repos with dagayn.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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.build_or_update_graph_tool() before relying on a result.rg across
multiple checkout roots.Read a Markdown document with full dependency context — query the dagayn graph first, pre-read referenced docs and code by edge type, then read the body.
Author Markdown documents (READMEs, design docs, RFCs) so dagayn extracts correct dependency edges. Four-stage flow — outline & sort, draft & verify, polish, summary.
Evaluate architecture signals through the unified dagayn dispatcher
Systematically debug issues using graph-powered code navigation
Navigate and understand codebase structure using the knowledge graph
Plan and execute safe refactoring using dependency analysis