beyond10x
Use this plugin as the marketplace front door. It selects the smallest specialist for a request, provides a map of public Beyond10x resources, and helps create plugins that keep their core capabilities portable across Codex and Claude Code.
It provides:
- a
beyond10xrouting skill for selectingaep-plan,aep-drive,ess-specify, orworkspace-hygiene; - direct links to public product guides, command references, plugin references, and source;
- a
plugin-creatorskill for creating or porting dual-harness plugins.
Portable plugin creation
The creator uses skills/<name>/SKILL.md as the shared capability layer. Both hosts load that
layout and its references, assets, and optional scripts. New command-like behavior is authored as a
skill, which Claude Code exposes as a slash shortcut and Codex exposes through skill invocation.
Specialist-agent behavior also lives in a shared skill. A thin Claude Code agents/ wrapper may be
added when native delegation is useful, while Codex uses the shared skill directly or delegates
through its supported orchestration. The creator never presents a Claude-only command or agent file
as a portable component.
The full compatibility rules live with the plugin source and link to the current OpenAI plugin packaging guide and Claude Code plugin reference.
Routing boundaries
The front door does not copy specialist instructions. Install the plugin it selects when you need the governed workflow:
aep-planfor plans and artifact stores;aep-drivefor accepted development work;ess-specifyfor ESS specification, validation and projections.workspace-hygienefor managed Git worktrees and safe cleanup.
For the broader organization map, start at Beyond10x getting started.