Skip to main content
Run any Skill in Manus
with one click
GitHub repository

omnigent-agents

omnigent-agents contains 9 collected skills from vadimcomanescu, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
0
updated
2026-06-20
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

cross-review
software-quality-assurance-analysts-and-testers

Verify an implementer's diff with an INDEPENDENT, different-vendor sub-agent (diff plus contract only); turn blocking issues into fix-tasks and loop until clean.

2026-06-20
fanout
software-developers

Run independent subtasks in parallel — one git worktree and one implementation sub-agent per task, each opening its own PR — then cross-review every PR. maestro never merges; the human does.

2026-06-20
debate
software-developers

Have the Claude and GPT partners critique each other's answers across a configurable number of rounds (default 1) before converging on a synthesis. Use when the user wants the two perspectives stress-tested against each other, not just shown side by side.

2026-06-15
run-slice-pipeline
software-developers

Load per slice — the COORDINATOR's 3-role dispatch sequence (specifier → coder → refactorer, SEPARATE sessions, a handback to the coordinator between each) that drives ONE vertical slice from a failing acceptance test to refactored green in a single worktree. Load for every slice the wavefront dispatches.

2026-06-15
slice-decompose-to-dag
software-developers

Load ONCE at planning (coordinator + specifier) to turn a PRD into right-sized vertical slices tagged produces/consumes/touches, derive the dependency DAG, and tag the spine. Load before any slice is dispatched.

2026-06-15
slice-wavefront
software-developers

Load ONCE as the coordinator's orchestration loop after the DAG is built. Land the spine, then drive dependency-ordered waves of parallel independent slices until the DAG drains, and finish with the architect verification.

2026-06-15
architect-verify
software-developers

Load ONCE at the end — the final whole-feature join by a fresh architect at the integration HEAD. Run gates, mutation, and cross-slice DRY over the assembled feature and SIGN-OFF or BOUNCE, attributing each failure to its owning slice.

2026-06-15
integrate-wave
software-developers

Load after each wave completes — owned by the coordinator/integrator, not the architect. Dup-scan the wave's worktrees to DETECT cross-slice duplication (routed to the owning slice, never rewritten inline), merge each slice branch into the integration branch one at a time re-greening the gates, and bounce anything beyond a mechanical merge-marker conflict to the owning slice's own session.

2026-06-15
investigate
software-developers

Delegate read-only investigation, debugging, audit, search, or code-understanding tasks to sub-agents and synthesize only from their structured reports. In bottega, load it at DAG construction (to ground real contract edges) and on a bounce (to attribute a failure to its owning slice).

2026-06-15