Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By sswym
Orchestrate multi-agent workflows for complex software tasks: plan, execute, verify, and fix in autonomous loops with approval gates, quality checks, and persistent project memory.
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agentModifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Portable, vendor-agnostic agent harness for project-specific skills, workflows, and agent teams aligned with your codebase, conventions, and engineering standards.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Multi-agent orchestrator — supervisor loop that launches agents to implement plans
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
Harness-native ECC operator layer - 61 agents, 246 skills, 76 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.41.2 — Patch release for cursor-agent smoke checks in untrusted workspaces. Run /octo:setup.
项目从 oh-my-iflow (omi) 更名为 oh-my-agent (oma)。
变更内容
oh-my-iflow / omi 替换为 oh-my-agent / oma~/.claude/plugins/oh-my-agenthttps://github.com/sswym/oh-my-agent/oma: 不变完成对 commands、agents、skills 的全面中文化:
汉化范围
变更内容
影响
基于深度分析报告实施的核心优化:
高优先级 - 状态路径统一
.oma/state/.iflow/state/ 和 .oma/state/ 混用的问题中优先级 - 循环配置集中化
context/oma-core.md 添加全局配置定义loop 和 autopilot 技能/命令使用集中配置新增工具
script/state-utils.sh 状态管理工具函数init/read/write/config/loop-limit/status 等命令oh-my-agent (oma) 是基于多智能体工作流的智能命令行工具,由 oh-my-gemini-cli 修改而成。提供了一套完整的多智能体工作流层,帮助开发者更高效地进行代码编写、调试、规划和验证。
oh-my-agent 现已支持作为 Claude Code 插件使用。
# 直接从 GitHub 仓库安装
claude plugin install sswym/oh-my-agent
# 添加市场
claude plugin marketplace add sswym/oh-my-agent
# 安装插件
claude plugin install oh-my-agent@oh-my-agent-marketplace
# 查看已安装的插件
claude plugin list
# 查看可用命令
claude --help
安装成功后,您可以使用以下功能:
claude plugin uninstall oh-my-agent@oh-my-agent-marketplace
oh-my-agent 采用角色化的智能体架构,每个智能体专注于特定领域:
team-plan → team-prd → team-exec → team-verify → team-fix
通过结构化的阶段管道,确保每个任务都经过完整的规划、执行和验证周期。
自动维护项目状态,包括:
欢迎贡献!请随时提交 Pull Request 或创建 Issue。
本项目基于 oh-my-gemini-cli 修改,采用 MIT 许可证。
感谢 oh-my-gemini-cli 项目提供的优秀基础。