ワンクリックで
skill
Manage Omagy plugin skills - list, search, show, validate, add, edit, remove, and sync
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage Omagy plugin skills - list, search, show, validate, add, edit, remove, and sync
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
[OMAGY] Run an anti-slop cleanup/refactor/deslop workflow
Run read-only deep repository analysis with ranked synthesis, concrete evidence, and explicit Evidence/Inference/Unknown boundaries.
Full OMX-style autonomous pipeline for Omagy: interview, plan, goal execution, optional team, review, and UltraQA.
Professor-critic research workflow with durable Omagy artifacts for agy.
Stateful validator-gated research loop with artifact-gated completion.
[Omagy] Bounded best-practice research wrapper using official/upstream evidence first
| name | skill |
| description | Manage Omagy plugin skills - list, search, show, validate, add, edit, remove, and sync |
| argument-hint | <list|show|search|validate|add|edit|remove|sync> [args] |
Use this skill to inspect and maintain Omagy's plugin-scoped skills.
This is the Omagy adaptation of OMX skill management. It manages this repo's
canonical skills/ tree and the plugin mirror under plugin/skills/; it does
not edit Codex user skills or .codex/skills.
omagy skill list --json
omagy skill show ai-slop-cleaner --json
omagy skill search cleanup --json
omagy skill validate --json
omagy skill sync --json
Use structured input for mutations:
omagy skill add --input '{"name":"custom-skill","description":"Do custom work","triggers":["custom"],"argumentHint":"<target>"}' --json
omagy skill edit custom-skill --input '{"description":"Updated description","triggers":["custom","update"]}' --json
omagy skill remove custom-skill --yes --json
Rules:
add writes both skills/<name>/SKILL.md and
plugin/skills/<name>/SKILL.md.edit defaults to the canonical source skill and mirrors the change to the
plugin skill when it exists.remove requires --yes or {"yes":true}.sync copies canonical source skills into the plugin mirror.validate checks source/plugin name parity, content parity, and required
frontmatter.omagy skill list --json to see source, plugin, and installed scopes.omagy skill search <query> --json before adding a new skill.omagy skill add or edit with structured JSON.omagy skill validate --json.omagy setup when the installed Antigravity plugin should receive the
refreshed skill surface. Maintainers can run npm run verify-plugin when
plugin packaging consistency matters.