ワンクリックで
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()