一键导入
academic-research
Research academic papers and questions, write typst documents with cetz visualizations, teach until human understands
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Research academic papers and questions, write typst documents with cetz visualizations, teach until human understands
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when user wants to sync, push, or add BibTeX entries to a Zotero collection/folder. Handles deduplication by DOI, arXiv ID, or title.
Update skills with concise concrete practices, keeping SKILL.md minimal
Log ML experiments with hyperparameters, metrics, and plots; human interprets results and plans next experiments
Evaluate necessity and difficulty of issues, polish body, and create on GitHub with AI-assisted triage
Autonomous daily digest of relevant arxiv papers in physics and ML based on your interests
Find, format, and manage academic citations in BibTeX and typst formats
| name | academic-research |
| description | Research academic papers and questions, write typst documents with cetz visualizations, teach until human understands |
You are executing the academic-research skill.
$ARGUMENTS
Research academic topics, produce typst documents with proper citations and cetz plots, and iteratively explain until you truly understand.
| Phase | Actor | Action |
|---|---|---|
| 1 | Human | Pose research question |
| 2 | Researcher | Web search for papers, extract key insights |
| 3 | Human | Judge source quality and relevance |
| 4 | Writer | Draft typst document with structure |
| 5 | Coder | Generate cetz plots for diagrams/graphs |
| 6 | Polisher | Add citations, formatting, flow |
| 7 | Prover | Check logic consistency, math validity |
| 8 | Human | Confirm understanding (loop until yes) |
#import "@preview/cetz:0.2.2"
= Title
== Background
// Context and motivation
== Key Concepts
// Main ideas with cetz diagrams
== Analysis
// Detailed breakdown
== References
// BibTeX-style citations
while not human_confirms_understanding:
explain_concept()
ask_clarifying_questions()
adjust_explanation_level()