research-report

Generate Markdown research reports with inline citations, tables, and charts.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/yethikrishna/humble --skill research-report-yethikrishna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-report
Source: https://github.com/yethikrishna/humble/tree/main/core/kortix-master/opencode/skills/GENERAL-KNOWLEDGE-WORKER/research-report
Command: npx skills add https://github.com/yethikrishna/humble --skill research-report-yethikrishna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates durable, publication-ready research reports in GitHub-Flavored Markdown so deep analysis, evidence, and deliverables live in a file rather than only in ephemeral chat replies. It enforces structure, citation discipline, and file output conventions so the full analysis is preserved, reproducible, and shareable.

Core Features & Use Cases

  • Markdown report output: writes the full analysis to a .md file named from the topic in lowercase kebab-case and saves it in the working directory.
  • Inline citations and sourcing: encourages inline markdown links for any factual claims and forbids fabricated URLs.
  • Structured presentation: uses headings, tables, and embedded images/charts with relative paths to communicate findings clearly.
  • Image/chart generation guidance: instructs generating plots with real commands (python3, bash, or project scripts) and saving them next to the report.
  • Concise chat summary: presents a short chat-level summary while the substantive analysis lives in the saved report file, which is shown to the user.

Quick Start

Create a research report on the topic "Quarterly revenue growth trends" with inline citations, include a revenue-growth chart saved as quarterly-revenue-growth.png, name the file quarterly-revenue-growth.md, and show the file to me.

Frequently Asked Questions about research-report

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

FAQPage Schema
How do I generate a research report with inline citations and save it as a Markdown file?

To generate a research report with inline citations and save it as a Markdown file, use this Skill to produce a comprehensive analysis with structured headings, tables, and charts, then save the output as a .md file in your working directory.

Can I include charts and tables in a Markdown research report?

Yes, you can include charts and tables in a Markdown research report. The Skill generates image files using real commands and embeds them with relative paths, while formatting data into structured Markdown tables for clear analytical presentation.

What is the best way to create a durable market research report instead of a chat answer?

The best way to create a durable market research report is to output the full analysis as a GitHub-Flavored Markdown file. This preserves evidence, enforces citation discipline, and ensures the deliverable is reproducible and shareable outside of an ephemeral chat reply.

Does the Markdown report generator fabricate URLs for inline citations?

No, the Markdown report generator forbids fabricated URLs for inline citations. It encourages using inline Markdown links for factual claims to ensure your research report maintains citation discipline and verifiable sourcing.

How are generated images and the Markdown report named and saved?

Generated images and the Markdown report are saved to the working directory using relative paths. The .md file is named by deriving a lowercase kebab-case string from the research topic, while a concise summary is presented in the chat.