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
7 Provider-Neutral Agent Skill Patterns for Multi-Framework AI
Seven design patterns for building agent skills that work across Claude Code, OpenAI Codex, CrewAI, and LangGraph — without hardcoding to any single provider's API or tool format.
What Is an AI Agent Workflow? Orchestration, Memory, and Tools
An AI agent workflow connects a model to tools, memory, and an orchestrator that loops until the task is done. Here's how each component works, how they connect, and what breaks in production.
Mirage: Unified Virtual Filesystem for AI Agents
Mirage gives AI agents one POSIX-like API over local disk, S3, GitHub, and in-memory storage. Covers the mount-point architecture, provider setup, session isolation, and when to use it.