By Xopoko
Operate, automate, diagnose, and inspect Codex CLI, plugins, MCP servers, logs, and local environment actions.
Route Codex CLI work across local CLI inspection, non-interactive exec/review automation, plugin and MCP management, doctor/debug/sandbox/app-server diagnostics, session log forensics, and Codex app local environment actions.
Use when diagnosing Codex CLI install, config, auth, runtime, feature flags, sandbox denials, debug models, prompt input, app-server, remote-control, remote websocket/unix connections, or local Codex health failures.
Create, update, debug, or remove Codex app local project environments and actions, including `.codex/environments/environment.toml`, Run/Test/Preview buttons, startup commands, simulator/browser/dev-server launch actions, environment variables, and repeatable local commands.
Use when preparing, running, debugging, or reviewing non-interactive Codex CLI automation with `codex exec`, `codex exec resume`, `codex review`, JSONL events, output schemas, last-message files, cwd/profile/config flags, sandbox and approval modes, or CI-style agent runs.
Use when locating, summarizing, or debugging Codex session rollout JSONL logs by CODEX_THREAD_ID, cwd, query, issue key, project path, malformed or huge log symptoms, world-readable log concerns, or "what happened in this Codex thread" questions.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.

Ready-to-install skills and plugins that make coding agents better at real development work.
Plug'n Skills is a library of plugin packs for Codex, Claude Code, and other coding agents. Each pack gives an agent a focused workflow: what to inspect, which commands to run, what to verify, and when to use a deterministic helper instead of improvising from a prompt.
Use it when you want an agent that can handle more than generic code edits:
The repository ships 13 installable plugin packs and more than 150 focused
agent skills. Every pack is plain repository content: manifests, SKILL.md
files, references, validators, and helper scripts. You can inspect it, validate
it from a fresh clone, install only the packs you need, and keep generated local
marketplace or cache state out of the repo.
For most users, the simplest path is to paste this prompt into the coding agent you already use:
Install Plug'n Skills from https://github.com/Xopoko/plug-n-skills on this
computer. Follow the repository instructions for the coding agent you are
running in, validate the source tree first, use a dry run before writing global
plugin state, install only the plugin packs I request unless I ask for all of
them, and report exactly what was changed.
git clone https://github.com/Xopoko/plug-n-skills.git
cd plug-n-skills
python3 scripts/validate-repository.py
Preview the Codex install plan before writing global state:
python3 scripts/install-codex-plugins.py --dry-run
Install or refresh every plugin from this checkout:
python3 scripts/install-codex-plugins.py
python3 scripts/install-codex-plugins.py --check-only
Install only selected plugin packs:
python3 scripts/install-codex-plugins.py --plugin capability-workbench
python3 scripts/install-codex-plugins.py \
--plugin kotlin-multiplatform \
--plugin spec-driven-development
The installer validates the repository, generates a local Codex marketplace
file at .agents/plugins/marketplace.json, points Codex's local marketplace
at this checkout, enables the selected plugins, and materializes cache entries
under ~/.codex/plugins/cache/local/....
.agents/ and Codex cache directories are local runtime state. They are not
part of the published source tree.
Add this repository as a Claude Code marketplace, then install the plugin pack you need:
/plugin marketplace add Xopoko/plug-n-skills
/plugin install capability-workbench@xopoko-plug-n-skills
/reload-plugins
For a local checkout, use the checkout path instead of the GitHub shorthand:
/plugin marketplace add /path/to/plug-n-skills
Claude Code reads the root .claude-plugin/marketplace.json and each plugin's
.claude-plugin/plugin.json.
npx claudepluginhub xopoko/plug-n-skills --plugin codex-cliAgent skills for building, debugging, profiling, testing, refactoring, and shipping Swift apps across Apple platforms.
PixiJS v8 skill collection: application setup, scene graph, assets, events, filters, rendering, performance, v7->v8 migration, and project scaffolding.
Agent skills for building, debugging, profiling, testing, refactoring, and shipping Swift apps across Apple platforms.
Context design, prompt-contract optimization, research-backed acceptance gates, compression validation, and structural handoff for agent skills, plugins, prompts, docs, and workflows.
Tauri 2 development: project setup/migration, tauri.conf & capabilities/security, Rust IPC & plugins, shell UI, debug/test, and distribution/mobile release.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.