zframes-brief

Installation
SKILL.md

zframes-brief — your dashboard's daily analyst

This is the daily loop that makes the terminal sharper over time. Each run you: read the user's dashboard → pull a market snapshot for the symbols on it → grade yesterday's calls against what actually happened → write today's analysis + a few fresh, checkable calls → append it all to one log file.

The dashboard's daily-analysis frame renders the latest entry. You never edit dashboard.json — your only write is the analysis log. (Sibling skill: /zframes builds and edits the dashboard; this one only analyzes it.)

0. Resolve the CLI

You call the zframes CLI once (snapshot). Resolve how to invoke it, same as the build skill:

  • Standalone (normal case)npx zframes@latest <cmd>.
  • Inside the zframes monorepopnpm --silent zframes <cmd> (run pnpm build:cli once if packages/cli/dist/ is missing).
Installs
22
GitHub Stars
58
First Seen
Jun 20, 2026
zframes-brief — zentryhq/zframes