Back to Skills

Report Writer

Quintusnz
Updated Today
12 views
0
View on GitHub
Otherwritingreportingdocumentation

About

The Report Writer skill generates professional reports from research and data, supporting technical, business, and academic styles. It structures input content with features like an optional table of contents and outputs formatted markdown. Use this skill to quickly transform raw findings into polished, audience-appropriate documentation.

Documentation


name: Report Writer version: 1.0.0 description: Generates professional reports from research and data category: writing tools:

  • document_generation
  • formatting input_schema: title: type: string description: Report title content: type: string description: Main content/findings style: type: string enum: [technical, business, academic] default: business include_toc: type: boolean default: true output_format: markdown estimated_tokens: 3000 author: SkillsFlow tags:
  • writing
  • reporting
  • documentation

Report Writer Skill

Purpose

Transform research, analysis, and data into polished, professional reports in multiple formats.

Supported Styles

Technical

For technical audiences - includes diagrams, code samples, specifications

Business

For business executives - focuses on ROI, metrics, recommendations

Academic

For academic contexts - includes citations, methodology, peer review readiness

How It Works

  1. Parse title, content, and style parameters
  2. Structure content with appropriate sections
  3. Add table of contents if requested
  4. Format according to style guide
  5. Return complete report markdown

Example Usage

Title: "Q4 2025 Performance Report"
Content: "Company achieved 150% growth in sales..."
Style: business
Include TOC: true

Output Includes

  • Professional header
  • Table of contents (optional)
  • Well-organized sections
  • Executive summary
  • Recommendations/conclusions
  • Appendices if needed

Constraints

  • Maximum 50,000 characters input
  • 20-second generation timeout
  • Output is markdown formatted
  • Ready for PDF conversion

Report Quality

✓ Professional formatting ✓ Clear section hierarchy ✓ Appropriate for stakeholders ✓ Publication-ready

Quick Install

/plugin add https://github.com/Quintusnz/SideKIckOS_V2/tree/main/report_writer

Copy and paste this command in Claude Code to install this skill

GitHub 仓库

Quintusnz/SideKIckOS_V2
Path: skills/report_writer

Related Skills

when-creating-skill-template-use-skill-builder

Other

This Claude Skill helps developers create new Claude Code Skills with proper YAML frontmatter and directory structure. It generates all required files including documentation and ensures skills follow best practices. Use this template generator when building reusable skills to maintain specification compliance and progressive disclosure.

View skill

when-creating-presentations-use-pptx-generation

Other

This skill generates enterprise-grade PowerPoint presentations by enforcing structured workflows and design constraints. It produces accessible, professionally formatted decks with proper slide structure, notes, and WCAG compliance. Use it when you need automated generation of board decks, reports, or data-driven presentations.

View skill

when-documenting-code-use-doc-generator

Meta

This skill automatically generates comprehensive code documentation including API docs, README files, and architecture diagrams. It analyzes your codebase to extract structure and dependencies, then produces evidence-based documentation. Use it when you need to quickly create or improve documentation for your projects.

View skill

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill