一键导入
install-dagayn
Install or repair dagayn MCP integration, skills, hooks, and instruction files across Codex and other AI coding tools.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install or repair dagayn MCP integration, skills, hooks, and instruction files across Codex and other AI coding tools.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Register repositories, maintain multi-repo graph freshness, and search across repos with dagayn.
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
基于 SOC 职业分类
| name | install-dagayn |
| description | Install or repair dagayn MCP integration, skills, hooks, and instruction files across Codex and other AI coding tools. |
| argument-hint | [platform] |
Use this when setting up or repairing dagayn itself: MCP config, global skills, hooks, instruction injection, or embedding mode selection.
dagayn --version
dagayn tool --list
dagayn install --platform codex --mode local-embedding --no-instructions -ydagayn install --platform all --mode local-embedding -ydagayn install --platform <platform> --mode local-embedding-llama --preset low -ydagayn install --platform <platform> --mode fts-only -y--dry-run before changing instruction files or when the user cares
about repo-local files:
dagayn install --platform codex --mode local-embedding --no-instructions --dry-run
~/.codex/config.toml should contain dagayn serve.--local-embedding.~/.codex/hooks.json should run dagayn update --skip-flows.~/.codex/skills/<skill>/SKILL.md should exist for packaged skills.docs_for, implementations_of, and dagayn:
documentation directives.dagayn status or list_graph_stats_tool in a target repo. If the graph
is missing, run build_or_update_graph_tool(full_rebuild=True).--platform all may create repo-local config for tools such as Claude Code,
Kiro, Qoder, OpenCode, Cursor, or Antigravity. If the user wants global-only
Codex behavior, use --platform codex --no-instructions and do not create
repo-local .mcp.json, .opencode.json, .kiro/, .qoder/, or AGENTS.md.
If a previous install created unwanted repo-local files, remove only files that
are clearly dagayn-generated and verify with git status --short.
--dry-run
and inspect the exact target list first.uv run pytest tests/test_skills.py -q.