create-agent — for Claude Code create-agent, claude-gateway-discord, community, for Claude Code, ide skills, Discord CLI control, JSON agent definitions, agent injection and execution, AI coding automation, development workflow optimization, Claude Code

v1.0.0
GitHub

About this Skill

create-agent is a skill that enables control of the Claude Code CLI via Discord chat, utilizing JSON objects for agent definitions and supporting features like agent injection and execution.

Features

Control Claude Code CLI via Discord chat
Define agents using JSON objects
Inject and execute agents with specific prompts
Store agent definitions in .claude/agents/agents.json
Supports single-run and interactive execution modes

# Core Topics

joungwoo-lee joungwoo-lee
[0]
[0]
Updated: 2/19/2026
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

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

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) 완료 보고 형식

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

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

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?

create-agent is a skill that enables control of the Claude Code CLI via Discord chat, utilizing JSON objects for agent definitions and supporting features like agent injection and execution.

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.

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.

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.

Related Skills

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

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI