一键导入
chapter-outline
Research assistant that generates detailed, structural chapter outlines by synthesizing thesis context, local references, and NotebookLM insights.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Research assistant that generates detailed, structural chapter outlines by synthesizing thesis context, local references, and NotebookLM insights.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user runs /acronyms, or asks to find, define, or mark up acronyms in a LaTeX thesis .tex file — e.g. converting literal acronyms like CMB, WIMP, dSph, NFW into glossaries macros and adding any missing definitions to acronyms.tex.
Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.
Critical review of thesis sections or chapters. Evaluates scientific rigor, writing quality, logical flow, and citation completeness. Supports section-level (/referee X.Y) and chapter-level (/referee X) scope.
Use when you need to resolve placeholder citations (e.g., surname_year) or missing bibliography entries in the LaTeX thesis by querying NotebookLM context and InspireHEP.
Use when saving insights from the current conversation to persistent storage, or when retrieving past insights before starting research or writing tasks.
Run latexindent one-sentence-per-line on thesis chapter files. Use when the user asks to format, indent, or break lines in a chapter's LaTeX files.
| name | chapter_outline |
| description | Research assistant that generates detailed, structural chapter outlines by synthesizing thesis context, local references, and NotebookLM insights. |
This skill orchestrates the creation of deep, structurally robust chapter outlines for a PhD thesis. It calls the other thesis skills in sequence to build a comprehensive foundation, then synthesizes everything into a detailed outline.
thesis references1b7df790-7858-4fc8-879c-39f41238c4aechapter_01).outline.md (root thesis outline).Before starting research, check for existing insights relevant to this chapter.
→ Call knowledge skill (retrieve mode) for the target chapter topic
→ Input: chapter title/topic from outline.md
→ Output: any pre-existing insights that can inform or skip research steps
If relevant knowledge files exist, use them to skip or accelerate subsequent research steps (e.g., if definitions are already extracted, skip that portion of literature research).
Understand where this chapter fits in the larger picture.
view_file outline.md. Identify the chapter's Scope, Key Contribution, Section Structure, and how it connects to the previous and next chapters.references.md, chapter_outline.md, etc.) from prior work.Run the source_registry skill to obtain categorized source IDs.
→ Call source_registry skill
→ Obtain: author_paper_ids, review_ids, general_ids
This step is required before any NotebookLM queries.
Run the literature_research skill to produce the chapter's references.md and data table.
→ Call literature_research skill for the target chapter
→ Input: chapter sections from outline.md, source IDs from Step 2
→ Output: chapter_XX/references.md (with data table + bib-key lookups)
Follow the granular per-subsection approach defined in the literature_research skill.
For the key review articles identified in Step 3, run review_analysis to extract detailed, citation-ready content.
→ Call review_analysis skill
→ Input: specific 002) source IDs for the most relevant reviews
→ Output: structured extraction notes, saved to .agent/knowledge/
Focus on reviews that will be heavily cited in this chapter.
If an author paper is inserted in or near this chapter, run paper_analysis to extract key contributions and transition points.
→ Call paper_analysis skill
→ Input: specific 001) source ID(s) for papers relevant to this chapter
→ Output: methodology summary, key results, contribution statement, transition notes
Refer to the paper-to-chapter mapping in the paper_analysis skill.
Use NotebookLM directly to study how experts structure arguments on this chapter's topic.
mcp_notebooklm_notebook_query(
notebook_id="1b7df790-7858-4fc8-879c-39f41238c4ae",
query="What is the detailed structure of [Reference X] regarding [Topic]?
List the section headers and summarize the argumentation flow.
How do they transition from [Concept A] to [Concept B]?",
source_ids=<review_ids>
)
Focus on:
chapter_outline.mdCreate (or update) chapter_XX/chapter_outline.md.
Synthesis: Combine:
outline.mdreferences.md (Step 3)Format: Use a nested structure:
# Chapter [XX]: [Title]
## Connections
- **Previous Chapter**: [How this chapter follows from the previous one]
- **Next Chapter**: [How this chapter leads into the next one]
- **Inserted Paper**: [If applicable, which paper is inserted and its key contribution]
## [X.0] Chapter Introduction
**Goal**: Provide a brief, untitled opening (2–4 paragraphs) that orients the reader before the first numbered section. This text appears at the start of the chapter with no section heading.
**Narrative**: Follow a funnel structure:
- Opening context: broad motivation for the chapter's topic
- The central question this chapter addresses
- Chapter roadmap: one-sentence preview of each main section (X.1, X.2, …) and how they connect
- Bridge to the thesis: how the chapter's content feeds into the rest of the thesis
## [X.1] [Section Title]
**Goal**: [What this section achieves in the argument]
**Narrative**: [How the story progresses through this section]
### [X.1.1] [Subsection Title]
- Key point 1 → cite [Reference] (Sec X.X)
- Key point 2 → cite [Reference]
- **Figure**: [description] → from [arXiv:XXXX.XXXXX], Fig. N
- Transition: [How this leads to the next subsection]
### [X.1.2] [Subsection Title]
- ...
## [X.2] [Section Title]
...
## Chapter Summary
- [Key takeaway 1]
- [Key takeaway 2]
- [Bridge to next chapter / inserted paper]
Rules:
**Figure**: [description] → from [arXiv:ID], Fig. N. These signal to section_drafting Step 4b which figures to fetch and downloadIterate on the draft:
outline.md addressed?chapter_XX/chapter_outline.md — the detailed structural outlinechapter_XX/references.md — references with data table (produced in Step 3).agent/knowledge/ — key insights saved via the knowledge skill (produced in Steps 3–5)