Extends multi-agent support with two verified install routes. No new skills, and no change to the existing eight or the v1.2.0 three — all 11 are untouched.
New install routes
OpenAI Codex — as a plugin
codex plugin marketplace add Neeeophytee/finding-unknowns-skills
codex plugin add finding-unknowns@finding-unknowns
Adds .codex-plugin/plugin.json + .agents/plugins/marketplace.json. Verified on Codex CLI v0.143.0: installs at 1.3.0 and all 11 skills load into the model-visible prompt (codex debug prompt-input). Full receipts in INSTALL-CODEX.md.
Hermes Agent — via skills.external_dirs
skills:
external_dirs:
- ~/finding-unknowns-skills/skillsVerified live on Hermes Agent v0.15.1: all 11 skills register and show enabled. Note: hermes plugins install is the wrong route (that is a Python-plugin system) — these are skills, so use external_dirs. Full receipts in INSTALL-HERMES.md.
Also
- Per-agent invocation table in the README — same skills, different trigger syntax (
/context-auditon Claude Code and Hermes,$context-auditon Codex). - The version string now lives in two plugin manifests that must move together; documented in the repo maintenance notes with isolated-home verification recipes for both new routes.
Install (any agent): npx skills add Neeeophytee/finding-unknowns-skills