ai-agents

Provide production-grade AI agent patterns for design, build, evaluation, and deployment.

73|16|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill ai-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-agents
Source: https://github.com/vasilyu1983/AI-Agents-public/tree/main/frameworks/claude-code-kit/framework/skills/ai-agents
Command: npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill ai-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides centralized, battle-tested agent patterns for tool use, RAG integration, and multi-agent orchestration.

Core Features & Use Cases

  • Agent patterns: RAG agents, tool-using agents, multi-agent orchestration.
  • Handoff & guardrails: Safe handoffs and multi-layer safety.
  • Observability: Tooling and tracing for agent flows.
  • Templates: Reusable agent blueprints and schemas.

Quick Start

Create a tool-using agent that fetches data from a database and returns structured output.

Frequently Asked Questions about ai-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a RAG agent that integrates with external tools?

RAG agents combine retrieval-augmented generation with tool use to fetch data and return structured output. This Skill provides production-grade patterns for designing RAG agents, including guardrails, memory management, and integration with frameworks like LangGraph and MCP for safe, observable orchestration.

What's the best way to handle multi-agent handoffs and orchestration?

Multi-agent orchestration requires safe handoff logic and coordinated decision-making across agents. This Skill covers handoff patterns, multi-layer guardrails, and decision rules to route tasks between agents reliably, with templates ready for CI/CD deployment.

How do I add observability and tracing to AI agent workflows?

Observability in agent systems requires integrated tooling and tracing across orchestration steps. This Skill provides patterns for memory tracking, event logging, and OpenTelemetry-compatible observability practices so you can monitor and debug multi-agent pipelines.

Can I use MCP and LangGraph together for agent development?

Yes. This Skill includes templates and patterns for integrating MCP (Model Context Protocol) with LangGraph and other frameworks, enabling modular tool definitions, interoperable schemas, and reusable agent blueprints across different orchestration tools.

What governance and validation structures do production agents need?

Production agents require validation logic, governance rules, and safety constraints at multiple layers. This Skill provides decision rules, modular templates, and guardrail patterns that satisfy functional and technical requirements for regulated or high-stakes deployments.

How do I deploy an agent with CI/CD pipelines and templates?

Deployment readiness means modular templates, schema validation, and pipeline integration. This Skill provides CI/CD-ready agent blueprints, reusable schemas, and governance structures that interoperate with standard deployment frameworks.