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).
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).
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…
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.
Skill Claude CodeCodex
Run a multi-source, iterative deep research workflow using structured items × fields and produce a Markdown report.
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.
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'.
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.
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.
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.
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…
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.
Skill Claude CodeCodex
The orchestrator agent automatically parallelizes work using background tasks. Use /ps to check status, canceltask to cancel.
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…
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.
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.
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.
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'.
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'.
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.