create-agent — 에이전트 생성 create-agent, claude-gateway-discord, community, 에이전트 생성, ide skills, 클라우드 코드 CLI, 디스코드 채팅, JSON 객체, 에이전트 실행, 에이전트 선택, Claude Code

v1.0.0

이 스킬 정보

Discord 채팅을 통해 Claude Code CLI와 무중단 통합이 필요한 CLI 기반 에이전트에 적합 에이전트는 클라우드 코드 CLI와 디스코드 채팅을 통해 생성하고 제어하는 지능형 에이전트입니다

기능

JSON 객체를 사용하여 에이전트를 정의
에이전트 실행과 선택을 지원
--agents와 --agent 옵션을 사용하여 에이전트를 제어
lowercase-hyphen 명명 규칙을 지원
에이전트 정의를 .cla 파일에 저장

# Core Topics

joungwoo-lee joungwoo-lee
[0]
[0]
Updated: 2/19/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
8/11
Quality Score
33
Canonical Locale
ko
Detected Body Locale
ko

Discord 채팅을 통해 Claude Code CLI와 무중단 통합이 필요한 CLI 기반 에이전트에 적합 에이전트는 클라우드 코드 CLI와 디스코드 채팅을 통해 생성하고 제어하는 지능형 에이전트입니다

이 스킬을 사용하는 이유

에이전트가 Claude Code CLI와 JSON 기반 에이전트 정의를 사용하여 작업을 자동화할 수 있는 능력을 제공하며 에이전트 주입 및 Discord 채팅을 사용한 JSON 및 CLI 명령 등의 프로토콜을 통한 실행 등의 기능을 구현

최적의 용도

Discord 채팅을 통해 Claude Code CLI와 무중단 통합이 필요한 CLI 기반 에이전트에 적합

실행 가능한 사용 사례 for create-agent

사용자 정의 JSON 정의를 사용하여 에이전트 생성 자동화
에이전트 정의를 Claude Code CLI에 주입
Discord 채팅 명령을 사용하여 특정 에이전트 실행

! 보안 및 제한 사항

  • Claude Code CLI 설치가 필요
  • Discord 채팅 통합이 필요
  • JSON 기반 에이전트 정의만으로 제한

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is create-agent?

Discord 채팅을 통해 Claude Code CLI와 무중단 통합이 필요한 CLI 기반 에이전트에 적합 에이전트는 클라우드 코드 CLI와 디스코드 채팅을 통해 생성하고 제어하는 지능형 에이전트입니다

How do I install create-agent?

Run the command: npx killer-skills add joungwoo-lee/claude-gateway-discord/create-agent. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for create-agent?

Key use cases include: 사용자 정의 JSON 정의를 사용하여 에이전트 생성 자동화, 에이전트 정의를 Claude Code CLI에 주입, Discord 채팅 명령을 사용하여 특정 에이전트 실행.

Which IDEs are compatible with create-agent?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for create-agent?

Claude Code CLI 설치가 필요. Discord 채팅 통합이 필요. JSON 기반 에이전트 정의만으로 제한.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add joungwoo-lee/claude-gateway-discord/create-agent. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use create-agent immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

create-agent

Install create-agent, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Claude Code 에이전트 생성/실행 가이드

요청: $ARGUMENTS

이 스킬은 Claude CLI에서 확인한 실제 방식만 사용한다.

  • 에이전트 정의 주입: --agents <json>
  • 실행 에이전트 선택: --agent <name>

1) 생성 규칙

  1. 에이전트 이름은 lowercase-hyphen 형식으로 만든다.
  2. 에이전트 정의는 JSON 객체로 작성한다.
  3. 각 엔트리는 아래 키를 사용한다.
    • description: 언제 쓰는지 한 줄 설명
    • prompt: 에이전트 시스템 지시문

예시:

json
1{ 2 "issue-infer-extract-symptom": { 3 "description": "증상 텍스트를 추출하는 에이전트", 4 "prompt": "너는 증상 추출 전문가다. ..." 5 } 6}

2) 저장 위치

프로젝트 기준 아래 경로를 기본으로 사용한다.

  • .claude/agents/agents.json
  • 필요 시 에이전트별 원문 프롬프트 문서: .claude/agents/<agent-name>.md

3) 실행 방법

단발 실행

bash
1claude -p \ 2 --agents "$(cat .claude/agents/agents.json)" \ 3 --agent <agent-name> \ 4 "<실행 프롬프트>"

대화형 시작

bash
1claude --agents "$(cat .claude/agents/agents.json)"

필요하면 시작 시 바로 선택:

bash
1claude --agents "$(cat .claude/agents/agents.json)" --agent <agent-name>

4) 변환(마이그레이션) 작업 지침

OpenCode/기타 형식에서 변환 요청을 받으면 아래 순서로 처리한다.

  1. 원본 frontmatter의 name, description을 우선 보존한다.
  2. 본문 지시문은 prompt로 이동한다.
  3. OpenCode 전용 필드(mode, tools 등)는 Claude JSON에 직접 넣지 않는다.
  4. 결과를 .claude/agents/agents.json에 합친다.
  5. 최소 1개 에이전트는 claude -p --agents ... --agent ...로 실행 검증한다.

5) 완료 보고 형식

작업 완료 시 아래를 반드시 보고한다.

  • 생성/수정 파일 목록
  • 사용한 실행 명령
  • 검증 결과(성공/실패 + 핵심 로그)
  • 다음 액션(필요 시)

관련 스킬

Looking for an alternative to create-agent or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자