Render financial charts via the local chart web app (workspace at the repo root — Hono server + React front end, port 5199). Four chart types: intraday capital-flow line (flow) and cross-symbol signed-bar comparison (cohort) — both Recharts — plus SEPA strategy dashboard (sepa) and short-term multi-timeframe prediction dashboard (intraday) — both TradingView Lightweight Charts. Multi-timeframe K-line review lives inside intraday (the standalone kline chart type was removed). The server fetches Longbridge data itself (kline / capital flow) and computes all indicators (MA, MACD, RS, trend template, volume profile, divergence/beichi detection) in TypeScript; the caller only POSTs {type, symbol, ...} to /api/charts and gets back {id, url, technicals?}. Charts persist as data JSON under journal/charts/data/. url now points at where the chart actually lives: sepa/intraday land on the symbol page (http://localhost:5199/symbol/<SYM>?analysis=<id>), flow/cohort land on the home page for that date (http://localhost:5199/?date=YYYY-MM-DD); old http://localhost:5199/charts/<id> links still work and redirect there. Triggers: 出图、生成图表、画 K 线、画资金流曲线、画对比图、SEPA 仪表盘、 短线预测、多周期K线、MACD、入场判断可视化、可视化、render chart, plot, visualise, sepa dashboard, intraday prediction dashboard.
$npx -y skills add kansoku-trade/kansoku --skill chartInstalls into the current project.
Run `npx skills use "https://github.com/kansoku-trade/kansoku" --skill "kansoku-trade/kansoku/chart"` 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/kansoku-trade/kansoku" that are relevant to the current task. Run `npx skills add "https://github.com/kansoku-trade/kansoku"` and select the relevant skills, then follow their instructions.