技能 ohmg
🤖

ohmg

安全 ⚡ 包含脚本

멀티 에이전트 AI 워크플로우 오케스트레이션

복잡한 프로젝트를 여러 AI 에이전트 간에 관리하는 것은 단편적이고 오류 발생 가능성이 높습니다. 이 스킬은 전문화된 에이전트, Serena Memory 상태 공유, 실시간 관측 대시보드를 갖춘 통합 오케스트레이션 레이어를 제공합니다.

支持: Claude Codex Code(CC)
📊 71 充足
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“ohmg”。 Spawn a backend agent to implement the user registration API

预期结果:

Backend agent initialized in session-01. Serena Memory updated with task context. Agent ready to receive implementation details for user registration endpoint.

正在使用“ohmg”。 Launch the observability dashboard

预期结果:

Web dashboard started at http://localhost:9847. Active sessions: 2. Serena Memory sync status: Connected. Agent activity feed streaming in real-time.

正在使用“ohmg”。 /coordinate - plan the checkout flow feature

预期结果:

Workflow Guide activated. PM Agent decomposing checkout flow into tasks. Frontend Agent queued for UI components. Backend Agent queued for payment API. QA Agent configured for review.

安全审计

安全
v1 • 3/22/2026

All static findings evaluated as false positives. External commands flagged are markdown documentation showing CLI commands, not actual executions. Network URLs are localhost addresses. No cryptographic algorithms present. The skill is safe documentation for a legitimate multi-agent orchestration framework.

2
已扫描文件
134
分析行数
1
发现项
1
审计总数

风险因素

⚡ 包含脚本
未记录任何特定位置
审计者: claude

质量评分

38
架构
100
可维护性
87
内容
34
社区
100
安全
83
规范符合性

你能构建什么

복잡한 멀티 도메인 프로젝트

Serena Memory 를 통해 상태를 공유하는 전문화된 에이전트 간에 프론트엔드, 백엔드, API 개발을 조정합니다.

병렬 AI 에이전트 워크플로우

에이전트 간 가시성을 갖춘 동시 작업 실행을 위해 여러 AI 에이전트를 병렬 세션으로 스포닝합니다.

실시간 프로젝트 관측성

활발한 개발 동안 터미널 또는 웹 대시보드를 통해 에이전트 활동과 프로젝트 상태를 모니터링합니다.

试试这些提示

기본 에이전트 스포닝
/setup - Configure the multi-agent environment for my project
백엔드 에이전트 스포닝
Use oh-my-ag agent:spawn backend "Implement user authentication API" session-01
멀티 에이전트 협업
/coordinate - Plan and coordinate frontend and backend development for a new feature
대시보드 모니터링
Launch the web dashboard to monitor active agent sessions and project status

最佳实践

  • 초기 설정 후 bunx oh-my-ag doctor 를 실행하여 모든 종속성 및 CLI 구성 확인
  • 에이전트 스포닝 전 user-preferences.yaml 에서 agent_cli_mapping 을 구성하여 최적의 라우팅 보장
  • 장기 실행 작업의 경우 Serena Memory 체크포인트를 사용하여 교차 에이전트 재개 기능 활성화

避免

  • CLI 매핑을 먼저 구성하지 않고 에이전트를 스포닝하면 최적이지 않은 라우팅 발생 가능
  • doctor checks 를 건너뛰면 누락된 종속성으로 인해 에이전트 오류 발생 가능
  • 적절한 상태 관리 없이 동일 세션에서 여러 충돌하는 에이전트 실행

常见问题

이 스킬이 지원하는 AI CLI 는 무엇입니까?
이 스킬은 Claude Code, Codex, Gemini CLI 를 지원합니다. user-preferences.yaml 에서 매핑을 구성하여 작업을 적절한 에이전트 유형에 라우팅합니다.
Serena Memory 는 어떻게 작동합니까?
Serena Memory 는 구조화된 상태를 .serena/memories/ 디렉토리에 기록합니다. 모든 에이전트는 교차 에이전트 조정 및 연속성을 위해 이 공유 상태에서 읽을 수 있습니다.
최초 사용 전 필요한 것은 무엇입니까?
Bun CLI 와 uv 패키지 매니저를 설치합니다. bunx oh-my-ag 를 실행하여 상호작용식 설정을 시작한 후, bunx oh-my-ag doctor 를 실행하여 설치를 확인합니다.
여러 에이전트 세션을 동시에 모니터링할 수 있습니까?
예. http://localhost:9847 의 웹 대시보드에서 모든 활성 세션, 에이전트 활동, Serena Memory 동기화 상태를 실시간으로 확인할 수 있습니다.
각 에이전트가 사용할 CLI 를 어떻게 구성합니까?
.agent/config/user-preferences.yaml 을 편집하고 agent_cli_mapping 섹션을 설정합니다. 예: backend: codex 또는 pm: claude.
/coordinate 명령은 무엇을 합니까?
/coordinate 명령은 Workflow Guide 를 활성화하여 PM, Frontend, Backend, QA 에이전트를 필요에 따라 스포닝하면서 복잡한 멀티 도메인 프로젝트를 계획합니다.

开发者详情

文件结构

📄 SKILL.md

📄 SKILL.toon