yaalalabsyaalalabsOfficialยท13 Agent Skills Included

agent-kernel

Build, deploy, and scale production agents across frameworks and clouds

Scaffolds, extends, tests, and deploys agent projects built on the Agent Kernel framework across OpenAI, CrewAI, LangGraph, Google ADK, and more. Eliminates fragile glue code, manual Terraform wiring, and framework lock-in when shipping agents to AWS, Azure, GCP, or Kubernetes. Guides coding assistants through adding tools, guardrails, messaging channels, session stores, and cloud deployments step by step.
npx skills add yaalalabs/agent-kernel --all -g -y
Available:

Instructs coding agents working on this repository to route tasks to the correct dev skills, follow the core-adapter architecture rules, and respect testing, docs-sync, and safety conventions before making changes.

All Skills in This Repository (13)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-dev-new-messaging-integration

Integrate new messaging platforms into the Agent Kernel framework.

Official
Advanced
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-dev-new-guardrail-provider

Guide developers through adding guardrail providers to the Agent Kernel framework.

Official
Advanced
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-dev-architecture

Explain Agent Kernel architecture, core abstractions, and execution flow.

Official
Advanced
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-dev-testing-conventions

Document pytest patterns, async testing, and mocking for Agent Kernel development.

Official
Intermediate
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-dev-new-framework-integration

Guide developers in adding agent framework adapters to Agent Kernel.

Official
Advanced
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-dev-new-tracing-provider

Implement BaseTrace interfaces and framework-specific traced runners for Agent Kernel.

Official
Advanced
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-dev-code-quality

Enforce Python code quality with black, isort, and mypy.

Official
Intermediate
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-cloud-deploy

Automate Agent Kernel project deployment to AWS and Azure with Terraform configurations.

Official
Advanced
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-test

Set up, write, and run Agent Kernel tests for CLI and API agents.

Official
Intermediate
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-build

Add tools, agents, and handoffs to Agent Kernel projects.

Official
Intermediate
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-init

Scaffold Agent Kernel projects with configuration files and agent definition code.

Official
Intermediate
๐Ÿ“ฆ In Repo
yaalalabsyaalalabs

ak-add-capabilities

Add guardrails, tracing, session persistence, MCP/A2A servers, hooks, and multimodal support to Agent Kernel projects.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’