Renamed to olakai-monitor-local-coding-agent. This skill now covers all three local coding agents (Claude Code, Codex CLI, Cursor) under one entry point. Existing plugin installs that reference olakai-monitor-claude-code continue to resolve here so they don't break — but the canonical, up-to-date guidance lives in olakai-monitor-local-coding-agent. Load that skill instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/olakai-ai-olakai-skills:olakai-monitor-claude-codeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill has been renamed and broadened. The Olakai CLI's `olakai monitor` command now supports three local coding agents — Claude Code, OpenAI Codex CLI, and Cursor — gated by a `--tool` flag. The skill's name was generalized to match.
This skill has been renamed and broadened. The Olakai CLI's olakai monitor command now supports three local coding agents — Claude Code, OpenAI Codex CLI, and Cursor — gated by a --tool flag. The skill's name was generalized to match.
Use the new skill instead: olakai-monitor-local-coding-agent
This stub is preserved only so that existing plugin installs and references to olakai-monitor-claude-code continue to resolve. Do not author new content here.
npx claudepluginhub olakai-ai/olakai-skillsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.