
Market Research Reports
Install when you need LaTeX-ready structure, colors, and boxed sections for professional market research PDFs using the market_research.sty style package.
Overview
Market Research Reports is an agent skill most often used in Validate (also Idea, Launch) that formats market research deliverables with the market_research.sty LaTeX color system and boxed insight, risk, and recommendat
Install
npx skills add https://github.com/k-dense-ai/scientific-agent-skills --skill market-research-reportsWhat is this skill?
- Full color palette table for primaryblue, secondaryblue, accentgreen, warningorange, alertred, recommendpurple, and neut
- Box environments for key insights, market data, risks, warnings, and recommendations with prescribed color semantics
- LaTeX quick reference aligned to market_research.sty for consistent headers, tables, and callout styling
- Semantic color usage: accentgreen for market data positives, alertred for critical risks, recommendpurple for recommenda
- Table styling guidance including alternating row color tablealt (#F5F7FA) for readable numeric sections
- Documents primary, secondary, and neutral color tables with named tokens (e.g., primaryblue #003366, alertred #C62828)
- Defines multiple semantic box environments including key insight, market data, risk, and recommendation styles
Adoption & trust: 554 installs on skills.sh; 27.6k GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You have market findings in notes but no consistent LaTeX styling for insights, risks, and recommendations, so every report looks amateur and takes hours to re-theme.
Who is it for?
Solo consultants and founder-validators shipping scoped market studies or pitch appendices as professional PDFs.
Skip if: Builders who only need slide decks or web landing copy with zero LaTeX pipeline—or those expecting automated market data ingestion.
When should I use this skill?
Use when formatting or generating LaTeX sections for market research reports that should follow the market_research.sty style package.
What do I get? / Deliverables
You produce market_research.sty-aligned LaTeX with correct color tokens and box environments ready to compile into a polished PDF.
- LaTeX fragment or report using prescribed colors and box environments
- Compile-ready structured sections for insights, market data, risks, and recommendations
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Market research report formatting lands in Validate because you are packaging evidence, TAM/SAM framing, and risks into a stakeholder-ready artifact before full build commitment. Scope is the right shelf for turning research notes into a bounded report template with insight, risk, and recommendation callouts—not for live data collection.
Where it fits
Turn early competitor and TAM notes into a consistently styled LaTeX draft before you decide to prototype.
Assemble scoped market, risk, and recommendation sections with the correct colored box environments for a mentor review.
Recompile an updated PDF with the same palette for partners or press who expect a formal research appendix.
How it compares
LaTeX presentation template skill, not a survey platform or live market-intelligence API.
Common Questions / FAQ
Who is market-research-reports for?
Indie founders, analysts, and agent builders who compile validate-phase market studies and want repeatable LaTeX styling via market_research.sty.
When should I use market-research-reports?
In Validate scope work when packaging TAM, competitor, and risk sections; in Idea research when drafting a formal report outline; at Launch when refreshing a distribution-ready research PDF for partners.
Is market-research-reports safe to install?
The skill is static formatting guidance, but review the Security Audits panel on this Prism page for the k-dense-ai package before letting an agent run pdflatex or fetch packages on your machine.
SKILL.md
READMESKILL.md - Market Research Reports
# Market Research Report Formatting Guide Quick reference for using the `market_research.sty` style package. ## Color Palette ### Primary Colors | Color Name | RGB | Hex | Usage | |------------|-----|-----|-------| | `primaryblue` | (0, 51, 102) | `#003366` | Headers, titles, links | | `secondaryblue` | (51, 102, 153) | `#336699` | Subsections, secondary elements | | `lightblue` | (173, 216, 230) | `#ADD8E6` | Key insight box backgrounds | | `accentblue` | (0, 120, 215) | `#0078D7` | Accent highlights, opportunity boxes | ### Secondary Colors | Color Name | RGB | Hex | Usage | |------------|-----|-----|-------| | `accentgreen` | (0, 128, 96) | `#008060` | Market data boxes, positive indicators | | `lightgreen` | (200, 230, 201) | `#C8E6C9` | Market data box backgrounds | | `warningorange` | (255, 140, 0) | `#FF8C00` | Risk boxes, warnings | | `alertred` | (198, 40, 40) | `#C62828` | Critical risks | | `recommendpurple` | (103, 58, 183) | `#673AB7` | Recommendation boxes | ### Neutral Colors | Color Name | RGB | Hex | Usage | |------------|-----|-----|-------| | `darkgray` | (66, 66, 66) | `#424242` | Body text | | `mediumgray` | (117, 117, 117) | `#757575` | Secondary text | | `lightgray` | (240, 240, 240) | `#F0F0F0` | Backgrounds, callout boxes | | `tablealt` | (245, 247, 250) | `#F5F7FA` | Alternating table rows | --- ## Box Environments ### Key Insight Box (Blue) For major findings, insights, and important discoveries. ```latex \begin{keyinsightbox}[Custom Title] The market is projected to grow at 15.3% CAGR through 2030, driven by increasing enterprise adoption and favorable regulatory conditions. \end{keyinsightbox} ``` ### Market Data Box (Green) For market statistics, metrics, and data highlights. ```latex \begin{marketdatabox}[Market Snapshot] \begin{itemize} \item \textbf{Market Size (2024):} \marketsize{45.2 billion} \item \textbf{Projected Size (2030):} \marketsize{98.7 billion} \item \textbf{CAGR:} \growthrate{15.3} \end{itemize} \end{marketdatabox} ``` ### Risk Box (Orange/Warning) For risk factors, warnings, and cautions. ```latex \begin{riskbox}[Market Risk] Regulatory changes in the European Union could impact 40% of market participants within the next 18 months. \end{riskbox} ``` ### Critical Risk Box (Red) For high-severity or critical risks. ```latex \begin{criticalriskbox}[Critical: Supply Chain Disruption] A major supply chain disruption could result in 6-12 month delays and 30% cost increases. \end{criticalriskbox} ``` ### Recommendation Box (Purple) For strategic recommendations and action items. ```latex \begin{recommendationbox}[Strategic Recommendation] \begin{enumerate} \item Prioritize market entry in Asia-Pacific region \item Develop strategic partnerships with local distributors \item Invest in localization of product offerings \end{enumerate} \end{recommendationbox} ``` ### Callout Box (Gray) For definitions, notes, and supplementary information. ```latex \begin{calloutbox}[Definition: TAM] Total Addressable Market (TAM) represents the total revenue opportunity available if 100% market share was achieved. \end{calloutbox} ``` ### Executive Summary Box Special styling for executive summary highlights. ```latex \begin{executivesummarybox}[Executive Summary] Key findings and highlights of the report... \end{executivesummarybox} ``` ### Opportunity Box (Teal/Accent Blue) For opportunities and positive findings. ```latex \begin{opportunitybox}[Growth Opportunity] The Asia-Pacific market represents a \$15 billion opportunity growing at 22% CAGR. \end{opportunitybox} ``` ### Framework Boxes For strategic analysis frameworks. ```latex % SWOT Analysis \begin{swotbox}[SWOT Analysis Summary] Content... \end{swotbox} % Porter's Five Forces \begin{porterbox}[Porter's Five Forces Analysis] Content... \end{porterbox} ``` --- ## Pull Quotes For highlighting important statistics or quotes. ```latex \begin{pullquote} "The convergence of AI and healthcare repre