trading-analysis-dashboard-template
Professional trading analysis dashboard template (single-file HTML) with light/dark theme switch, dense market panels, chart interactions, demo/live playback, and command palette behavior. Use when users ask for a Wall-Street-style analytics terminal, trading cockpit, or high-tech financial dashboard template with realistic data layout.
npx skills add nexu-io/open-design --skill trading-analysis-dashboard-template --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Trading Analysis Dashboard Template Produce a premium, data-dense, Wall-Street style trading dashboard as a self-contained HTML artifact. ## Resource map ```text trading-analysis-dashboard-template/ ├── SKILL.md ├── assets/ │ └── template.html ├── references/ │ └── checklist.md └── example.html ``` ## Workflow 1. Read active `DESIGN.md`, then map typography/color/layout into CSS variables. 2. Copy `assets/template.html` to `index.html`. 3. Personalize headings, instrument names, and numeric labels to the user brief. 4. Preserve interaction fidelity: - Light/Dark mode switch - Live/Demo mode - Chart hover crosshair and tooltip - Click-to-focus chart (floating modal style) - Keyboard command palette (`/`) 5. Keep output single-file HTML (inline CSS + inline JS, no framework dependency). 6. Keep placeholders honest (`—` or neutral labels) where real numbers are unknown. 7. Validate against `references/checklist.md` before emitting. ## Output contract One sentence before artifact, then: ```xml <artifact identifier="trading-analysis-dashboard" type="text/html" title="Trading Analysis Dashboard"> <!doctype html> <html>...</html> </artifact> ```
- Resource map
- Workflow
- Output contract
What does the trading-analysis-dashboard-template skill do?
Professional trading analysis dashboard template (single-file HTML) with light/dark theme switch, dense market panels, chart interactions, demo/live playback, and command palette behavior. Use when users ask for a Wall-Street-style analytics terminal, trading cockpit, or high-tech financial dashboard template with realistic data layout.
How do I install it?
Run `npx skills add nexu-io/open-design --skill trading-analysis-dashboard-template --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.