ai-slop-cleaner
skillRemove low-information AI mannerisms and noisy boilerplate while preserving the intended technical result.
Teams-first multi-agent orchestration layer for Claude Code with guided setup, staged autopilot, native teams, provider advisers, planning, QA, memory, diagnostics, and many focused skills.
Teams-first multi-agent orchestration layer for Claude Code with guided setup, staged autopilot, native teams, provider advisers, planning, QA, memory, diagnostics, and many focused skills.
# Inside Claude Code, run:
/deep-interview "Plan a tiny, disposable command-line notes app"Each card below corresponds to a component identified in the repository research. Open a component record for its path, purpose, capabilities, dependencies, risks, and relationships.
Remove low-information AI mannerisms and noisy boilerplate while preserving the intended technical result.
Send a bounded question to a configured external provider and bring the response back into the active workflow.
Run a staged plan-build-verify workflow from a high-level goal with checkpoints and recoverable state.
Execute an iterative, evidence-recorded research loop for measurable technical experiments.
Stop an active OMC mode or workflow and clean up its tracked state safely.
Ask multiple coding providers for complementary analysis and have Claude synthesize their findings.
Configure desktop or external notifications for long-running OMC activity.
Drive a reproduction-first debugging workflow that traces symptoms to root cause and verifies the fix.
Perform a deliberate, high-context investigation of a codebase, architecture, or difficult technical question.
Clarify an ambiguous project through structured questions before planning or implementation begins.
Create a deeper project initialization and context map for subsequent agent work.
Gather explicitly requested outside context and package it for the active Claude Code session.
Display compact workflow, context, and agent-status information during a session.
Capture reusable lessons from completed work and convert them into future guidance.
Keep source-build users aware when generated or compiled artifacts must be refreshed.
Configure supported MCP integrations and verify that Claude Code can reach them.
Assess tests, review findings, conflicts, and delivery evidence before a branch or pull request is merged.
Diagnose installation, configuration, runtime, hook, and dependency problems in OMC.
Open the consolidated OMC command, mode, configuration, and compatibility reference.
Install and configure OMC's project and user-level files through a guided setup flow.
Compatibility entry point that directs work to the current team orchestration surface.
Turn a request into an ordered implementation plan with explicit scope and verification steps.
Create and manage project sessions, worktrees, templates, and provider-specific execution contexts.
Persist on an implementation goal through bounded retries and verification until its completion condition is met.
Iterate on a plan with critique and refinement before expensive execution begins.
Coordinate versioning, validation, changelog, packaging, and release-readiness work.
Save an explicit fact or decision to OMC's durable project memory.
Apply a scientific hypothesis-experiment-measurement loop to technical investigation.
Evaluate agent behavior against goals and propose measured configuration or workflow improvements.
Provide the short in-session entry point to OMC installation and configuration.
Inspect, select, and use an installed OMC skill deliberately.
Convert a repeatable workflow or source document into a structured reusable skill.
Coordinate Claude Code's native multi-agent team through planning, execution, verification, and repair stages.
Trace agent decisions, hooks, state transitions, or execution paths for diagnosis.
Manage a large goal with durable state, decomposition, progress checks, and completion criteria.
Run a deeper quality-assurance pass across behavior, tests, edge cases, and deliverables.
Use higher-effort parallel execution for a broad, well-scoped implementation workload.
Check claims and deliverables against concrete tests, commands, artifacts, or acceptance criteria.
Evaluate visual output against explicit design and usability criteria.
Build and query durable project documentation from repository evidence.
Maintain writing-specific preferences, facts, terminology, and continuity across sessions.
These capabilities are derived from the current first-party README and supporting documentation. Names follow upstream terminology so you can search the source documentation precisely.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns core maintainers. Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns ambassadors. Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns document specialists. Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns top collaborators. Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns cli commands vs in-session skills. Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns vs code, agent sdk, and automation scope. Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns not sure where to start?. Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns team mode (recommended). Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns tmux cli workers — codex, gemini & antigravity (v4.4.0+). Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns updating. Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns why oh-my-claudecode?. Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Upstream treats this as a distinct part of Yeachan-Heo/oh-my-claudecode. In plain language, use this area when your task concerns orchestration modes. Begin with the documented default, test it on disposable input, and open the source section for its current options and limitations.
Start with one capability card instead of asking the repository to do everything at once. This makes permissions, inputs, and output easier to understand.
Use a sample URL, copied repository, test document, or sandbox account. Keep production credentials and irreplaceable files out of the first run.
Watch Terminal output or the host application's activity view. If the behavior differs from the README, stop with Control + C or cancel inside the host before retrying.
Check generated files, diffs, API responses, logs, or previews. Never assume “command finished” means the result is correct.
Record the working command and non-secret configuration in your project's README. Store secrets in the documented environment file or password manager.
These examples are selected from the repository's first-party documentation. Replace obvious placeholders, keep quotation marks intact, and run them only in the context indicated by the surrounding explanation.
/deep-interview "I want to build a task management app"{
"enabled": true,
"gateways": {
"my-gateway": {
"url": "https://your-gateway.example.com/wake",
"headers": { "Authorization": "Bearer YOUR_TOKEN" },
"method": "POST",
"timeout": 10000
}
},
"hooks": {
"session-start": {
"gateway": "my-gateway",
"instruction": "Session started for {{projectName}}",
"enabled": true
},
"stop": {
"gateway": "my-gateway",
"instruction": "Session stopping for {{projectName}}",
"enabled": true
}
}
}.claude/omc.jsonc and ~/.config/claude-omc/config.jsonc
A configuration file changes behavior without changing source code. Make one change at a time and keep a backup before editing JSON, TOML, YAML, or environment files.
skills/, scripts/, docs/
Paths identify where the relevant implementation or generated files live. Paths beginning with ~ are inside your home folder.
Claude Code authentication and optional credentials for Codex, Gemini, Antigravity, Grok, or Cursor advisers/workers
Prefer temporary, least-privileged credentials. Never commit .env, tokens, cookies, private keys, or session exports.
Selected model/provider CLIs and notification integrations
Check pricing, data retention, rate limits, and account permissions before enabling optional integrations.
git diff before committing.127.0.0.1 unless you intentionally secure and expose them.The manual reflects first-party files checked on August 18, 2026. It explains the indexed repository rather than promising that every optional third-party integration is available or safe.