AgentSkillsCN

ckvd-research

研究CKVD代码库,探寻实现细节、模式或架构相关问题。触发条件——FCP如何运作?理解数据流?寻找代码?探索代码库?解答架构相关问题。

SKILL.md
--- frontmatter
name: ckvd-research
description: Research CKVD codebase for implementation details, patterns, or architecture questions. TRIGGERS - how does FCP work, understand data flow, find code, explore codebase, architecture questions.
argument-hint: "[topic]"
context: fork
agent: Explore
user-invocable: true

CKVD Codebase Research

Research the crypto-kline-vision-data codebase to answer questions about: $ARGUMENTS

Research Focus

Key Areas to Investigate

  1. FCP Implementation (src/ckvd/core/sync/crypto_kline_vision_data.py)

    • How failover decisions are made
    • Cache → Vision → REST priority
  2. Provider Implementations (src/ckvd/core/providers/binance/)

    • Vision API client
    • REST API client
    • Cache manager
  3. Utilities (src/ckvd/utils/)

    • Market constraints and validation
    • Timestamp handling
    • DataFrame utilities

Research Instructions

  1. Use Glob to find relevant files
  2. Use Grep to search for specific patterns
  3. Read key files to understand implementation
  4. Summarize findings with specific file:line references

Expected Output

Provide:

  • Summary: Brief answer to the research question
  • Key Files: Files most relevant to the topic
  • Code References: Specific file:line references
  • Related Topics: Other areas worth investigating