Plugin Claude Code
Plugin marketplace listing 2 plugins: intercom, codex-subagent.
Plugin Claude Code
Plugin marketplace listing 2 plugins: intercom, codex-subagent.
Settings file Claude Code
Agent settings declaring 17 allowed tools.
Skill Claude CodeCodex
A testing guide for billed end-to-end tests that drive real Codex through codex-broker or codex-subagent. It covers tests using McpCodexManager, Codex tools, and related scenarios.
Skill Claude CodeCodex
Guidance for writing or reviewing end-to-end (E2E) and integration tests, which check complete user paths or interactions between components. It also covers choosing between predictable tests, paid real-device tests, and simulated test dependencies.
Skill Claude CodeCodex
A code-review checklist for changes that rename or remove named symbols, replace text broadly, or fix normalization and equality comparisons.
Skill Claude CodeCodex
Guia em chinês para manter disciplina ao escrever testes e verificar wire, protocolos e formatos de mensagens neste repositório.
Skill Claude CodeCodex
A repository workflow skill for planning and checking substantial work, including work shared across multiple sessions. It uses written plans and reviews possible blind spots before work is reported as complete.
Instructions file
Repository instructions for puxu-msft/my-claude-plugins, covering project rules, shared worktrees, skills, and keeping documentation current.
MCP server Claude CodeCodexCursor
MCP server "codex" as configured in puxu-msft/my-claude-plugins. Launched with bun claude-remote-3rd/codex-broker/src/mcp/server.mjs. Needs 1 environment variable to run.
Plugin Claude Code
A plugin for starting private, task-specific coding subagents that can receive messages and be paused, resumed, or stopped.
Agent
Delegate a task to a private codex worker with CONTEXT ISOLATION. Use when you want codex to "go do X and come back with the answer" without codex's raw output / reasoning / approval-gate chatter piling into your own context — this subagent runs the full llopen→llrecvmode(pull)→llsend→llpoll→llanswer→llstop loop and…
Hook
Runs when a session starts, executing run-js.sh via bash (2 commands). From puxu-msft/my-claude-plugins.
Skill Claude CodeCodex
Use when handing a task to a private codex worker via the codex-subagent plugin's final 17-tool high/low face — delegating a long/noisy job, getting an independent second-model opinion, running codex under context isolation, or driving a pull/push loop. Symptoms — choosing top-level spawn/send/poll/recv vs low-level…
Plugin Claude Code
A project-wide messaging plugin for sending messages between agent sessions. It supports broadcasts to all sessions and direct messages, delivered in response to events.
Command
A set of commands for communicating manually with other Claude sessions working on the same project. It can show online peers, send direct or broadcast messages, update your status, and read message history.
Skill Claude CodeCodex
Coordinate work with other concurrent Claude Code sessions in the same repository using the intercom plugin. Use this when you receive an injected message from another peer, when the user mentions another session/agent/worktree, or before starting substantial work that could overlap with parallel sessions — call list…