omagents

19 mods across 1 repository, 365 stars between them.

omagents AGENTS.md

01

omagents/omagents

Instructions file CodexOpenCode

Instructions for omagents/omagents, covering agents.md, what is this project?, architecture (layered), project structure and plugin entry point (.opencode/plugins/index.js).

365 1mo ago A 4,108 tokens original MIT

agents-python-tools

02

omagents/omagents

Skill Claude CodeCodex

Route agent Python tooling to a dedicated venv at /.venvs/omagents, separate from any project's Python environment. Use whenever the agent needs to install or run a Python tool/library to complete a task — e.g. openpyxl to generate Excel, pdf2md/pdfplumber to convert PDFs to Markdown, Pillow to generate images…

365 1mo ago A 125 tokens original MIT

ast-grep

03

omagents/omagents

Skill Claude CodeCodex

AST-aware code search and rewrite across 25+ languages using the ast-grep (sg) CLI. Trigger when the agent needs structural code matching, pattern-based search, or pattern-based rewriting. Falls back to grep if ast-grep is not installed.

365 1mo ago A 55 tokens original MIT

deep-research

04

omagents/omagents

Skill Claude CodeCodex

Run a multi-source, iterative deep research workflow using structured items × fields and produce a Markdown report.

365 1mo ago B 24 tokens original MIT

doctor

05

omagents/omagents

Skill Claude CodeCodex

Diagnose OmAgents installation and configuration. Trigger when the user says 'doctor', 'diagnose', or encounters issues with MCP servers, skills, venv, or plugin loading. Checks plugin registration, MCP connectivity, Python venv, skill discovery, and PATH injection.

365 1mo ago A 56 tokens original MIT

github-triage

06

omagents/omagents

Skill Claude CodeCodex

Triage GitHub issues using a durable loop workflow. Each issue is classified, labeled, and recorded before moving to the next. Trigger when the user says 'triage issues', 'classify issues', 'organize issues'.

365 1mo ago A 51 tokens original MIT

hyperplan

07

omagents/omagents

Skill Claude CodeCodex

Adversarial plan review with 3 parallel critics using loop engine tracking. Each critic attacks the plan from a different angle: security, architecture, and edge cases. Trigger when the user says 'hyperplan', 'review plan', 'critique plan', or wants adversarial analysis of a design.

365 1mo ago A 63 tokens original MIT

init-deep

08

omagents/omagents

Skill Claude CodeCodex

Auto-generate hierarchical AGENTS.md files throughout a project. Trigger when the user says 'init-deep', 'generate AGENTS.md', or wants to set up project context for AI agents. Scans the codebase and creates context files at each meaningful directory level.

365 1mo ago A 58 tokens original MIT

lsp-guide

09

omagents/omagents

Skill Claude CodeCodex

Guide agents to use the right code intelligence tool: OpenCode's native LSP, codegraph MCP, grep, or ast-grep. Trigger when the agent needs code navigation, definition lookup, reference finding, renaming, or diagnostics.

365 1mo ago A 52 tokens original MIT

omagents/omagents

Skill Claude CodeCodex

Use Microsoft MarkItDown to convert documents and files to Markdown for text extraction and parsing. Trigger this skill whenever the task involves: reading/extracting text from PDF, DOCX, PPTX, XLSX, XLS, HTML, CSV, EPUB, IPYNB, images (with OCR/LLM), audio (with transcription), Outlook MSG, RSS/ATOM feeds, ZIP…

365 1mo ago A 181 tokens original MIT

officecli

11

omagents/omagents

Skill Claude CodeCodex

Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.

365 1mo ago C 56 tokens copy · 89% MIT

parallel-execution

12

omagents/omagents

Skill Claude CodeCodex

The orchestrator agent automatically parallelizes work using background tasks. Use /ps to check status, canceltask to cancel.

365 1mo ago A 28 tokens original MIT

omagents/omagents

Skill Claude CodeCodex

Use Playwright (Python) for all web scraping and page-fetching tasks instead of curl, wget, or requests. Trigger this skill whenever the task involves: fetching a web page's content, scraping data from a URL, reading a website's text, extracting information from HTML, or any task where a web page needs to be loaded…

365 1mo ago A 133 tokens original MIT

pre-publish-review

14

omagents/omagents

Skill Claude CodeCodex

Pre-publish release gate using a durable loop workflow. Checks version, changelog, tests, lint, Python scripts, git status, and docs before publishing. Trigger when the user says 'pre-publish', 'release check', 'ready to publish', or before running npm publish.

365 1mo ago A 62 tokens original MIT

refactor

15

omagents/omagents

Skill Claude CodeCodex

Systematic code refactoring using a durable loop workflow. Each refactoring target is processed, verified, and marked complete before moving to the next. Trigger when the user says 'refactor', 'restructure code', or wants to improve code without changing behavior.

365 1mo ago A 55 tokens original MIT

remove-ai-slops

16

omagents/omagents

Skill Claude CodeCodex

Clean up AI-generated code artifacts using a durable loop workflow. Trigger when the user says 'clean AI code', 'remove slops', 'remove AI artifacts', or notices low-quality AI-generated code. Processes files one by one with verification.

365 1mo ago A 53 tokens original MIT

remove-deadcode

17

omagents/omagents

Skill Claude CodeCodex

Find and remove unreferenced code using a durable loop workflow. Each candidate is verified, removed, tested, and marked complete before moving to the next. Trigger when the user says 'remove dead code', 'clean unused code', 'find unused'.

365 1mo ago A 55 tokens original MIT

tech-debt-audit

18

omagents/omagents

Skill Claude CodeCodex

Systematically audit a codebase for technical debt using a durable loop workflow. Each audit category is scanned, findings collected, and recorded before moving to the next. Trigger when the user says 'tech debt audit', 'audit code', 'code health check'.

365 1mo ago A 57 tokens original MIT

work-with-pr

19

omagents/omagents

Skill Claude CodeCodex

Manage the full PR lifecycle using the github MCP: create, update, review, merge. Trigger when the user says 'create PR', 'update PR', 'review PR', 'merge PR', or needs to work with pull requests.

365 1mo ago A 51 tokens original MIT