Use when authoring, reviewing, merging, simplifying, or distilling reusable user-invocable prompt files (a.k.a. slash commands — files an agent harness exposes as `/command` invocations). Triggers on edits to prompt / command files, on prompts to make a slash command, save a workflow as a reusable command, merge across commands, condense a verbose command, or distill a fat command into a thin command that delegates to a skill — even when the user doesn't say 'prompt' or 'slash command'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xonovex-skill-command:command-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Author, merge, simplify, and distill reusable user-invocable prompt files (sometimes called slash commands, custom commands, or user prompts depending on the agent harness).
Author, merge, simplify, and distill reusable user-invocable prompt files (sometimes called slash commands, custom commands, or user prompts depending on the agent harness).
--dry-run) before applyingSkill tool; the skill is the single source of truth, the command a thin, stable interfacedependencies, so it is guaranteed present) or soft (describe the capability needed and let the agent select the best-fitting installed skill at run time, declaring nothing and degrading gracefully when none matches). Use hard when one specific skill is always required, soft when the right implementation depends on context and several interchangeable skills could satisfy it; a command may compose several of each, and either way loads each via the Skill tool (install ≠ in-context), see references/distill.mddependencies can't guarantee the skill at run time — wire the dependency and load via the Skill tool (install ≠ in-context)Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Creates platform-native content for X, LinkedIn, TikTok, YouTube, and newsletters from source material. Adapts voice and format per platform while avoiding engagement bait and filler.
npx claudepluginhub xonovex/platform --plugin xonovex-skill-command