deepwork
v0.6.23Codex adapter for deepwork workflows, Deepwork agents, skills, and MCP tool registrations.
By HugefiverLicense: LicenseRef-AAAPL0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 15 skill or MCP entries
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install deepwork for Codex
codex plugin marketplace add hugefiver/ocmm
codex plugin marketplace upgrade deepwork-local
codex plugin add deepwork@deepwork-localPaste and run these commands in a terminal with Codex. They add and refresh the deepwork-local catalog, then install this plugin.
Compatibility: the page URL and API slug “deepwork” remain stable.
- Codex:
deepwork@agent-plugin-marketplace→deepwork@deepwork-local
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hugefiver/ocmmClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/deepwork/.
Plugin files
├── .codex-plugin/plugin.json├── skills/ast-grep/SKILL.md├── skills/coding-agent-sessions/SKILL.md├── skills/deepwork/SKILL.md├── skills/deepwork-brainstorming/SKILL.md├── skills/deepwork-dispatching-parallel-agents/SKILL.md├── skills/deepwork-receiving-code-review/SKILL.md├── skills/deepwork-requesting-code-review/SKILL.md├── skills/deepwork-subagent-driven-development/SKILL.md├── skills/deepwork-writing-plans/SKILL.md├── skills/git-master/SKILL.md├── skills/init-deep/SKILL.md├── skills/publish/SKILL.md├── skills/remove-ai-slops/SKILL.md├── skills/using-git-worktrees/SKILL.md└── .mcp.json
Included Skills14
Use ast-grep (sg) only when the task explicitly requires exact syntax-tree matching or a deterministic codemod that simpler rg/LSP lookup cannot express reliably. Examples: rewrite a specific call/import shape, strip `as any`, find empty catch blocks, or scan/apply YAML rules. Do not trigger for ordinary repository discovery, symbol navigation, text search, or one-off lookups that rg/LSP can answer.
MUST USE when asked to find, read, list, search, inspect, fetch, export, or reconstruct coding-agent sessions across Codex, Claude Code/Desktop, OpenCode, Senpi/pi, oh-my-pi (omp), gajae-code (gjc), OpenClaw, Factory Droid, Amp, Gemini/Kimi/Qwen CLIs, Codebuff, Roo/Kilo/Cline, Kodu, Cursor CLI, Aider, Aside browser-agent sessions, or unknown local agent logs. Covers transcripts, session IDs, rollout JSONL, state SQLite, Claude projects/pre-compact histories, OpenCode messages/parts, child/subagent linkage, cwd/model/time/token filters, archives, and cost clues. Expands fuzzy recall into parallel query lanes and first probes known stores so absent platforms are skipped cheaply. Triggers: coding agent sessions, Codex/Claude/OpenCode/Senpi/pi/oh-my-pi/omp/gajae-code/gjc/OpenClaw/Droid/Amp/Kodu/Cursor/Aider/Aside sessions, transcript search, session history, session ID, read transcript, token usage, subagent sessions, what did I do yesterday, did we already do this.
MUST USE when the user asks for deepwork-style planning, multi-agent execution, code review, research, or workflow routing inside Codex.
Use before creative or materially ambiguous work to clarify outcomes, constraints, risks, and an appropriate implementation direction.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Use when an implemented change benefits from independent review before delivery or merge
Use when executing implementation plans with independent tasks in the current session
Use when you have a spec or requirements for a multi-step task, before touching code
MUST USE whenever a task needs a commit or git-history investigation. Covers atomic commits, staging, commit-message style, rebase, squash, fixup/autosquash, blame, bisect, reflog, git log -S/-G, and questions like who wrote this or when was this added. Do not use for ordinary code edits unless the user asks for git work.
(builtin) Initialize hierarchical AGENTS.md knowledge base
Use only for an explicitly authorized ocmm release; incomplete until the fail-closed completion checker proves every required surface; never repair code or move an immutable tag during publishing.
Remove AI-generated code slop from branch changes or an explicit file list. Locks behavior with regression tests FIRST, then runs categorized cleanup via parallel task agents in batches of 5, then verifies with quality gates. Covers 10 slop categories. MUST USE when the user asks to "remove slop", "clean AI code", "deslop", "clean up AI-generated code", "remove AI slop", or wants to clean up AI-generated patterns.
Use ONLY when the user explicitly asks to use a git worktree for isolated feature work. Do not auto-trigger. Creates a linked worktree, sets up the project, and verifies a clean baseline before development begins.
MCP servers1
- command
- node
- args
- ./dist/cli/ocmm-lsp.js mcp
- cwd
- .
Plugin manifests1
{
"name": "deepwork",
"version": "0.6.23",
"description": "Codex adapter for deepwork workflows, Deepwork agents, skills, and MCP tool registrations.",
"author": {
"name": "Hugefiver"
},
"license": "LicenseRef-AAAPL",
"keywords": [
"codex",
"codex-plugin",
"deepwork",
"workflow",
"skills",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Deepwork",
"shortDescription": "Deepwork workflows and tools for Codex",
"longDescription": "Deepwork exposes its OpenCode-proven deepwork workflow prompts, shared skills, generated dw-* agent profiles, and MCP tool registrations as a self-contained Codex plugin without changing the OpenCode plugin entrypoint.",
"developerName": "Hugefiver",
"category": "Developer Tools",
"capabilities": [
"Skills",
"MCP Tools",
"Workflow",
"Multi-Agent Guidance"
],
"defaultPrompt": [
"Use deepwork to plan and ship this change.",
"Review this repo with deepwork reviewer discipline.",
"Use deepwork research tools for current docs."
],
"brandColor": "#0F766E",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deepwork on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deepwork)