agents-reference

Document available agents, triggers, and parallel execution rules for orchestration.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kssumin/claude-playground --skill agents-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-reference
Source: https://github.com/kssumin/claude-playground/tree/main/.claude/skills/agents-reference
Command: npx skills add https://github.com/kssumin/claude-playground --skill agents-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI 에이전트들을 효과적으로 오케스트레이션하고 필요한 에이전트 구성과 규칙을 한 곳에서 확인할 수 있도록 하는 레퍼런스 가이드입니다.

Core Features & Use Cases

  • 사용 가능한 에이전트와 각 용도, 트리거 규칙, /code-review 연동 방법을 한 눈에 파악할 수 있습니다.
  • 자동 트리거와 병렬 실행 예시를 통해 복잡한 워크플로우를 안전하게 구성할 수 있습니다.
  • refactor-cleaner 같은 리팩토링 도구의 규칙과 에이전트 간 협업 흐름을 문서화하고 ADR 작성에 도움을 줍니다.

Quick Start

Review the agents reference and start by selecting a suitable agent combination for your workflow.

Frequently Asked Questions about agents-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multiple AI agents for automated code reviews?

Agent orchestration coordinates multiple AI agents in concert for planning and architecture decisions. It requires defining triggers, integration points, and rules for parallel execution to ensure agents work safely together.

What is the best way to structure parallel execution rules for AI agents?

The best way to structure parallel execution for AI agents is to document integration points and user approval rules. This reference outlines scenarios for planning and automated workflows where agents operate in parallel safely.

How do I integrate a refactor-cleaner tool into my automated workflow architecture?

Integrating a refactor-cleaner into automated workflows requires defining its rules and collaboration flow with other agents. This reference documents the refactoring tool's role and its integration points within the larger agent architecture.

Can I use this reference to document architecture decisions for agent workflows?

Yes, you can use this reference to document architecture decisions for agent workflows. It outlines roles, triggers, and collaboration flows, which directly supports writing Architecture Decision Records for automated processes.

Do I need predefined triggers to start an automated workflow with multiple agents?

Yes, predefined triggers are necessary to start automated workflows with multiple agents. This reference specifies the required triggers and integration points needed to safely orchestrate agents for tasks like code reviews.