已收集 skills
2
Stars
14
更新
2026-04-03
Forks
4
职业覆盖
仓库浏览
这个仓库中的 skills
创作者/仓库/skill
skill
职业分类
描述
更新
storage
数据库架构师
Authoring guideline for DuckPQ/DuckTable-based Parquet storage in Quool. Covers DuckPQ initialization, table discovery and registration, CRUD operations (upsert/select/load/query), cross-table JOIN queries using the <table><sep><column> pattern, DataFrame attachment, and parquet compaction. Encourages using DuckPQ as the top-level database interface rather than operating on DuckTable in isolation.
2026-04-03
backtest
软件开发工程师
Authoring guideline for quantitative strategy backtesting in Quool. Covers Source/Broker/Strategy component selection, order placement, portfolio state access, historical data queries, and backtest execution. Always read this before writing or modifying any backtest strategy code.
2026-04-02