# Summary of Agent and Skill Concepts in Claude Code I’ve put together this summary to help non-developer Vibe Coders like myself master the "concepts" first!!! ## 1. What is an Agent? ### Core Concepts **Agent = Prompt-based role definition** - Not code, but **natural language instructions (prompts)** - Telling Claude in detail, "You have this role, and act like this" - You can understand it as a **reusable prompt package** ``` Agent ≈ 세밀하게 작성된 시스템 프롬프트 + 도구 제한 ``` ### Components of an
# Summary of Agent and Skill Concepts in Claude Code I’ve put together this summary to help non-developer Vibe Coders like myself master the "concepts" first!!! ## 1. What is an Agent? ### Core Concepts **Agent = Prompt-based role definition** - Not code, but **natural language instructions (prompts)** - Telling Claude in detail, "You have this role, and act like this" - You can understand it as a **reusable prompt package** ``` Agent ≈ 세밀하게 작성된 시스템 프롬프트 + 도구 제한 ``` ### Components of an
답변 2개
댓글을 작성하려면 로그인이 필요합니다.