survey-generator
v1.0.0Generate polished, single-file HTML survey papers on any AI/ML topic. The invoking agent curates a research bundle from a public anchor resource, then Kimi K2.6 on Fireworks AI generates an academic-style HTML artifact with inline SVG figures, numbered sections, and a References list.
by DAIR.AI600updated 2 weeks ago
Source
git clone https://github.com/dair-ai/dair-academy-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/survey-generator/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/survey-generator/SKILL.md
Skills1
Generate a polished, single-file HTML survey paper on any AI/ML topic by curating a research bundle from a public anchor resource and handing it to Kimi K2.6 via the Fireworks API for one-shot artifact generation. Use when the user asks for a "survey paper" or "literature review" artifact on a technical topic. The invoking agent does all research curation; Kimi K2.6 does the writing and inline SVG rendering.
Manifests1
{
"name": "survey-generator",
"description": "Generate polished, single-file HTML survey papers on any AI/ML topic. The invoking agent curates a research bundle from a public anchor resource, then Kimi K2.6 on Fireworks AI generates an academic-style HTML artifact with inline SVG figures, numbered sections, and a References list.",
"version": "1.0.0",
"author": {
"name": "DAIR.AI"
}
}