codex-rs/skills/src/assets/research/conversation-report/SKILL.md
Generate a focused report from the current conversation and persist insights. Use when a user has been exploring papers, asking questions, and wants to capture what was discussed. Triggers -- "make a report from this", "save what we discussed", "write up what we covered", "turn this into a document".
npx skillsauth add agents2agentsai/ata conversation-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a cleaned-up, organized version of what was actually discussed in this conversation. This is NOT a generic survey — it reflects the user's specific exploration.
For exhaustive deep reports from KB cards, use $cross-paper-report.
Reuse phrasing and explanations from the conversation — fix conversational artifacts (hedging, self-correction, tangents) into clean prose. Organize by question/topic, not chronologically or by paper. Add light connective tissue but do not pad with new analysis.
Figure out: what was the implicit research question? What was the exploration path? Which papers, comparisons, and insights emerged? What did the user care most about?
Organize by what the user explored. Structure: The Question (what drove the exploration), What We Found (cleaned-up explanations organized by topic, not by paper), Key Insights (3-5 "aha moments"), Papers Referenced (table with role in conversation), Open Questions (actionable items with suggested $paper-discovery or $paper-synthesis follow-ups).
Present via present_reading_view. Each section ≤ 30 lines. Include relevant figures via crop_and_store_figure where they aid understanding.
Four outputs in order:
$kb subagent for each card where discussion produced new insights. Do not ask the user.<kb_path>/research-journal.md: date, topics explored, conclusions, open questions, cards touched. Keep under 20 lines. Read existing content first, write new entry + existing back.<kb_path>/research-context.md.Short conversation: still produce the report, note brevity. No KB cards: still report, suggest $paper-synthesis. No KB configured: chat-only output. Unfocused conversation: organize into separated sections.
testing
Multi-repo workspace management: clone repos, create execution runs, track papers/datasets/artifacts, manage snapshots, and review audit logs. Use when the user wants to organize multi-repo work, run experiments in sandboxes, or track research resources.
tools
Build, edit, recalculate, import, and export spreadsheet workbooks with the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool.
tools
Build, edit, render, import, and export presentation decks with the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool.
development
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).