agent-kernel
Build, deploy, and scale production agents across frameworks and clouds
All Skills in This Repository (13)
Pure Emerald Level Indicatorsak-dev-new-messaging-integration
Integrate new messaging platforms into the Agent Kernel framework.
ak-dev-new-guardrail-provider
Guide developers through adding guardrail providers to the Agent Kernel framework.
ak-dev-architecture
Explain Agent Kernel architecture, core abstractions, and execution flow.
ak-dev-testing-conventions
Document pytest patterns, async testing, and mocking for Agent Kernel development.
ak-dev-new-framework-integration
Guide developers in adding agent framework adapters to Agent Kernel.
ak-dev-new-tracing-provider
Implement BaseTrace interfaces and framework-specific traced runners for Agent Kernel.
ak-dev-code-quality
Enforce Python code quality with black, isort, and mypy.
ak-cloud-deploy
Automate Agent Kernel project deployment to AWS and Azure with Terraform configurations.
ak-test
Set up, write, and run Agent Kernel tests for CLI and API agents.
ak-build
Add tools, agents, and handoffs to Agent Kernel projects.
ak-init
Scaffold Agent Kernel projects with configuration files and agent definition code.
ak-add-capabilities
Add guardrails, tracing, session persistence, MCP/A2A servers, hooks, and multimodal support to Agent Kernel projects.
Frequently Asked Questions
FAQPage SchemaHow to install Agent Kernel skills?โผ
Run `npx skills add yaalalabs/agent-kernel --all -g -y` in your terminal to install all skills in this suite globally.
What does Agent Kernel do?โผ
It is a framework-agnostic platform layer that lets you run OpenAI, CrewAI, LangGraph, and Google ADK agents side by side and deploy the same code to AWS, Azure, GCP, or Kubernetes. The bundled skills let your coding assistant scaffold, extend, test, and deploy those agent projects for you.
How do I deploy an agent to AWS or Azure?โผ
The ak-cloud-deploy skill generates the correct Terraform module configuration for AWS Lambda, ECS, Azure Functions, Container Apps, GCP Cloud Run, or a Kubernetes Helm chart based on your answers.
Does Agent Kernel work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding assistants.
Can I add Slack or WhatsApp to my agent?โผ
Yes. The ak-add-integration skill generates the configuration, dependencies, and webhook handlers for Slack, WhatsApp, Telegram, Teams, Messenger, Instagram, and Gmail.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core