sigma-quantiphi

Add Supported Method — Data skill for Claude Code

Data community

Procedure for adding a new CCXT method to the ccxt-pandas DataFrame conversion pipeline.

How to install Add Supported Method

Installs to ~/.claude/skills/sigma-quantiphi-ccxt-pandas-add-supported-method/SKILL.md

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

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

What Add Supported Method does


name: add-supported-method description: Procedure for adding a new CCXT method to the ccxt-pandas DataFrame conversion pipeline. Use this when CCXT exposes a new method (or you discover an existing one isn't intercepted) and you want it to return a DataFrame with the standard ccxt-pandas treatment (timestamp coercion, schema validation, snake/camelCase aliasing).

Add a supported CCXT method

A "supported method" is a CCXT method that ccxt-pandas's `__getattribute__` interception route

Alternatives in Data

  • Skill Production Pipeline — Claude-skills — Effective: 2026-03-07 Applies to ALL new skills, improvements, and deployments 5.3k ★
  • Ars Full — ARS full pipeline — research → write → review → revise → finalize 4.5k ★
  • Pipeline Feature — Add a feature to the FFmpeg transcode pipeline following Tunarr's pipeline builder pattern 2.5k ★

Full documentation available on GitHub

View Source Repository