·create-agent
</>

create-agent

Claude Code Agent를 생성합니다. 에이전트 생성, AGENT.md 작성, 새 에이전트 만들기 요청 시 활성화.

6Installs·0Trend·@khw1031

Installation

$npx skills add https://github.com/khw1031/ai-library --skill create-agent

How to Install create-agent

Quickly install create-agent AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/khw1031/ai-library --skill create-agent
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: khw1031/ai-library.

SKILL.md

View raw

| name | 에이전트 식별자 | 소문자/하이픈만, 하이픈 시작·연속 불가 | | description | 역할 + 위임 조건 + "Use proactively" | Claude 위임 판단 기준 |

Claude는 description을 읽고 위임 여부를 판단한다. What(무엇을 하는지) + When(언제 사용하는지) 모두 포함해야 한다.

| tools | 허용 도구 (생략 시 전체 상속) | Read, Grep, Glob, Bash | | disallowedTools | 거부 도구 | Write, Edit | | model | 모델 선택 | haiku, sonnet, opus, inherit | | permissionMode | 권한 모드 | default, acceptEdits, dontAsk | | maxTurns | 최대 에이전틱 턴 수 | 10 | | skills | 시작 시 주입할 스킬 | [api-conventions, error-handling] | | hooks | 라이프사이클 훅 | {PreToolUse: [...]} |

Claude Code Agent를 생성합니다. 에이전트 생성, AGENT.md 작성, 새 에이전트 만들기 요청 시 활성화. Source: khw1031/ai-library.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/khw1031/ai-library --skill create-agent
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from khw1031/ai-library

Quick answers

What is create-agent?

Claude Code Agent를 생성합니다. 에이전트 생성, AGENT.md 작성, 새 에이전트 만들기 요청 시 활성화. Source: khw1031/ai-library.

How do I install create-agent?

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

Where is the source repository?

https://github.com/khw1031/ai-library