agentsclimarketplace

Tb doc index

Skill itsadrianxv/tradeblazer_skills/skills/tb-doc-index

开拓者量化平台 TradeBlazer 文档及 skills

Install
npx -y skills add itsadrianxv/tradeblazer_skills --skill tb-doc-index

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when locating TBQ3 documentation, function references, examples, or source docs under docs without loading the full corpus; supports rg-based search and curated topic/function indexes.

SKILL.md

1.4 KB, 447 tokens by cl100k_base, as published. Nobody here has run it

TBQ3 文档索引

本 skill 用于在 docs 中定位资料。默认使用 rg 精确搜索,避免把 1000+ 篇文档全部放入上下文。

检索流程

  1. 先读 references/topic-index.md 判断是否已有主题入口。
  2. 查函数时读 references/function-index.md
  3. 如果索引没有覆盖,用 rg -n "关键词" docs -g '*.md' 搜索。
  4. 只打开最相关的 1-3 篇原文;长文档先用 rg -n 定位小节。
  5. 回答或生成代码时,优先引用已查证的函数和文档路径。

常用搜索词

  • Bar 策略:策略代码说明|MarketPosition|BuyToCover|BarsSinceEntry
  • 止盈止损:止盈|止损|AvgEntryPrice|MinMove|PriceScale
  • 资金手数:固定资金|固定保证金|ContractUnit|BigPointValue|MarginRatio
  • 事件驱动:OnReady|OnBar|OnOrder|OnPosition|SubscribeBar|Timer
  • 委托交易:发单|撤单|委托|持仓|成交|A_SendOrder
  • 跨周期多品种:跨周期|多品种|数据源|套利
  • Plot:Plot|画板|线型|ICON|颜色|表格

使用边界

索引是入口,不是最终依据。涉及交易函数签名、枚举值、事件参数、结构体字段时,应打开原文确认。

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.