Skill Claude CodeCodex
Generate, review, or refine standalone DolphinDB backtest .dos scripts from natural-language quant strategy requirements, using bundled datasource, initialize, callback refs, contracts, manifests, rules, and templates.
Skill Claude CodeCodex
Generate, review, or refine standalone DolphinDB backtest .dos scripts from natural-language quant strategy requirements, using bundled datasource, initialize, callback refs, contracts, manifests, rules, and templates.
Skill Claude CodeCodex
A set of rules for writing basic DolphinDB and DolphinScript code. DolphinDB is a database and programming system commonly used for data work.
Skill Claude CodeCodex
A rule set for writing, improving, and explaining DolphinDB and DolphinScript code using functions as the main building blocks.
Skill Claude CodeCodex
Rules for writing, reviewing, and optimizing DolphinDB SQL and DolphinScript, including queries, time windows, distributed queries, and execution plans.
Skill Claude CodeCodex
A workflow for writing, improving, and reviewing vectorized DolphinDB and DolphinScript code. Vectorization processes groups of values together instead of handling each value separately.
Skill Claude CodeCodex
DolphinDB data import guide for IoT and general scenarios. Covers CSV/TXT, JSON, binary, plugin-based (HDF5, Parquet, MySQL, ODBC), and IoT real-time ingestion (MQTT, OPC UA). Includes IOTDB engine, date/time conversion, array vector import, null handling, and binary record import. Does NOT cover database…
Skill Claude CodeCodex
MUST use when the user asks to generate DolphinDB code for a factor that operates directly on daily bar data (日频数据 / 日线数据 / 日K数据). Trigger keywords: 日频因子, 日度因子, 日线因子, 日频数据. Builds panel data via pivot, defines a factor function on panel matrices, executes on the DolphinX platform, and previews the result. Do NOT use…
Skill Claude CodeCodex
MUST use when the user asks to generate DolphinDB code that computes a factor from intraday / tick / high-frequency data (高频因子 / 日内因子 / 降频到日) and aggregates down to daily frequency. Do NOT use for factors that operate directly on daily-frequency data — those use dolphindb-daily-factor.
Skill Claude CodeCodex
MUST use before answering any DolphinDB question — enforces source-grounded answers (no fabrication from memory) when no retrieval tool is available. Code execution happens on the DolphinDB.
Skill Claude CodeCodex
A DolphinDB tool for pricing fixed-income, foreign-exchange, commodities, and equity instruments. FICC means financial markets such as bonds, interest rates, currencies, and related derivatives.
Skill Claude CodeCodex
A skill for importing historical CSMAR data files into a DolphinDB database. CSMAR is a Chinese financial-data service, and DolphinDB is a database designed for data analysis.
Skill Claude CodeCodex
An automated import workflow for loading historical Tonglian data files into a DolphinDB database through DolphinDB Web. DolphinDB is a database designed for storing and analysing time-series data.
Skill Claude CodeCodex
A tool for checking whether the required environment is ready to import Tonglian Data or CsmarData into DolphinDB, a database for analysing time-series data. It can automatically fix problems that are safe to repair.
Skill Claude CodeCodex
A DolphinDB web-based machine-learning workflow skill. DolphinDB is a database and data-processing system used for working with large datasets.
Skill Claude CodeCodex
A Chinese-language reference and script-writing aid for DolphinDB, a database used for time-series and analytical data.
Skill Claude CodeCodex
DolphinDB Orca 声明式 DStream API 完整脚本生成、审查与修复。当用户需要编写 Orca 流图、DStream API、source/buffer/sink、timeSeriesEngine、reactiveStateEngine、lookupJoinEngine、asofJoinEngine、windowJoinEngine、crossSectionalEngine、sessionWindowEngine、ruleEngine、timerEngine、fork、map 等完整示例脚本时触发。.
Skill Claude CodeCodex
Generate DolphinDB plot() calls when the user needs to plot or visualize data in DolphinDB Web. Use for visualizing vectors, tuples, matrices, tables, query results, comparisons, proportions, trends, correlations, or surface-style numeric matrices.
Skill Claude CodeCodex
Use when handling DolphinDB report factor analysis and replication tasks, including extracting candidate factors from research reports, extracting a single factor's logic and formula, auditing data-source fields, generating extraction JSON/scripts, choosing MR versus Execute mode, generating DolphinDB factor code…
Skill Claude CodeCodex
A DolphinDB testing workflow that generates test plans and test cases. DolphinDB is a database system, and the workflow first checks the relevant design document.
Skill Claude CodeCodex
A prerequisite checker for importing Tushare data into DolphinDB. Tushare is a data service and Python library commonly used to obtain financial data, while plugins and modules provide the connection and import functions.
Skill Claude CodeCodex
将 Tushare Pro API 数据导入 DolphinDB,支持 stock/index/fund/bond/futures/options/etf/spot/fx/llm 多数据域导入。.
Skill Claude CodeCodex
A procedure for importing financial data from CSV files into existing DolphinDB tables. DolphinDB is a database designed for financial and time-series data.
Skill Claude CodeCodex
A DolphinDB database setup skill that reads a CSV file's structure and creates a matching database and table. DolphinDB is a database designed for data analysis, including financial data.