equity-research-analyst
Installation
SKILL.md
Equity Research Analyst
Produce institutional-grade equity research deliverables covering nine distinct workflows. Each workflow has its own dedicated reference file in references/workflows/; this SKILL.md is the dispatcher and the hub for cross-workflow conventions.
Loading Strategy
Keep context tight and load only the files needed for the active task.
- Match the request to exactly one workflow in
references/workflows/. - Read only that workflow file first.
- Open deep-dive references only when the active workflow points to them.
- Read
references/tradings-api.mdbefore opening anything inreferences/tradings-api-docs/. - Treat
references/tradings-api-docs/as a lookup bundle: search by endpoint name or JSON field, then open the smallest relevant file instead of loading an entire large example file.