From morningstar
Use when summarizing a fund or ETF with Morningstar ratings, returns, risk, holdings, fees, and caveats.
How this skill is triggered — by the user, by Claude, or both
Slash command
/morningstar:fund-summarizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a concise fund summary or report using the connected Morningstar app as the data source.
agents/openai.yamlassets/icons/1 Star.svgassets/icons/2 Star.svgassets/icons/3 Star.svgassets/icons/4 Star.svgassets/icons/5 Star.svgassets/icons/Above Avg Analyst.svgassets/icons/Above Avg Quant.svgassets/icons/Average Analyst.svgassets/icons/Average Quant.svgassets/icons/Below Avg Analyst.svgassets/icons/Below Avg Quant.svgassets/icons/Bronze-Lrg.svgassets/icons/Gold-Lrg.svgassets/icons/High Analyst.svgassets/icons/High Quant.svgassets/icons/Low Analyst.svgassets/icons/Low Quant.svgassets/icons/MPRS.svgassets/icons/NR-Lrg.svgCreate a concise fund summary or report using the connected Morningstar app as the data source.
N/A and distinguish missing data from tool failure.For broad summaries, detailed reports, or any HTML report, read references/full-workflow.md before retrieving data. It preserves Morningstar's partner-authored datapoint map, missing-data rules, structured report inputs, and renderer contract.
When creating an HTML report, use scripts/render.py. It reads assets/template.html, assets/icons/, and the Morningstar logo asset, with visual guidance in references/design_guide.md.
Report rendering always creates the HTML report and attempts a sibling PDF copy when the local environment supports it. If PDF export is unavailable, deliver the HTML report. For command-line PDF export from an existing HTML report, run scripts/export_report.py against the rendered report HTML.
Use this order:
Keep the summary factual and skimmable. For broad requests, include the main tables and a short neutral narrative. For narrow questions, answer only the requested metric or section.
npx claudepluginhub morningstar/morningstar-plugins --plugin morningstarCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.