sigma-quantiphi

Regenerate Typed Stubs — Development skill for Claude Code

Development community

Regenerate the auto-generated Protocol type stubs at ccxt_pandas/utils/ccxt_pandas_exchange_typed.py and async_ccxt_pandas_exchange_typed.py.

How to install Regenerate Typed Stubs

Installs to ~/.claude/skills/sigma-quantiphi-ccxt-pandas-regenerate-typed-stubs/SKILL.md

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

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

What Regenerate Typed Stubs does


name: regenerate-typed-stubs description: Regenerate the auto-generated Protocol type stubs at ccxt_pandas/utils/ccxt_pandas_exchange_typed.py and async_ccxt_pandas_exchange_typed.py. Use whenever CCXT methods are added/renamed/removed upstream, or when ccxt is bumped to a new version.

Regenerate typed stubs

The Protocol classes that drive IDE autocomplete on `CCXTPandasExchange` and `AsyncCCXTPandasExchange` are generated from CCXT's introspectable surface. After bumping the `ccxt`

Alternatives in Development

Full documentation available on GitHub

View Source Repository