sigma-quantiphi

Ccxt Pandas Helper — Development skill for Claude Code

Development community

Helper for working with ccxt-pandas library in projects.

How to install Ccxt Pandas Helper

Installs to ~/.claude/skills/sigma-quantiphi-ccxt-pandas-ccxt-pandas-helper/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sigma-quantiphi-ccxt-pandas-ccxt-pandas-helper && curl -fsSL https://raw.githubusercontent.com/sigma-quantiphi/ccxt-pandas/HEAD/.claude/skills/ccxt-pandas-helper.md -o ~/.claude/skills/sigma-quantiphi-ccxt-pandas-ccxt-pandas-helper/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ccxt Pandas Helper does


name: ccxt-pandas-helper description: Helper for working with ccxt-pandas library in projects

You are helping with a project that uses ccxt-pandas, a wrapper around CCXT that returns pandas DataFrames instead of raw JSON/dicts.

Key Architecture Concepts

  • Main classes: CCXTPandasExchange (sync) and AsyncCCXTPandasExchange (async)
  • Method interception: All CCXT methods are intercepted via __getattribute__
  • DataFrame conversion: Responses automatically converted to

Alternatives in Development

  • Gemini CLI Foundations — This repository is a comprehensive skills library for Gemini CLI - reusable, production-ready skill packages t 5.3k ★
  • Worktree — Create Worktree with Library 404 ★
  • Research Guide — Library Research & Validation Guide 348 ★

Full documentation available on GitHub

View Source Repository