Standalone Codex marketplace for a LEV-owned adaptation of WiseHash dispatch and MCP pattern libraries.
This is deliberately a small adapter, not a new orchestration runtime.
- Codex app / CLI plugin:
plugins/lev-wisehash - Repo-scoped skill copies:
.agents/skills - Cowork upload artifacts:
dist/*.skill - Shared templates and JSON schemas inside the plugin folder
dispatch-protocolcross-model-reviewbounded-implementationverification-first-specmcp-wrapper-discipline
From this marketplace root:
codex plugin marketplace add /Users/ant/code/lev-wisehashThen restart Codex and install lev-wisehash from the plugin directory.
For another machine, replace the path with the cloned repo path or a Git URL once published.
Copy selected folders from .agents/skills/ into the target repo's .agents/skills/.
Upload each file in dist/ individually via Cowork Settings > Capabilities > Upload Skill.
Do not upload a combined multi-skill zip.
Inspired by and adapted from:
This repo rewrites those patterns into LEV's skill/plugin conventions and hardens the MCP guidance for LEV's secret-handling and production-operation rules.
This package is Apache-2.0. WiseHash's public source repos are also Apache-2.0, not MIT.
See:
LICENSENOTICEdocs/licensing-note.md
- No secrets in chat, logs, docs, screenshots,
.mcp.json, or examples. - Generic credential examples must be rewritten before production use.
- MCP wrapper guidance is an audit/checklist layer until environment-specific review is complete.
- No production infra writes are implied by this package.