.maw/skills/report-generator/SKILL.md
Multi-AI collaborative report generator. Uses Claude for planning/writing and Gemini for diagram generation. Creates professional reports with auto-generated figures from your research content.
npx skillsauth add sexyeric0723/multi-ai-workflow report-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate professional reports with auto-generated diagrams from your research content.
# Generate report from content
python report_generator.py --topic "My Research Topic" --content "Your research content..."
# Generate from file
python report_generator.py --topic "AI Architecture" --content-file research.txt --output report.md
# Generate single diagram
python report_generator.py --diagram-only "System architecture showing client, server, and database"
graph TD
A[Input: Research Content] --> B[Claude: Analyze & Structure]
B --> C[Claude: Identify Diagram Needs]
C --> D[Gemini: Generate Diagrams]
D --> E[Claude: Write Sections]
E --> F[Compile Final Report]
F --> G[Output: report.md]
tools
Delegates coding tasks to Gemini CLI for prototyping, debugging, and code review. Use when needing algorithm implementation, bug analysis, or code quality feedback. Supports multi-turn sessions via SESSION_ID.
tools
Delegates coding tasks to Codex CLI for prototyping, debugging, and code review. Use when needing algorithm implementation, bug analysis, or code quality feedback. Supports multi-turn sessions via SESSION_ID.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.