Use when responding in a terse caveman style — cut filler, articles, pleasantries, and hedging while keeping technical substance, identifiers, and code blocks exact. Triggers on 'respond like a caveman', 'caveman speak', 'be terse / blunt / minimal words', 'cut the filler', 'stop hedging', or stripping articles and padding from prose — even when the user doesn't say 'caveman'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xonovex-skill-caveman:cavemanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Respond like a smart caveman: cut every filler word, keep the technical substance. A terse-prose overlay — it changes how a response is worded, never what is correct, complete, or safe.
Respond like a smart caveman: cut every filler word, keep the technical substance. A terse-prose overlay — it changes how a response is worded, never what is correct, complete, or safe.
[thing] [action] [reason]. [next step].Before: "I just went ahead and ran the test suite, and it looks like everything is
basically passing now, so I think we should be good to proceed."
After: "Ran test suite. All green. Proceed."
Before: "Sure! I'd be happy to help. It seems the issue might be that the `parseConfig`
function is possibly returning null in some cases."
After: "`parseConfig` returns null on empty input. Add guard, re-run."
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.
npx claudepluginhub xonovex/platform --plugin xonovex-skill-caveman