一键导入
synrepo
Use synrepo in repositories with a .synrepo/ directory. Prefer synrepo cards, compact search, and bounded task contexts before reading source files cold.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use synrepo in repositories with a .synrepo/ directory. Prefer synrepo cards, compact search, and bounded task contexts before reading source files cold.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | synrepo |
| description | Use synrepo in repositories with a .synrepo/ directory. Prefer synrepo cards, compact search, and bounded task contexts before reading source files cold. |
synrepo is a local, deterministic code-context compiler. It compiles repository files into observed graph facts, code artifacts, task contexts, and cards/MCP packets before agents read source cold.
This skill belongs at .agents/skills/synrepo/SKILL.md.
Project-scoped setup writes trusted project .codex/config.toml. Global Codex MCP registration is not automated by synrepo setup; if you configure ~/.codex/config.toml manually, launch synrepo mcp and pass repo_root to repo-addressable tools. To add local non-blocking Codex nudges, run synrepo setup codex --agent-hooks.
For project-scoped manual setup, edit trusted project .codex/config.toml directly:
[mcp_servers.synrepo]
command = "synrepo"
args = ["mcp", "--repo", "."]
synrepo is a local, deterministic code-context compiler: repo files -> graph facts -> code artifacts -> task contexts -> cards/MCP. In .synrepo/ repos, prefer MCP/CLI over cold reads for questions, reviews, search, impact, and edits.
Default flow: orient, ask or search, cards, impact or risks, edit, tests, changed.
synrepo_orient before reading the repo cold.synrepo_ask for broad plain-language tasks needing one bounded, cited task-context packet.synrepo_find only for bounded file-routing suggestions after broad task context is clear. Use synrepo_search for exact files, symbols, strings, flags, code-shaped errors, and tool names. For broad lexical searches, prefer output_mode: "compact".tiny cards to route and normal cards to understand. Use synrepo_minimum_context once a focal target is known and neighborhood risk is unclear.synrepo_impact (or synrepo_risks) before risky edits or reviews, and synrepo_tests before claiming done.synrepo_changed after edits to review changed context and validation commands.synrepo_resume_context before asking the user to repeat repo state.deep cards only after bounded cards identify the target or prove insufficient.Project-scoped MCP configs launching synrepo mcp --repo . have a default repository.
Global MCP configs that launch synrepo mcp serve registered projects by absolute path. In global or defaultless contexts, pass the workspace absolute path as repo_root. If a tool reports an unmanaged repository, ask the user to run synrepo project add <path>; do not bypass registry gating.
Graph facts are authoritative. Overlay commentary, explain docs, and proposed links are advisory. Existing explain reads are safe when useful: use synrepo_explain with budget=deep for 1-3 focal targets and synrepo_docs_search for architecture/why questions. Stale labels are information. Refresh is explicit.
Client-side hooks may nudge before direct grep, read, review, or edit workflows. Hooks are advisory; source mutation still requires synrepo mcp --allow-source-edits and synrepo_apply_anchor_edits.
tiny and escalate only when a specific field forces it.--generate-cross-links, commentary generate/refresh) unless the task justifies the cost; cached explain reads are allowed.synrepo_resume_context has been tried.synrepo watch is explicitly running.synrepo_resume_context is an advisory repo packet regenerated from existing state. It is not prompt logging, chat history, raw tool-output capture, or generic session memory.mcp_sentry_telemetry = true to opt in or false to force opt out (dashboard O). SYNREPO_SENTRY_DSN may override the built-in DSN; never write custom DSNs into repo files. Events include only sanitized tool/error_code plus version/platform tags, not prompts, paths, queries, responses, error messages, stacktraces, or agent memory.synrepo_readiness() - cheap read-only preflight for graph, overlay, index, watch, reconcile, and edit-mode statussynrepo_orient() - workflow step 1: small routing summary before reading the repo coldsynrepo_ask(ask, scope?, shape?, ground?, budget?) - default high-level front door for one bounded, cited task-context packetsynrepo_search(query, literal?, limit?, output_mode?, budget_tokens?) - exact lexical search for symbols, flags, code strings, schema keys, file paths, and validationsynrepo_explain(target, budget?) - bounded card lookup; use budget=deep for 1-3 focal targets when existing overlay commentary would helpsynrepo_docs_search(query, limit?) - advisory search over existing materialized explain docs for architecture, intent, gotchas, and why questionssynrepo_card(target?, targets?, budget?, budget_tokens?) - structured card for one file or symbol, or a small batchsynrepo_context_pack(goal?, targets?, budget?, budget_tokens?, output_mode?, include_tests?, include_notes?, limit?) - batch known read-only code artifacts and task-context pieces into one token-accounted responsesynrepo_task_route(task, path?) - cheap route classification when only intent, budget, and next tools are neededsynrepo_minimum_context(target, budget?) - bounded neighborhood once a focal target is knownsynrepo_impact(target) or synrepo_risks(target) - first-pass change-risk context before edits or risky reviewssynrepo_tests(scope) - discover likely validation commands before claiming donesynrepo_changed() - review changed context and validation guidance after editssynrepo_resume_context(limit?, since_days?, budget_tokens?, include_notes?) - compact repo resume packet before asking the user to repeat stale contextsynrepo_overview() - full dashboard only when the full operational picture is usefulsynrepo_ask returns answer, cards_used, evidence, grounding, omitted_context_notes, next_best_tools, and context_packet. Its grounding policy accepts mode or citations (required, preferred, or off), include_spans, and allow_overlay; do not pass observed as a mode because observed is only an evidence confidence label. Default to observed graph/index evidence and allow overlay only when advisory machine-authored context is acceptable.
Graph facts are authoritative observed source truth. Overlay commentary, explain docs, and notes are advisory; LLM-authored output never mutates the canonical graph. Embeddings are optional routing/search helpers and are not the core trust source.
Node IDs: file_0000000000000042, symbol_0000000000000024. Use synrepo_search to find them.
synrepo status # health check
synrepo status --recent # bounded operational history
synrepo orient # small routing summary
synrepo ask "review this module" # bounded task-context packet
synrepo resume-context --json # compact repo resume packet
synrepo task-route "find auth entrypoints" # advisory route classifier
synrepo search <query> # lexical search
synrepo node <target> # node metadata as JSON (accepts paths, symbol names, or node IDs)
synrepo graph query "inbound <target>" # reverse dependencies
synrepo graph query "outbound <target>" # forward dependencies
synrepo graph stats # counts by type
synrepo reconcile # refresh graph
synrepo links list # cross-link candidates
synrepo findings [--freshness <state>] # findings summary