Operational knowledge for the daily-brief digest pipeline (this project). RSS/API fetchers, pluggable LLM enrichment (default claude CLI on Max; also anthropic/openai/deepseek/minimax API), trading section, HTML rendering, cross-platform scheduler integration (Windows Task Scheduler / macOS launchd / Linux cron). Load when the user asks about running daily / regenerating sections / debugging a failed run / adding or disabling sources / LLM quota / scheduler / why a tab shows wrong data / why a source failed / switching LLM backend. Always prefer the documented npm commands over re-implementing logic. Diagnose by reading logs/daily-*.log first, then logs/llm-calls.jsonl for LLM-side issues.
$npx -y skills add leiting-eric/dailybrief --skill daily-briefInstalls into the current project.
Run `npx skills use "https://github.com/leiting-eric/dailybrief" --skill "leiting-eric/dailybrief/daily-brief"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/leiting-eric/dailybrief" that are relevant to the current task. Run `npx skills add "https://github.com/leiting-eric/dailybrief"` and select the relevant skills, then follow their instructions.