Earnings.
Conestoga Capital · Research Desk · Quick Look Console
ccaresearch.com
v0.1 · Cloudflare Pages
Skill Library

Skills powering /quick

Source-of-truth markdown. Read-only by default; click Edit to draft a new version. Edits bump the version counter and are persisted to D1. Deploy-side static copies remain as rollback anchors.

SkillDescriptionTriggersDepends onVer.UpdatedSize
conestoga-doc-formatterCore /quick skill. 5 modes including earnings_quick_look + pre/quick/writeup slash commands. Full HTML templates.“/earnings quick” · “/earnings pre” · “/earnings writeup”conestoga-style-constantsv72026-04-1817.1 KBOpen
fin-frontendInstitutional-grade frontend design system. Powers Earnings.ccaresearch.com UI.“build me a dashboard” · “create a UI”v22026-04-1028.8 KBOpen
earnings-calendarBloomberg earnings calendar with overnight/today/week_ahead modes + peer read-throughs.“overnight earnings” · “week ahead” · “read-through”bloomberg-tool-operatorv32026-03-223.5 KBOpen
conestoga-style-constantsBrand palette, typography, notation conventions. Reference layer for all CCA output.v32026-03-145.0 KBOpen
earnings-analysisFull 8-12 page earnings update reports. 5-phase workflow with charts and citations.“earnings update” · “quarterly update” · “Q1/Q2/Q3/Q4 results”conestoga-doc-formatterv42026-02-2812.5 KBOpen
earnings-previewPre-earnings scenario framework. Bull/base/bear with stock reaction bands.“/earnings pre” · “pre-earnings”conestoga-doc-formatterv22026-01-122.7 KBOpen
catalyst-calendarCalendar mgmt for earnings/conferences/launches/regulatory with impact coding.“catalysts” · “catalyst calendar”v12025-12-013.0 KBOpen
scheduleScheduled task creation (cron + one-time + ad-hoc). T-7 / T-1 automations.“schedule” · “cron”v12025-11-222.0 KBOpen
How /quick resolves skills
  1. Orchestrator reads conestoga-doc-formatter as the root skill.
  2. Style constants pulled from conestoga-style-constants.
  3. Bloomberg calendar + context files merge into the prompt.
  4. Claude renders HTML using the Quick Look template.
  5. Output tagged, archived to D1/R2, and queued for email delivery.
Edit etiquette
  • Keep the ---name--- frontmatter stable.
  • Notation rules live in conestoga-style-constants. Edit there, not in downstream skills.
  • Adding a new slash command: new section + regenerate the triggers block.
  • Breaking changes get a major-version bump and a changelog line.
Validation
  • YAML frontmatter required: name + description.
  • No em dashes. No horizontal rules in output templates.
  • Triggers listed as an array in the description block.
  • CI runs npm run lint:skills on each push.