# Summary of Agent and Skill Concepts in Claude Code For non-developer VibeCoders like me, I've compiled this to help you understand the concepts first!!! ## 1. What is an Agent? ### Core Concepts **Agent = Prompt-Based Role Definition** - Natural Language Instructions (Prompts), Not Code** - Tell Claude in detail, "You are this role, and this is how you should act." - Think of it as a **reusable prompt package** ``` Agent ≈ 세밀하게 작성된 시스템 프롬프트 + 도구 제한 ``` ### Agent Components ``` ┌───────
# Summary of Agent and Skill Concepts in Claude Code For non-developer VibeCoders like me, I've compiled this to help you understand the concepts first!!! ## 1. What is an Agent? ### Core Concepts **Agent = Prompt-Based Role Definition** - Natural Language Instructions (Prompts), Not Code** - Tell Claude in detail, "You are this role, and this is how you should act." - Think of it as a **reusable prompt package** ``` Agent ≈ 세밀하게 작성된 시스템 프롬프트 + 도구 제한 ``` ### Agent Components ``` ┌───────