Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
estimate-and-scope
Estimate work and scope decisions in the AI-coding era. Boil the Lake, AI compression ratios, three-layer search before building.
agent-management
Working with AI coding agents — User Sovereignty, agreement-as-signal, Karpathy/Willison framing, per-model overlays, and the rule to measure your prompt nudges.
skill-scorer
Evaluates Agent Skills (Cursor / Claude / OpenClaw compatible) and produces a quantitative, rubric-based score with actionable improvement suggestions. Use when the user asks to review, rate, audit, grade, lint, or improve a SKILL.md file, a skill folder, or a skill archive, or s
tushare
A股行情、历史K线、财务数据、宏观数据等证券财经信息获取;当用户提及Tushare或需要获取A股数据时使用
tdxquant
通达信量化数据获取技能。当用户提及 tdxquant、通达信、TdxQuant、tqcenter,并且需要获取A股数据(行情快照、K线、财务、板块、可转债、新股、交易数据等)、查询交易日历、执行通达信公式、订阅行情、交易下单时使用
rqalpha
RQAlpha 米筐开源事件驱动回测框架。支持A股和期货,模块化架构,可自由扩展;当用户需要使用 rqalpha 进行策略回测、模拟交易或Mod插件开发时使用。
qmt-docs
一个面向金融量化交易领域的 Agent Skills 技能维护仓库,主要聚焦A股量化交易。
pywencai
同花顺问财数据查询:使用中文自然语言查询A股、指数、基金、港美股、可转债等市场数据;当用户需要通过自然语言从问财获取选股、财务、资金流、技术指标等数据时使用。
miniqmt
MiniQMT 迅投量化交易接口,基于 XtQuant Python 库,支持 A 股/期货/期权的行情数据获取(K线、分笔、财务数据等)和交易下单(报单、撤单、查询资产/委托/持仓)。当用户需要获取miniqmt实时/历史行情、进行量化交易、回测数据时使用
jqdatasdk
聚宽A股行情、历史K线、财务数据、指标数据等证券财经信息获取;当用户提及聚宽、jqdata、jqdatasdk,并且需要获取A股数据时使用
baostock
BaoStock A股数据平台,免费开源,支持股票行情、K线、财务数据、行业分类、指数成分股查询;当用户需要获取A股历史行情、财务报表、交易日历等数据时使用
backtrader
Backtrader 开源量化回测框架,支持多数据源、多策略、多周期回测与实盘交易,纯Python实现。当用户明确提及backtrader相关策略开发时使用。
akshare-docs
AKShare 开源金融数据接口库,提供股票、期货、期权、基金、外汇、债券、指数、加密货币等全品类金融数据;当用户需要获取各类金融市场数据时使用
akquant
生成 akquant 框架的可执行量化策略代码,涵盖数据接口、事件驱动、风控与优化;当用户需要开发 akquant量化策略 时使用
forge
Run a Planner→Dev→Test→Learn workflow for feature development with automatic bug-fix loops and state checkpointing
st-validate
Validate Tonel file syntax before importing to Pharo. Use when suspecting syntax errors in .st files, or when a file was edited manually and correctness is uncertain.
st-test
Run SUnit tests in the running Pharo image. Use when verifying changes after import, or when checking results for a specific test class or package.
st-setup-project
Pharo project boilerplate creator. Use when the user asks to create a new Pharo/Smalltalk project from scratch, when project structure is missing (no src/ directory or .project file), when the user wants to start a new Smalltalk development project, or when setting up BaselineOf,
st-lint
Smalltalk best-practices linter for Tonel files. Use when validating .st files before importing to Pharo, checking code quality after editing, or diagnosing style issues in a package.
st-init
Pharo Smalltalk development session initializer. Use when starting a new Smalltalk development session, when Pharo connection needs to be established or verified, when the user asks about the development workflow or available commands, when development environment setup is needed
st-import
Import Tonel package into running Pharo image. Use when loading edited .st files into Pharo after code changes.