openai-agents-python
Installation
SKILL.md
OpenAI Agents Python
When to use this skill
- OpenAI Agents SDK 기반으로 멀티에이전트 워크플로우를 만들 때
tool calling,handoff,guardrail이 필요한 에이전트 설계를 할 때- 프로토타입이 아니라 운영 가능한 에이전트 루프 구조가 필요할 때
Instructions
Step 1) 작업 목표를 에이전트 토폴로지로 분해
- Coordinator 1개 + Specialist N개 기본 구조로 시작
- 각 Specialist는 단일 책임(검색/분석/실행/검증) 원칙 유지
- handoff 조건을 자연어가 아니라 명시 규칙으로 기록
Step 2) 최소 실행 루프 먼저 만들기
- 첫 단계는 “한 입력 → 한 handoff → 한 결과”의 최소 루프
- 도구 호출 실패/타임아웃을 표준 에러 포맷으로 수집
- 로그는
agent,tool,handoff,latency기준으로 남김
Related skills
More from akillness/oh-my-skills
system-environment-setup
>
109lmstudio-cli
Operate LM Studio's `lms` CLI and local/remote LM Studio servers for model discovery, server status checks, model loading, endpoint smoke tests, and downstream OpenAI-compatible wiring. Use when the user mentions LM Studio, `lms`, a local model server, `/v1/models`, a remote LM Studio host, or wants to connect another tool to LM Studio; even if they only ask to test a local OpenAI-compatible endpoint or choose the correct loaded-model identifier. Triggers on: lmstudio, lm studio, lms, local model server, LM Studio API, LM Studio endpoint, /v1/models, connect Strix to LM Studio, load model in LM Studio.
84game-performance-profiler
>
80game-ci-cd-pipeline
>
77game-build-log-triage
>
77game-demo-feedback-triage
>
77