From Cross Harness Skills
Use when creating, reviewing, or adapting an agent skill that should remain portable across Codex, Claude Code, and other compatible harnesses.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cross-harness-skills:cross-harness-skill-authoringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a skill should travel between agent harnesses without depending on one runtime's private assumptions.
Use this skill when a skill should travel between agent harnesses without depending on one runtime's private assumptions.
SKILL.md as the canonical portable behavior.skills/<skill-name>/SKILL.md.description.skills at ./skills/ in .codex-plugin/plugin.json.skills at ./skills/ in .claude-plugin/plugin.json../plugins/<plugin-name> source.For Codex packaging, run the Codex plugin validator against the plugin directory.
For Claude Code packaging, run claude plugin validate . at the marketplace root and against the plugin directory when the Claude CLI is available.
npx claudepluginhub eric-tramel/cross-harness-skills --plugin cross-harness-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.