💬
AI EngineeringPython

AutoGen

by magnus919

AutoGen is an AI Engineering skill for Claude Code, published by magnus919 in agent-skills.

40 stars6 forkson magnus919/agent-skillsAdded 2026/07/18+18% in starsRepository updated 2026/08/11
agent-skillsagentskillsai-agentsautomationllm
Install in seconds
Install AutoGen
Copy AutoGen into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/magnus919/agent-skills/tree/main/autogen ~/.claude/skills/autogen

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/magnus919/agent-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
autogen/SKILL.md in magnus919/agent-skills
Installs to
~/.claude/skills/autogen
Collection
One of 33 skills cataloged from this repository
Category
AI Engineering3670 skills

What AutoGen does

Expert guidance for building conversational multi-agent AI systems using Microsoft AutoGen, covering agent orchestration, code execution, nested chats, and tool integration. Use when designing conversation-driven workflows or comparing multi-agent frameworks.

AutoGen is cataloged under AI Engineering on DirSkills. AutoGen comes from a repository tagged agent-skills, agentskills, ai-agents, automation and llm.

Documentation

README

AutoGen Expert Skill

AutoGen (by Microsoft Research) is a framework for conversational multi-agent AI. Unlike LangGraph's explicit graph topology or CrewAI's role-based crews, AutoGen uses agent-to-agent conversations as the orchestration primitive. Agents communicate through structured chat, with built-in patterns for nested conversations, group chat with routing, and code execution.

Core Paradigm

from autogen_agentchat.agents import AssistantAgent
from autogen_agentchat.ui import Console
from autogen_ext.models.openai import OpenAIChatCompletionClient

model_client = OpenAIChatCompletionClient(model="gpt-4o-mini")

assistant = AssistantAgent(
    name="assistant",
    system_message="You are a helpful assistant.",
    model_client=model_client,
)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about AutoGen

  • What else does magnus919 publish alongside AutoGen?

    AutoGen is one of 33 skills that DirSkills catalogs from magnus919/agent-skills, the repository it ships in. Its siblings there include ADR Authoring, API Design and Evolution and ARR CLI. Each one is a separate skill with its own page in this directory, installs the same way AutoGen does, and is maintained by magnus919 in that same repository. The rest of the collection is listed on the magnus919/agent-skills page.

  • How does AutoGen compare to other AI Engineering skills?

    AutoGen ranks #3521 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of AutoGen against them. Open each page to compare what they document and how they install.

More from magnus919/agent-skills

AutoGen is one of 33 skills cataloged on DirSkills from magnus919/agent-skills.

See all 33 skills
📋
2026/07/18

ADR Authoring

Write, review, and maintain architecture decision records with clear context, alternatives, consequences, and lifecycle governance. Use when a consequential technical decision must remain understandable.
Writing
406
🔗
2026/07/18

API Design and Evolution

Design, document, review, and evolve consumer-facing APIs and event interfaces. Use when choosing REST, GraphQL, RPC, events, or webhooks; writing OpenAPI/AsyncAPI contracts; defining schemas, mutations, errors, idempotency, or planning API versioning, deprecation, and migration.
DevOps
406
🎬
2026/07/18

ARR CLI

CLI tool for managing Radarr (movies) and Sonarr (TV series) media libraries. Use for listing, adding, searching, checking queues, quality profiles, and more.
Automation
100
🏛️
2026/07/18

Agent Council

Spawn a panel of expert agents to debate any question using a structured protocol with convergence diagnostics. Use for high-stakes decisions requiring multi-perspective analysis.
AI Engineering
406
🔍
2026/07/18

Agent Evals and Observability

Design, run, review, or release framework- and vendor-neutral evaluations and observability for AI agents. Use when defining agent evals, datasets, graders, trajectory review, regression analysis, release gates, production traces, or privacy-aware telemetry.
Quality
406
🎛️
2026/08/11

Agent Production Operations

Provides a runtime control plane for safely deploying evaluated AI agents into production, managing versioning, staged rollouts, fallback, cost and latency budgets, tool health, human escalation, and disablement.
DevOps
406