Claude Code 실전 마스터클래스 #1 — 슬래시 명령어·훅·서브에이전트 3단계로 워크플로우 자동화하기
슬래시 명령어(.claude/commands/)로 작업을 정의하고, settings.json 훅으로 이벤트에 연결하고, 서브에이전트(.claude/agents/)에게 위임하는 3단계 Claude Code 자동화 패턴을 실제 블로그 자동화 시스템으로 설명합니다.
jangwook.net
Personal technical notes on AI agents, automation, developer tools, and the process of building software.
Latest Notes
The root page stays intentionally small. Choose a language, then read the full archive and related posts there.
AI 에이전트, 자동화, 개발 도구, 소프트웨어 제작 과정을 한국어로 기록합니다.
슬래시 명령어(.claude/commands/)로 작업을 정의하고, settings.json 훅으로 이벤트에 연결하고, 서브에이전트(.claude/agents/)에게 위임하는 3단계 Claude Code 자동화 패턴을 실제 블로그 자동화 시스템으로 설명합니다.
anthropic 0.100.0과 openai 2.36.0을 직접 설치해 비교합니다. 타입 수 408 vs 230, 에러 계층 설계 차이, 스트리밍 구현 패턴, 툴 호출 포맷, SDK별 고유 기능까지 Python 코드로 직접 검증한 개발자를 위한 실전 비교 가이드입니다.
OpenAI Codex가 4월 대규모 업데이트로 클라우드 에이전트 워크스페이스로 전환했다. Claude Code와의 아키텍처·벤치마크·비용 차이를 실제 개발 워크플로우 관점에서 직접 비교하고, 2026년 5월 기준으로 어느 쪽이 팀에 더 적합한지 판단 기준을 제시한다.
Personal notes on AI agents, automation, developer tools, and building software.
A practical guide to building Claude Code automation pipelines: define tasks with slash commands (.claude/commands/), connect them to events via hooks (settings.json), and delegate to specialized subagents (.claude/agents/).
I installed anthropic 0.100.0 and openai 2.36.0 side by side in a sandbox and dug into the internals. Type count 408 vs 230, error class hierarchies, streaming implementations, tool call formats, and SDK-exclusive features — all analyzed at the code level.
OpenAI Codex became cloud-agent-only in April 2026. Architecture, benchmarks, cost, and workflow fit vs Claude Code — a clear May 2026 verdict for engineering teams.
AIエージェント、自動化、開発ツール、ソフトウェア開発の記録です。
スラッシュコマンド(.claude/commands/)でタスクを定義し、settings.jsonフックでイベントに連結し、サブエージェント(.claude/agents/)に委任する3ステップのClaude Code自動化パターンを実際のブログ自動化システムで解説します。
anthropic 0.100.0とopenai 2.36.0をサンドボックスで実際にインストールして比較。型数408 vs 230、エラー階層、ストリーミング実装、ツール呼び出しフォーマット、SDK固有機能をコードレベルで分析した実践的比較ガイド。
OpenAI Codexが4月にクラウドエージェント専用に転換。Claude Codeとのアーキテクチャ・ベンチマーク・コストの違いをSource Reviewで比較し、2026年5月時点でどちらがチームに適しているかの判断基準を示す。
记录 AI 代理、自动化、开发工具和软件构建过程。
通过斜线命令(.claude/commands/)定义任务,用settings.json Hook连接事件,委托给子代理(.claude/agents/)执行。本文通过实际博客自动化系统,详解Claude Code三步自动化模式。
在沙箱中同时安装anthropic 0.100.0和openai 2.36.0并深入比较。类型数量408 vs 230、错误类层级、流式实现、工具调用格式、SDK专有功能——全部从代码层面分析的实战比较指南。
OpenAI Codex于2026年4月转型为云端智能体专用工作区。本文对比Codex与Claude Code的架构差异、基准测试、成本与工作流程适配性,提供2026年5月基准下的团队选型判断框架。