AI Tools Kit
AI Tools Kit provides free developer tools for working with AI language models. Built by developers, for developers.
Learn more about us →Related Articles
Streaming Claude Responses in Python: Async, Tokens, and Error Handling
Step-by-step Python tutorial for streaming Claude responses with the Anthropic SDK — covers sync vs async streaming, partial token handling, retry logic, and token counting in real agent loops.
How to Write Provider-Neutral Agent Skills in 2026
How to write agent skills that run on Claude Code, Codex, and OpenClaw without modification. Real code examples and the skill-file patterns that transfer across every major agent runtime.
How to Build a Codebase Complexity Analyzer with Claude
Build an AI-powered codebase complexity analyzer with the Claude API: extract cyclomatic complexity scores, send flagged functions to Claude, and get refactoring suggestions — in under 200 lines.