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.
$ npx -y skills add EnesDemir143/awesome-ieee-report --agent claude-code
What's inside
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
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.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it