Skip to main content

omnigent-ai/omnigent

SkillsMP 已收集 omnigent-ai/omnigent 中的 27 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
27
GitHub 星标
8,925
GitHub Forks
1,348

已展示 27 / 27 个已收集 Skill。

职业分类
网络与计算机系统管理员
描述

Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug…

原文语言:英语

更新
职业分类
未分类
描述

Spin up a live local Omnigent server and exercise the Antigravity (Gemini) SDK harness end-to-end — build antigravity agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the antigravity harness…

原文语言:英语

更新
职业分类
未分类
描述

Verify the Omnigent CLI's setup/onboarding flow, terminal UI/UX, and critical user journeys in a completely isolated, reproducible loop. Drives the real `omnigent` binary through a PTY (pexpect) inside a throwaway OMNIGENT_CONFIG_HOME / OMNIGENT_DATA_DIR…

原文语言:英语

更新
职业分类
未分类
描述

Spin up a live local Omnigent server and exercise the GitHub Copilot SDK harness end-to-end — build copilot agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the copilot harness (omnigent/inner/copilot_executor.py,…

原文语言:英语

更新
职业分类
未分类
描述

Spin up a live local Omnigent server and exercise the Cursor SDK harness end-to-end — build cursor agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the cursor harness (omnigent/inner/cursor_executor.py,…

原文语言:英语

更新
职业分类
未分类
描述

End-to-end test the polly multi-agent coding orchestrator's critical user journeys (CUJs). Two halves — a deterministic mock-LLM driver (polly_cuj.py) that boots a throwaway local server + mock LLM and asserts the substrate (boot, bridged sys_* tool dispatch,…

原文语言:英语

更新
职业分类
未分类
描述

Run the Omnigent load test and produce a results file explaining the latencies. Load when the user wants to load-test / stress-test / benchmark Omnigent under concurrency ("load test omnigent", "stress test the server", "how many hosts/sessions/turns can it…

原文语言:英语

更新
职业分类
未分类
描述

Patterns and templates for generating valid Omnigent agent directories. Load when ready to create files.

原文语言:英语

更新
职业分类
未分类
描述

Deep reference on Omnigent config format, executor types, skill/tool structure, and conventions. Load when you need to look up how the platform works.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Procedure for answering a question with a thorough, cross-checked, cited web-research report using the Keenable search + fetch tools.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Reference guide for building new Omnigent harness integrations — covers SDK/subprocess harnesses and native harnesses as separate tracks, each with their own feature matrix, implementation patterns, and prioritized checklist.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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. polly never merges; the human does.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Delegate read-only investigation, debugging, audit, search, or code-understanding tasks to sub-agents; synthesize only from their structured reports.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Spin up a live local Omnigent server + runner and exercise the native Antigravity (agy) TUI harness (antigravity-native) end-to-end — launch the real `agy` CLI via `omnigent antigravity`, drive turns through the web UI, smoke-test, and bug-bash. Load when…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Spin up a live local Omnigent server + runner and exercise the native Pi TUI harness (pi-native) end-to-end — launch the real `pi` CLI via `omnigent pi`, drive turns through the web/bridge, smoke-test, and bug-bash. Load when developing, testing, or debugging…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Audit a codebase or directory for security issues (hardcoded secrets, injection, unsafe deserialization, weak crypto, authz gaps) and produce a structured findings report. Use when the user asks for a security review, an audit, or to check code for…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Document a module or public API surface (functions, classes, CLI commands, endpoints) from the code itself. Use when the user asks for API reference, to document a module, or to write usage docs for a public interface.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Turn a range of commits or merged PRs into a changelog entry grouped by change type. Use when the user asks for release notes, a changelog, or "what changed" between two points.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Turn a breaking change (an API rename, removed flag, changed default, or moved module) into concrete upgrade steps with before/after examples. Use when the user asks how to migrate, upgrade, or adapt to a breaking change.

原文语言:英语

更新
职业分类
其他计算机职业
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Detect Python agent frameworks from code imports and map them to Omnigent executor types. Load when the user has existing agent code to integrate.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test counter — codex skills e2e. The unique suffix b8d4e7 appears in the skill name so a string match in the agent's output proves codex loaded this skill.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test greeter — codex skills e2e. The unique suffix a3f9c2 appears in the skill name so a string match in the agent's output proves codex loaded this skill.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test counter — pi skills e2e. The unique suffix d2f6e1 appears in the skill name so a string match in the agent's output proves Pi loaded this skill.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test greeter — pi skills e2e. The unique suffix c4a8d5 appears in the skill name so a string match in the agent's output proves Pi loaded this skill.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Research checklist and source-quality guidance for the archer e2e fixture.

原文语言:英语

更新
已展示 27 / 27 个已收集 Skill。