signal-functions
rs_czsc 信号函数完整参考手册。查询信号函数用法、参数模板、模块分类时使用。触发场景:(1)查找某个信号函数的参数模板或含义(2)按模块浏览所有可用信号(3)编写 signals_config 时需要知道信号名称和参数(4)理解信号字符串格式(5)配置 CzscTrader/CzscSignals 的信号列表。不触发:编写新信号函数的 Rust 实现代码。
Browse reusable Agent Skills, each with a clear purpose and practical guidance.
rs_czsc 信号函数完整参考手册。查询信号函数用法、参数模板、模块分类时使用。触发场景:(1)查找某个信号函数的参数模板或含义(2)按模块浏览所有可用信号(3)编写 signals_config 时需要知道信号名称和参数(4)理解信号字符串格式(5)配置 CzscTrader/CzscSignals 的信号列表。不触发:编写新信号函数的 Rust 实现代码。
Guide on caching with cachified, SQLite cache, and LRU cache for Epic Stack
Guide on forms with Conform and validation with Zod for Epic Stack
Guide on RBAC system and permissions for Epic Stack
Guide on Prisma, SQLite, and LiteFS for Epic Stack
Guide on routing with React Router and react-router-auto-routes for Epic Stack
Guide on React patterns, performance optimization, and code quality for Epic Stack
Guides implementation of new or changed eval checks in the giskard-checks package—Check subclasses, discriminated kind registration, public exports, and tests. Use when adding or modifying built-in checks, LLM-based judges, @Check.register kinds, serialization of TestCase or Scenario, or when editing files under libs/giskard-checks/src/giskard/checks related to checks.
Describes the merge-ready workflow for the giskard-oss monorepo using the repository root Makefile and the same steps as GitHub Actions—format, check, unit tests, optional pre-commit. Use when preparing or updating a pull request, confirming CI will pass, running pre-push validation, or when the user asks for a branch to be merge-ready.