Research Report

Convert JSON research data into a formatted markdown report with selectable fields.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/samChang72/custom-skills --skill research-report-samchang72
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Research Report
Source: https://github.com/samChang72/custom-skills/tree/main/claude-config/skills/research-report
Command: npx skills add https://github.com/samChang72/custom-skills --skill research-report-samchang72

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill addresses the challenge of compiling extensive research results into a comprehensive markdown report, providing a clear and structured summary of all relevant data.

Core Features & Use Cases

  • Automated Report Generation: Converts JSON research results into a well-organized markdown document.
  • Field Customization: Allows users to select which data fields to include in the report.
  • Scripting and Automation: Provides a Python script to facilitate the report generation process.
  • Use Case: Ideal for analysts and researchers who need to compile research results into a presentable format quickly.

Quick Start

Use the /research-report command to generate a report based on the current research findings.

Frequently Asked Questions about Research Report

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

FAQPage Schema
How do I convert JSON research data into a formatted markdown report?

You can convert JSON research data into a markdown report by using a Python script that parses the JSON structures and applies user-defined field selection to generate a formatted document. This automated report generation handles nested JSON and formats complex values into a clear summary.

Can I select specific fields from nested JSON structures to include in my research summary?

Yes, you can select specific fields from nested JSON structures to include in your research summary through a dynamic user interface. The field customization feature allows you to specify exactly which data points are extracted and formatted into the final markdown document.

Do I need Python to automate report generation from JSON research results?

Yes, you need Python to automate report generation from JSON research results because the execution relies on provided Python scripts. These scripts facilitate the parsing of JSON data and enforce the formatting guidelines required to compile the markdown output.

What is the best way to summarize extensive research findings into a structured document?

The best way to summarize extensive research findings into a structured document is to automate the compilation of JSON data into markdown. This approach provides a clear, organized summary by applying consistent formatting guidelines to complex values and nested structures.

Does this report generation method handle complex values within nested JSON objects?

Yes, this report generation method handles complex values within nested JSON objects by providing specific formatting guidelines. It processes the nested structures through a Python script to ensure that even deeply embedded data is accurately summarized in the markdown output.

When do I need to use a script for JSON parsing and data summary instead of manual formatting?

You need to use a script for JSON parsing and data summary when compiling extensive research results that contain nested structures and require automated field selection. Manual formatting is prone to errors, whereas a Python script ensures consistent formatting guidelines for complex values.