원클릭으로
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 직업 분류 기준
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
| 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.