By Allmight97
Lean Codex delegation for Claude/Fable: rescue, review, setup, transfer, adversarial review.
Run a read-only Codex challenge review of local changes, assumptions, and design risk
Delegate a task to Codex via the codex-rescue subagent
Run Codex's native non-interactive review of local changes
Check whether the local Codex bridge is ready for Claude/Fable routing
Transfer the current Claude Code session into a resumable Codex thread
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
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.
Private workspace for personal agent skills, Claude/Codex plugin marketplace metadata, and small shared agent configuration.
skills/: personal reusable skills..claude-plugin/: Claude marketplace/plugin manifests for personal-skills..codex-plugin/: Codex plugin manifest for personal-skills..agents/plugins/marketplace.json: Codex marketplace catalog for repo subscribers.mcp/README.md: local MCP notes.Claude Desktop, Cowork, and Claude Code can install the shared skill tree from
the private GitHub repo as the personal-skills plugin:
claude plugin marketplace add Allmight97/agents
claude plugin install personal-skills@personal
Plugin skills are namespaced, for example /personal-skills:diagnose and
/personal-skills:whittle. Whittle lives in this shared skill tree, not as a
separate plugin.
To publish a new skill, add skills/<skill-name>/SKILL.md, commit it, push to
main, then update or reload the installed plugin. The Claude plugin manifest
does not need a per-skill edit.
Install from GitHub rather than the local /Users/jstar/.agents path. Claude's
local-path plugin cache can copy ignored local-only directories such as env/
and bin/; GitHub installation uses the tracked repo contents only.
On this development Mac, Codex reads the local clone directly because
/Users/jstar/.agents/skills is the documented user-scope skill root. Do not
also install personal-skills@personal in Codex here; that creates duplicate
skills from the local tree and the plugin cache.
For a fresh machine without the /Users/jstar/.agents clone, Codex can subscribe
to this repo as the personal marketplace:
codex plugin marketplace add Allmight97/agents
Then install the shared skill tree as the personal-skills plugin:
codex plugin add personal-skills@personal
The plugin exposes namespaced skills, for example personal-skills:diagnose.
Use either the local user-scope tree or the plugin install, not both. Codex does
not merge duplicate skill names across roots.
The Codex catalog intentionally lives at .agents/plugins/marketplace.json.
That is the path Codex expects inside a Git marketplace checkout. Do not keep a
second root-level plugins/marketplace.json; it causes this Mac to see duplicate
personal marketplace roots.
Future plugins should be added as their own entries in the Codex marketplace
catalog only when they are genuinely separate products. Personal workflow skills,
including Whittle, belong in personal-skills.
To publish a new shared skill for Codex, edit skills/<skill-name>/SKILL.md,
commit, and push. On machines using the plugin path, refresh the marketplace and
reinstall personal-skills@personal:
codex plugin marketplace upgrade personal
codex plugin add personal-skills@personal
The Codex plugin manifest does not need a per-skill edit.
To publish a new plugin, create the plugin, add one marketplace entry for it, and
commit/push. Do not split ordinary personal skills out of personal-skills.
env/: machine-local environment files.bin/: machine-local executable shims and MCP binaries.npx claudepluginhub allmight97/agents --plugin codexShared personal skills for Claude Desktop, Cowork, and Claude Code.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Unified capability management center for Skills, Agents, and Commands.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.