An AI agent skill that generates IEEE-format technical reports as LaTeX. Point it at your project, and it reads the codebase, maps requirements to sections, and produces a publication-ready .tex + .bib output with zero code artifacts in the report body.
FAQ
awesome-ieee-report is a Claude Code plugin with 1 hand-picked skill for documentation work, indexed on Flowy. Install it with the command on its page. It includes awesome-ieee-report. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add EnesDemir143/awesome-ieee-report --agent claude-code
An AI agent skill that generates IEEE-format technical reports as LaTeX. Point it at your project, and it reads the codebase, maps requirements to sections, and produces a publication-ready .tex + .bib output with zero code artifacts in the report body.
algorithm environment, never raw source code\fbox{} placeholders with capture intent; you replace them with real screenshots manuallyreferences.bib alongside the .tex fileIEEEtran conference classbooktabs tables for parameters, thresholds, and comparisonsalgorithm + algorithmic environments for pseudocode\cite{} reference management1. Install the skill
Clone this repository into your agent's skills directory:
# Claude Code
git clone https://github.com/EnesDemir143/awesome-ieee-report ~/.claude/skills/awesome-ieee-report
# OpenAI Codex CLI
git clone https://github.com/EnesDemir143/awesome-ieee-report ~/.codex/skills/awesome-ieee-report
2. Invoke
Write an IEEE technical report for this project.
With a requirement document:
Write an IEEE technical report based on requirements.pdf.
Report language: English
Author: Jane Doe, Computer Engineering, MIT
3. Provide inputs when prompted
| Input | Required | Default |
|---|---|---|
| Requirement document (PDF/MD) | No | Standard IEEE baseline |
| Target scope | Yes | โ |
| Output directory | Yes | โ |
| Report language | No | English |
| Author name & affiliation | Yes | โ |
4. Compile the output
pdflatex report.tex
bibtex report
pdflatex report.tex
pdflatex report.tex
Or use latexmk:
latexmk -pdf report.tex
5. Replace figure placeholders
Find every \fbox{...PLACEHOLDER...} block and replace with:
\setlength{\fboxsep}{0pt}\fbox{\includegraphics[width=0.57\linewidth]{images/your-screenshot.png}}
latex-report-creator/
โโโ SKILL.md # Main skill definition
โโโ templates/
โ โโโ report-template.tex # LaTeX skeleton (IEEEtran)
โ โโโ report-template.md # Markdown skeleton
โ โโโ figure-placeholders.md # Figure placeholder format
โโโ reference/
โ โโโ style-baseline.md # Academic writing style rules
โ โโโ requirements-mapping.md # Requirement โ section mapping guide
โ โโโ image-policy.md # Figure handling rules
โ โโโ repo-evidence-sources.md # Evidence gathering guide
โ โโโ companion-skill-routing.md # Companion skill routing table
โโโ checklists/
โ โโโ quality-gate.md # Final quality checklist
โโโ examples/
โโโ sample-filled-outline.md # Example filled report outline
Found a bug, have a suggestion, or want to contribute a template?
Contributions are welcome โ see CONTRIBUTING.md for the full guide.
Quick summary:
MIT
.gitignore checklists/ quality-gate.md CONTRIBUTING.md examples/ sample-filled-outline.md LICENSE README.md reference/ companion-skill-routing.md image-policy.md repo-evidence-sources.md requirements-mapping.md style-baseline.md SKILL.md templates/ figure-placeholders.md report-template.md report-template.tex
ยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic