npx claudepluginhub devdanzin/ft-review-toolkitFree-threading migration toolkit for CPython C extensions. Finds thread-safety bugs (data races, unprotected shared state, unsafe API usage, lock discipline issues), plans migrations to free-threaded Python (PEP 703), triages ThreadSanitizer reports, generates concurrent stress tests for TSan, and produces readiness assessments. 9 agents, 6 scripts, 3 commands. Tree-sitter-powered C/C++ parsing.
A Claude Code plugin for analyzing and migrating CPython C extensions to free-threaded Python (PEP 703).
Make your C extension free-threading safe.
Install as a Claude Code plugin:
claude plugins add /path/to/ft-review-toolkit/plugins/ft-review-toolkit
pip install tree-sitter tree-sitter-c
# Optional: pip install tree-sitter-cpp (for C++ extensions)
| Command | Purpose |
|---|---|
/ft-review-toolkit:assess [path] | Quick readiness scorecard |
/ft-review-toolkit:explore [path] | Full thread-safety analysis |
/ft-review-toolkit:plan [path] | Phased migration plan |
| Tag | Meaning |
|---|---|
| RACE | Confirmed or highly likely data race |
| UNSAFE | Operation unsafe without the GIL |
| PROTECT | Shared state needing protection |
| MIGRATE | Pattern needing structural changes |
| SAFE | Confirmed safe pattern |
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories