What problem does it solve?
This Skill streamlines the iterative development of AI agents by providing a guided process to add new tools, agents, and handoffs to an existing Agent Kernel project.
Core Features & Use Cases
- Add New Tools: Define and integrate new Python functions that agents can call.
- Add New Agents: Create specialized agents with specific roles and instructions.
- Configure Handoffs: Wire agents together so they can delegate tasks to each other.
- Framework Agnostic: Supports OpenAI Agents SDK, LangGraph, CrewAI, and Google ADK.
- Use Case: You've built a customer support agent, but now need it to look up order statuses. Use this Skill to add a
lookup_order tool and integrate it into your support agent, then ensure your triage agent can route order-related queries to it.
Quick Start
Use the ak-build skill to add a new tool called calculate_discount to your project.