diagram-reports-generator

Generate table and detailed reports for diagrams and MicroSims from markdown files.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/archerli/skill-set --skill diagram-reports-generator-archerli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagram-reports-generator
Source: https://github.com/archerli/skill-set/tree/main/%E5%9B%BE%E5%BD%A2%E5%A4%84%E7%90%86/diagram-reports-generator
Command: npx skills add https://github.com/archerli/skill-set --skill diagram-reports-generator-archerli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the generation of comprehensive reports for diagrams and MicroSims in the geometry course, saving time and reducing manual effort.

Core Features & Use Cases

  • Automated Report Generation: Automatically generates table and detailed reports for all diagrams and MicroSims in the geometry course.
  • Chapter Analysis: Analyzes chapter markdown files to extract information about diagrams and MicroSims.
  • Use Case: When working on a geometry course and needing to visualize all diagrams and MicroSims across chapters, including their status, difficulty, Bloom's Taxonomy levels, and UI complexity.

Quick Start

Run the script with the following command: python src/diagram-reports/diagram-report.py

Frequently Asked Questions about diagram-reports-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate report generation for diagrams and MicroSims in a geometry course?

To automate report generation for geometry course diagrams and MicroSims, run the provided Python script. It automatically analyzes chapter markdown files to extract content and formats comprehensive tables and detailed project reports.

Can I extract Bloom's Taxonomy levels and UI complexity from markdown files for geometry MicroSims?

Yes, you can extract Bloom's Taxonomy levels and UI complexity from markdown files. The script analyzes chapter content to visualize all diagram and MicroSim statuses, difficulty levels, and complexity metrics.

What is the best way to generate tables for geometry course diagrams from markdown?

The best way to generate tables for geometry course diagrams from markdown is using the automated analysis script. It parses the project structure to extract diagram data and formats it into organized tables automatically.

Do I need any external dependencies to run the MicroSim report generation script?

No external dependencies are required to run the MicroSim report generation script. The skill operates independently using the built-in Python script located in the src directory without needing additional packages.

How does the diagram report generator handle chapter analysis for geometry courses?

The diagram report generator handles chapter analysis by extracting data directly from chapter markdown files. It parses the project structure to identify diagrams and MicroSims, then formats the extracted information into detailed reports.

Why does my automated diagram report not show MicroSim status correctly?

Your automated diagram report may not show MicroSim status correctly if the chapter markdown files lack proper formatting or structure. The script requires analyzing well-structured content to accurately extract status and difficulty information.