dev-agent-orchestration — community dev-agent-orchestration, autonomous-dev-agent-ts, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

이 스킬 정보

설계에서 검증까지의 개발 주기를 종단 간 자동화하는 Claude Agent SDK V2와 RAG를 사용하는 자율 개발 에이전트에 적합합니다. Claude Agent SDK + RAG 기반의 자율 개발 에이전트 시스템. 7개 전문 에이전트가 설계부터 검증까지 전체 개발 사이클을 자율적으로 수행합니다.

uygnoey uygnoey
[0]
[0]
Updated: 3/23/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/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
Review Score
7/11
Quality Score
36
Canonical Locale
ko
Detected Body Locale
ko

설계에서 검증까지의 개발 주기를 종단 간 자동화하는 Claude Agent SDK V2와 RAG를 사용하는 자율 개발 에이전트에 적합합니다. Claude Agent SDK + RAG 기반의 자율 개발 에이전트 시스템. 7개 전문 에이전트가 설계부터 검증까지 전체 개발 사이클을 자율적으로 수행합니다.

이 스킬을 사용하는 이유

개발 주기 전반의 작업을 자동화하는 에이전트의 능력을 제공하며, Claude Agent SDK V2 세션 API를 사용하여 무중단 실행 및 모니터링을 구현하며, unstable_v2_prompt()를 사용한 병렬 프롬프트 실행 및 unstable_v2_prompt()를 사용한 순차적 테스트를 통해 강력한 검증을 수행할 수 있습니다.

최적의 용도

설계에서 검증까지의 개발 주기를 종단 간 자동화하는 Claude Agent SDK V2와 RAG를 사용하는 자율 개발 에이전트에 적합합니다.

실행 가능한 사용 사례 for dev-agent-orchestration

세션 스트림 및 에이전트 팀 환경 활성화를 사용하여 설계 단계를 자동화합니다
unstable_v2_prompt()의 병렬 호출을 사용하여 코드를 생성하고 실행합니다
unstable_v2_prompt()를 사용하여 코드를 순차적으로 디버깅하고 검증하여 철저한 검증을 수행합니다

! 보안 및 제한 사항

  • Claude Agent SDK V2가 필요합니다
  • 일부 기능은 RAG에 의존합니다
  • 특정 권한 모드 설정(bypassPermissions)이 필요합니다

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - 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 dev-agent-orchestration?

설계에서 검증까지의 개발 주기를 종단 간 자동화하는 Claude Agent SDK V2와 RAG를 사용하는 자율 개발 에이전트에 적합합니다. Claude Agent SDK + RAG 기반의 자율 개발 에이전트 시스템. 7개 전문 에이전트가 설계부터 검증까지 전체 개발 사이클을 자율적으로 수행합니다.

How do I install dev-agent-orchestration?

Run the command: npx killer-skills add uygnoey/autonomous-dev-agent-ts. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for dev-agent-orchestration?

Key use cases include: 세션 스트림 및 에이전트 팀 환경 활성화를 사용하여 설계 단계를 자동화합니다, unstable_v2_prompt()의 병렬 호출을 사용하여 코드를 생성하고 실행합니다, unstable_v2_prompt()를 사용하여 코드를 순차적으로 디버깅하고 검증하여 철저한 검증을 수행합니다.

Which IDEs are compatible with dev-agent-orchestration?

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 dev-agent-orchestration?

Claude Agent SDK V2가 필요합니다. 일부 기능은 RAG에 의존합니다. 특정 권한 모드 설정(bypassPermissions)이 필요합니다.

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 uygnoey/autonomous-dev-agent-ts. 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 dev-agent-orchestration 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

dev-agent-orchestration

Install dev-agent-orchestration, 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

에이전트 오케스트레이션

adev의 2계층은 Claude Agent SDK V2 Session API를 사용하여 에이전트를 실행한다.

핵심 패턴

unstable_v2_createSession()으로 세션 생성 → session.stream()으로 실행 + hooks로 모니터링.

Phase별 실행 방식이 다르다:

  • DESIGN: session.stream() 1개 + Agent Teams env 활성화 (팀 토론)
  • CODE: unstable_v2_prompt() ×N 동시 (Promise.all)
  • TEST/VERIFY: unstable_v2_prompt() 순차

필수 옵션

typescript
1{ 2 settingSources: [], // 파일시스템 설정 의존 없음 3 permissionMode: 'bypassPermissions', // 자율 운영 4 env: { "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" }, // DESIGN에서만 5 allowedTools: ['Read', 'Write', 'Edit', 'Bash', 'Glob', 'Grep'], 6}

Hook 기반 모니터링

typescript
1const hooks = { 2 preToolUse: async (event) => { /* 도구 호출 전 검증 */ }, 3 postToolUse: async (event) => { /* 도구 호출 후 기록 */ }, 4 teammateIdle: async (event) => { /* 팀원 유휴 감지 */ }, 5};

상세 패턴: references/v2-session-pattern.md 알려진 이슈: references/known-issues.md

관련 스킬

Looking for an alternative to dev-agent-orchestration 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
개발자