Skip to content

feat: port minions-qa to Omnigent agent bundle (PoC) - #3

Open
SNA212 wants to merge 1 commit into
bahni-m:mainfrom
SNA212:polly/poc-qa-agent
Open

feat: port minions-qa to Omnigent agent bundle (PoC)#3
SNA212 wants to merge 1 commit into
bahni-m:mainfrom
SNA212:polly/poc-qa-agent

Conversation

@SNA212

@SNA212 SNA212 commented Jul 31, 2026

Copy link
Copy Markdown

What

PoC: port Claude Code minions-qa agent to Omnigent agent bundle format.

Changes

  • New omnigent-bundles/qa-agent/config.yaml — Omnigent config (spec_version: 1, name, description, instructions, executor, os_env, terminals, params).
  • Full prompt body ported from agents/minions-qa.md with path translations (~/.claude/skills/... → relative bundle paths + params.lark_config).
  • 2 skills vendored as placeholders — external skills not installed locally (test-scenarios from npx skills, webapp-testing marked not-installed in agent file).
  • skills/minions/config.md — Lark config template vendored from skills/minions/config.example.md.
  • README.md — porting notes, launch instructions.

Launch

```
sys_session_create(config_path='omnigent-bundles/qa-agent')
```

Co-authored-by: omnigent noreply@omnigent.ai

Minimal Omnigent bundle (spec_version: 1) porting the Claude Code
minions-qa subagent. Prompt body carried into config.yaml instructions
with lark-config and skill-path substitutions; claude-sdk harness,
caller-process os_env, bash terminal. Lark config template vendored.

Skills test-scenarios and webapp-testing are placeholders — neither was
found in the repo or ~/.claude/skills/.

Co-authored-by: omnigent <noreply@omnigent.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant