This is the async Python SDK for connecting workers to the iii engine, which appears to be a distributed work orchestration system. You'd use this when building Python workers that need to pull tasks from iii's task queue and report results back. With 17.5K GitHub stars and passing security audits from multiple vendors, it's clearly being used in production. The documentation lives at iii.dev, and installation is straightforward via pip. The "async" part matters here since you're likely dealing with I/O bound operations when workers communicate with the engine. If you're building a distributed system that needs reliable task processing with Python workers, this is your connection layer.
npx -y skills add iii-hq/iii --skill iii-python-sdk --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills