reporting

Format reports with collapsible HTML details/summary sections.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maxfraieho/garden-seedling --skill reporting-maxfraieho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reporting
Source: https://github.com/maxfraieho/garden-seedling/tree/main/gh-aw/skills/reporting
Command: npx skills add https://github.com/maxfraieho/garden-seedling --skill reporting-maxfraieho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise guideline for formatting reports using HTML details/summary tags to improve readability and navigation.

Core Features & Use Cases

  • Collapsible sections for long reports.
  • Clear summary headers for quick scanning.
  • Use case: technical documentation, project reports, and meeting notes that benefit from expandable content.

Quick Start

Wrap your report sections in HTML details/summary blocks to enable collapsible content.

Frequently Asked Questions about reporting

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

FAQPage Schema
How do I create collapsible sections in markdown reports?

Create collapsible sections in markdown reports by wrapping content blocks in HTML details and summary tags, allowing readers to expand and navigate long structured documents efficiently.

What is the best way to format long technical documentation for readability?

Formatting long technical documentation with HTML details and summary tags creates collapsible sections, enabling quick scanning of summary headers while keeping detailed content expandable on demand.

Can I use HTML details and summary tags inside markdown files?

Yes, you can use HTML details and summary tags directly inside markdown files to build collapsible report sections, which improves navigation for lengthy project reports and meeting notes.

When should I use collapsible sections in project reports?

Use collapsible sections in project reports when documents are long and structured, specifically when readers benefit from quick scanning of summary headers and expanding details only as needed.

How do collapsible details blocks improve report navigation?

Collapsible details blocks improve report navigation by hiding lengthy content under visible summary headers, letting readers jump to relevant sections and expand details without scrolling through entire documents.

Does using HTML tags in markdown break readability on other platforms?

Using HTML details and summary tags in markdown relies on platform support for raw HTML rendering, so collapsible formatting works where HTML is parsed but may display as raw tags on strict markdown-only platforms.