output-patterns

Generate Excel and HTML reports from datasets using dual-output patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/expeor/aws-automation --skill output-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-patterns
Source: https://github.com/expeor/aws-automation/tree/main/.claude/skills/output-patterns
Command: npx skills add https://github.com/expeor/aws-automation --skill output-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

리포트 생성을 표준화하고 Excel과 HTML 두 포맷으로 한 번에 제공하여 팀 간 커뮤니케이션과 보고 프로세스를 간소화합니다.

Core Features & Use Cases

  • Dual-output 패턴: Excel과 HTML을 동시에 생성하는 generate_dual_report를 중심으로 한 통합 출력 API를 제공합니다.
  • 대안 패턴: 필요시 generate_reports 래핑 패턴을 사용하여 Excel/HTML 생성 흐름을 단일 함수로 구성합니다.
  • 출력 경로 및 스타일: output/helpers와 excel/html 모듈을 이용해 일관된 저장 경로, 컬럼 정의, 스타일 프리셋을 제공합니다.
  • HTML/AWS 보고서: AWSReport를 통한 자동 시각화 및 요약 카드 구성을 지원합니다.
  • 활용 예시: 대규모 데이터셋의 리포트 작성, 대시보드 공유용 보고서 생성, 팀 간 공유용 프리젠테이션용 파일 생성 등.

Quick Start

데이터셋에 대해 Excel과 HTML 보고서를 즉시 생성한다.

Frequently Asked Questions about output-patterns

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

FAQPage Schema
How do I generate Excel and HTML reports simultaneously from a single dataset?

Generating Excel and HTML reports simultaneously requires applying a dual-output pattern that processes a dataset through a unified report builder. This approach enforces functional requirements like styling presets and output helpers to ensure consistent formats for team sharing.

What is a dual-output reporting pattern and when do I need it?

A dual-output reporting pattern is a standardized approach that generates both Excel and HTML files from a single dataset. You need this format when automating report generation for workflows requiring consistent, shareable reports across teams and dashboards.

Can I style Excel and HTML outputs consistently across multiple datasets?

Yes, you can style Excel and HTML outputs consistently by applying predefined styling presets and output helpers. These modules enforce unified column definitions and storage paths, ensuring visual and structural consistency across multiple services and datasets.

What's the best way to automate report generation for team dashboards?

The best way to automate report generation for team dashboards is implementing a dual-output pattern that wraps Excel and HTML generation flows into a single function. This ensures consistent, shareable presentation files across multiple datasets.

Does this reporting approach support automated data visualization for HTML outputs?

Yes, this reporting approach supports automated data visualization for HTML outputs through AWSReport integration. It automatically constructs visualizations and summary cards, enabling ready-made visual reports for dashboard sharing.

Are there alternative patterns for structuring Excel and HTML report generation flows?

Yes, an alternative pattern wraps the Excel and HTML generation flow into a single function. This alternative approach simplifies the dual-report builder by consolidating the output logic into one callable process.