一键导入
research
Work on Synapse pre-experiment research: project context, research questions, literature search, related works, and deep research reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Work on Synapse pre-experiment research: project context, research questions, literature search, related works, and deep research reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Write and update Synapse documents, reports, synthesis, and Markdown figures. Use when embedding charts, plots, images, or report visuals in Synapse documents.
Plan, revise, execute, and report Synapse experiments, including compute access and result submission.
Understand the Synapse Claude Code plugin hooks, session lifecycle, and multi-agent parallel execution. Covers what each hook does, where plugin state lives, and how to run multiple experiments in parallel via Task sub-agents.
Synapse platform overview and router skill. Use it to orient on projects and then hand off to the stage-specific Synapse skills.
Drive the Claude Code-client autonomous research loop — analyze project state, propose the next experiment, dispatch sub-agents to execute it, and iterate.
Configure Synapse MCP access for Claude Code with project-level .mcp.json and verify the connection.
| name | research |
| description | Work on Synapse pre-experiment research: project context, research questions, literature search, related works, and deep research reports. |
| license | AGPL-3.0 |
| metadata | {"author":"Vincentwei1021","version":"0.6.1","category":"research","mcp_server":"synapse"} |
Use this skill for the pre-experiment stage: understanding project context, developing research questions, grounding work in literature, and producing deep research outputs.
Stay inside this skill when the work is about:
RelatedWorkHand off to:
If synapse_get_research_questions and synapse_get_related_works both return empty for the active project, do not guess a direction. Ask the user:
synapse_search_papers against an initial topic phrase supplied by the user, and curate results with synapse_add_related_work.ResearchQuestion with synapse_create_research_question so later experiments have a framing to attach to.synapse_save_deep_research_report.Offer example invocations (with the project UUID filled in) so the user can pick one. Do not skip ahead to experiment planning from this skill.
synapse_checkin()synapse_get_research_project() or synapse_get_project_full_context()synapse_get_research_questions() or create/claim a questionsynapse_search_papers() and inspect papers with brief / head / section / fullsynapse_add_related_work() for durable project memorysynapse_save_deep_research_report() when synthesizing findings (organize thematically, not paper-by-paper; cite specific methods/results; match the project description's language)synapse_add_comment() on the research question or project artifacts when reasoning should be durablesynapse_complete_task({ taskType: "deep_research" | "auto_search" })Do not drift into experiment execution from this skill. Once you are drafting a runnable experiment plan, switch to experiments.