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.
| Skill | Description | Triggers | Depends on | Ver. | Updated | Size | |
|---|---|---|---|---|---|---|---|
| conestoga-doc-formatter | Core /quick skill. 5 modes including earnings_quick_look + pre/quick/writeup slash commands. Full HTML templates. | “/earnings quick” · “/earnings pre” · “/earnings writeup” | conestoga-style-constants | v7 | 2026-04-18 | 17.1 KB | Open |
| fin-frontend | Institutional-grade frontend design system. Powers Earnings.ccaresearch.com UI. | “build me a dashboard” · “create a UI” | — | v2 | 2026-04-10 | 28.8 KB | Open |
| earnings-calendar | Bloomberg earnings calendar with overnight/today/week_ahead modes + peer read-throughs. | “overnight earnings” · “week ahead” · “read-through” | bloomberg-tool-operator | v3 | 2026-03-22 | 3.5 KB | Open |
| conestoga-style-constants | Brand palette, typography, notation conventions. Reference layer for all CCA output. | — | — | v3 | 2026-03-14 | 5.0 KB | Open |
| earnings-analysis | Full 8-12 page earnings update reports. 5-phase workflow with charts and citations. | “earnings update” · “quarterly update” · “Q1/Q2/Q3/Q4 results” | conestoga-doc-formatter | v4 | 2026-02-28 | 12.5 KB | Open |
| earnings-preview | Pre-earnings scenario framework. Bull/base/bear with stock reaction bands. | “/earnings pre” · “pre-earnings” | conestoga-doc-formatter | v2 | 2026-01-12 | 2.7 KB | Open |
| catalyst-calendar | Calendar mgmt for earnings/conferences/launches/regulatory with impact coding. | “catalysts” · “catalyst calendar” | — | v1 | 2025-12-01 | 3.0 KB | Open |
| schedule | Scheduled task creation (cron + one-time + ad-hoc). T-7 / T-1 automations. | “schedule” · “cron” | — | v1 | 2025-11-22 | 2.0 KB | Open |
How /quick resolves skills
- Orchestrator reads
conestoga-doc-formatteras the root skill. - Style constants pulled from
conestoga-style-constants. - Bloomberg calendar + context files merge into the prompt.
- Claude renders HTML using the Quick Look template.
- 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:skillson each push.