dev-agent-orchestration — RAG-based development workflows dev-agent-orchestration, autonomous-dev-agent-ts, community, RAG-based development workflows, ide skills, autonomous development agent systems, installing dev-agent-orchestration, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for AI Agents requiring streamlined development cycles, such as those built with Claude Agent SDK V2 and RAG dev-agent-orchestration is an autonomous development agent system based on Claude Agent SDK V2 and RAG, executing entire development cycles through 7 specialized agents.

Features

Utilizes unstable_v2_createSession() for session creation and session.stream() for execution
Employs hooks for monitoring and supports different execution methods per phase
Executes DESIGN phase with session.stream() and Agent Teams environment activation
Performs CODE phase with unstable_v2_prompt() using Promise.all for concurrent execution
Runs TEST/VERIFY phase with sequential unstable_v2_prompt() execution
Configures with settingSources and permissionMode options for customized operation

# Core Topics

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

Agent Capability Analysis

The dev-agent-orchestration skill by uygnoey is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for RAG-based development workflows, autonomous development agent systems, installing dev-agent-orchestration.

Ideal Agent Persona

Ideal for AI Agents requiring streamlined development cycles, such as those built with Claude Agent SDK V2 and RAG

Core Value

Empowers agents to automate design, code, test, and verification phases using unstable_v2_createSession and session.stream, while leveraging hooks for monitoring and Promise.all for concurrent execution, all within a permission-bypassed environment

Capabilities Granted for dev-agent-orchestration

Automating development workflows with Claude Agent SDK V2 Session API
Streamlining design phases with session.stream and Agent Teams environment
Concurrently executing code generation tasks using unstable_v2_prompt and Promise.all

! Prerequisites & Limits

  • Requires Claude Agent SDK V2 and RAG setup
  • Needs permissionMode set to 'bypassPermissions' for autonomous operation
  • Dependent on specific environment variables like CLAUDE_CODE_EXPERIMENTAL_AGENT
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

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

에이전트 오케스트레이션

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

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?

Ideal for AI Agents requiring streamlined development cycles, such as those built with Claude Agent SDK V2 and RAG dev-agent-orchestration is an autonomous development agent system based on Claude Agent SDK V2 and RAG, executing entire development cycles through 7 specialized agents.

How do I install dev-agent-orchestration?

Run the command: npx killer-skills add uygnoey/autonomous-dev-agent-ts/dev-agent-orchestration. 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: Automating development workflows with Claude Agent SDK V2 Session API, Streamlining design phases with session.stream and Agent Teams environment, Concurrently executing code generation tasks using unstable_v2_prompt and Promise.all.

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?

Requires Claude Agent SDK V2 and RAG setup. Needs permissionMode set to 'bypassPermissions' for autonomous operation. Dependent on specific environment variables like CLAUDE_CODE_EXPERIMENTAL_AGENT.

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

Related Skills

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