$23
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionmarket-research-reportsExecute the skills CLI command in your project's root directory to begin installation:
Fetches market-research-reports from davila7/claude-code-templates and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate market-research-reports. Access via /market-research-reports in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
1
total installs
1
this week
24.2K
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
24.2K
stars
Market research reports are comprehensive strategic documents that analyze industries, markets, and competitive landscapes to inform business decisions, investment strategies, and strategic planning. This skill generates professional-grade reports of 50+ pages with extensive visual content, modeled after deliverables from top consulting firms like McKinsey, BCG, Bain, Gartner, and Forrester.
Key Features:
Output Format: LaTeX with professional styling, compiled to PDF. Uses the market_research.sty style package for consistent, professional formatting.
This skill should be used when:
CRITICAL: Market research reports should include key visual content.
Every report should generate 6 essential visuals at the start, with additional visuals added as needed during writing. Start with the most critical visualizations to establish the report framework.
Use scientific-schematics for:
# Example: Generate a TAM/SAM/SOM diagram
python skills/scientific-schematics/scripts/generate_schematic.py \
"TAM SAM SOM concentric circle diagram showing Total Addressable Market $50B outer circle, Serviceable Addressable Market $15B middle circle, Serviceable Obtainable Market $3B inner circle, with labels and arrows pointing to each segment" \
-o figures/tam_sam_som.png --doc-type report
# Example: Generate Porter's Five Forces
python skills/scientific-schematics/scripts/generate_schematic.py \
"Porter's Five Forces diagram with center box 'Competitive Rivalry' connected to four surrounding boxes: 'Threat of New Entrants' (top), 'Bargaining Power of Suppliers' (left), 'Bargaining Power of Buyers' (right), 'Threat of Substitutes' (bottom). Each box should show High/Medium/Low rating" \
-o figures/porters_five_forces.png --doc-type report
Use generate-image for:
# Example: Generate executive summary infographic
python skills/generate-image/scripts/generate_image.py \
"Professional executive summary infographic for market research report, showing key metrics in modern data visualization style, blue and green color scheme, clean minimalist design with icons representing market size, growth rate, and competitive landscape" \
--output figures/executive_summary.png
| Section | Priority Visuals | Optional Visuals |
|---|---|---|
| Executive Summary | Executive infographic (START) | - |
| Market Size & Growth | Growth trajectory (START), TAM/SAM/SOM (START) | Regional breakdown, segment growth |
| Competitive Landscape | Porter's Five Forces (START), Positioning matrix (START) | Market share chart, strategic groups |
| Risk Analysis | Risk heatmap (START) | Mitigation matrix |
| Strategic Recommendations | Opportunity matrix | Priority framework |
| Implementation Roadmap | Timeline/Gantt | Milestone tracker |
| Investment Thesis | Financial projections | Scenario analysis |
Start with 6 priority visuals (marked as START above), then generate additional visuals as specific sections are written and require visual support.
Content Requirements:
Required Visuals (2):
Key Data Points:
Content Requirements:
Required Visuals (4):
Key Data Points:
Data Sources:
Use research-lookup to find:
Content Requirements:
Analysis Frameworks:
Required Visuals (3):
Key Data Points:
Content Requirements:
Analysis Frameworks:
Required Visuals (4):
Key Data Points:
Content Requirements:
Analysis Frameworks:
Required Visuals (3):
Key Data Points:
Content Requirements:
Analysis Frameworks:
Required Visuals (2):
Key Data Points:
Content Requirements:
Required Visuals (1):
Key Data Points:
Content Requirements:
Analysis Frameworks:
Required Visuals (2):
Key Data Points:
Content Requirements:
Analysis Frameworks:
Required Visuals (3):
Key Data Points:
Content Requirements:
Required Visuals (2):
Key Data Points:
Content Requirements:
Required Visuals (2):
Key Data Points:
Step 1: Define Scope
Step 2: Conduct Deep Research
Use research-lookup extensively to gather market data:
# Market size and growth data
python skills/research-lookup/scripts/research_lookup.py \
"What is the current market size and projected growth rate for [MARKET] industry? Include TAM, SAM, SOM estimates and CAGR projections"
# Competitive landscape
python skills/research-lookup/scripts/research_lookup.py \
"Who are the top 10 competitors in the [MARKET] market? What is their market share and competitive positioning?"
# Industry trends
python skills/research-lookup/scripts/research_lookup.py \
"What are the major trends and growth drivers in the [MARKET] industry for 2024-2030?"
# Regulatory environment
python skills/research-lookup/scripts/research_lookup.py \
"What are the key regulations and policy changes affecting the [MARKET] industry?"
Step 3: Data Organization
sources/ folder with research notesStep 4: Apply Analysis Frameworks
For each framework, conduct structured analysis:
Step 5: Develop Insights
Step 6: Generate All Visuals
Generate visuals BEFORE writing the report. Use the batch generation script:
# Generate all standard market report visuals
python skills/market-research-reports/scripts/generate_market_visuals.py \
--topic "[MARKET NAME]" \
--output-dir figures/
Or generate individually:
# 1. Market growth trajectory
python skills/scientific-schematics/scripts/generate_schematic.py \
"Bar chart showing market growth from 2020 to 2034, with historical bars in dark blue (2020-2024) and projected bars in light blue (2025-2034). Y-axis shows market size in billions USD. Include CAGR annotation" \
-o figures/01_market_growth.png --doc-type report
# 2. TAM/SAM/SOM breakdown
python skills/scientific-schematics/scripts/generate_schematic.py \
"TAM SAM SOM concentric circles diagram. Outer circle TAM Total Addressable Market, middle circle SAM Serviceable Addressable Market, inner circle SOM Serviceable Obtainable Market. Each labeled with acronym and description. Blue gradient" \
-o figures/02_tam_sam_som.png --doc-type report
# 3. Porter's Five Forces
python skills/scientific-schematics/scripts/generate_schematic.py \
"Porter's Five Forces diagram with center box 'Competitive Rivalry' connected to four surrounding Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
davila7/claude-code-templates
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
Solid pick for teams standardizing on skills: market-research-reports is focused, and the summary matches what you get after install.
Registry listing for market-research-reports matched our evaluation — installs cleanly and behaves as described in the markdown.
market-research-reports is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Keeps context tight: market-research-reports is the kind of skill you can hand to a new teammate without a long onboarding doc.
market-research-reports is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
market-research-reports fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
market-research-reports fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
market-research-reports is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
market-research-reports has been reliable in day-to-day use. Documentation quality is above average for community skills.
market-research-reports reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 59