·openai-agents-sdk-guidelines
</>

openai-agents-sdk-guidelines

flurin17/openai-agents-guidelines

OpenAI Agents SDK (Python) implementation guidelines. Use when building, reviewing, or troubleshooting agent workflows including tools, handoffs, guardrails, context management, streaming, MCP integration, and Runner configuration. Triggers on requests like "build an agent", "add handoffs", "set up guardrails", "configure tools", or "implement streaming".

6Installs·0Trend·@flurin17

Installation

$npx skills add https://github.com/flurin17/openai-agents-guidelines --skill openai-agents-sdk-guidelines

SKILL.md

Comprehensive implementation guide for the OpenAI Agents Python SDK, designed for AI agents and LLMs. Contains 30+ rules across 8 categories, prioritized by impact from critical (agent design, multi-agent patterns) to incremental (streaming, advanced patterns). Each rule includes detailed explanations, code examples comparing incorrect vs. correct implementations, and specific guidance for automated code generatio...

| 1 | Agent Design | CRITICAL | agent- | | 2 | Multi-Agent Patterns | CRITICAL | multi-agent- | | 3 | Tools | HIGH | tool- | | 4 | Guardrails | MEDIUM-HIGH | guardrail- | | 5 | Context Management | MEDIUM | context- | | 6 | Running Agents | MEDIUM | runner- | | 7 | Conversation Management | MEDIUM | conversation- |

| 8 | Streaming & Advanced | LOW-MEDIUM | streaming- |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/flurin17/openai-agents-guidelines --skill openai-agents-sdk-guidelines
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is openai-agents-sdk-guidelines?

OpenAI Agents SDK (Python) implementation guidelines. Use when building, reviewing, or troubleshooting agent workflows including tools, handoffs, guardrails, context management, streaming, MCP integration, and Runner configuration. Triggers on requests like "build an agent", "add handoffs", "set up guardrails", "configure tools", or "implement streaming". Source: flurin17/openai-agents-guidelines.

How do I install openai-agents-sdk-guidelines?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/flurin17/openai-agents-guidelines --skill openai-agents-sdk-guidelines Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/flurin17/openai-agents-guidelines

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01

Related Skills

None