一键导入
caveman
Ultra-compressed response style that reduces output token count while preserving technical accuracy, with intensity levels and auto-clarity safety rules
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ultra-compressed response style that reduces output token count while preserving technical accuracy, with intensity levels and auto-clarity safety rules
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Canonical documentation capability for audit, drift, validate, and author modes in hve-core.
Text-to-speech voice-over generation from YAML speaker notes using Azure Speech SDK with SSML pronunciation control
PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling
Authors Vally conformance tests for prompts, instructions, agents, and skills, including refusals for jailbreak, prompt-injection, harmful-elicitation, TOS, CoC, and PII-extraction stimuli
Manage GitLab merge requests and pipelines with a Python CLI
Jira issue workflows for search, issue updates, transitions, comments, and field discovery via the Jira REST API. Use when you need to search with JQL, inspect an issue, create or update work items, move an issue between statuses, post comments, or discover required fields for issue creation.
| name | caveman |
| description | Ultra-compressed response style that reduces output token count while preserving technical accuracy, with intensity levels and auto-clarity safety rules |
| argument-hint | [{lite|full|ultra|wenyan|off}] |
| license | MIT |
| disable-model-invocation | true |
| metadata | {"authors":"microsoft/hve-core","spec_version":"1.0","last_updated":"2026-06-05","content_based_on":"https://github.com/JuliusBrussee/caveman"} |
Caveman is an opt-in response style that reduces output verbosity while keeping technical content fully intact. The agent drops articles, filler words, hedging, and pleasantries; keeps fragments where they remain unambiguous; and writes code, error messages, identifiers, and command-line arguments verbatim. Use it when the user explicitly requests a terser response.
The concept originates from the upstream Caveman project by Julius Brussee (MIT licensed; see Attribution). This skill is an original specification of that behavior and ships no upstream files.
Caveman has no out-of-band state store, daemon, or hook. Persistence relies entirely on the conversation transcript:
/caveman ultra, "use caveman", and similar) stays visible in chat history.caveman/SKILL.md the next time an active directive appears.State lives in chat, not in a file. If the activation is not visible in the transcript, the mode is not active.
Activate Caveman when the user asks for it directly:
/caveman or /caveman <level> where <level> is one of lite, full, ultra, wenyanDo not activate on generic brevity requests such as "be brief", "less tokens", "terser output", or "save tokens". Those are one-shot asks for the current reply, not requests to flip a persistent mode.
Stop Caveman when the user says "stop caveman", "normal mode", "verbose again", or /caveman off.
| Level | Behavior |
|---|---|
lite | Drop filler and hedging. Keep articles and full sentences. |
full (default) | Drop articles. Sentence fragments allowed. Short synonyms. |
ultra | Telegraphic. One-word answers when sufficient. Arrows for flow. |
wenyan | Classical Chinese (文言) register layered on full compression. |
If the user requests /caveman without a level, default to full. /caveman wenyan applies the wenyan register at full compression. Combine with another level for stronger compression, e.g. /caveman wenyan ultra.
Always drop:
Always keep, exact and unmodified:
Pattern: [thing] [action] [reason]. [next step].
Switch off Caveman automatically — without being asked — when any of the following apply, then resume after the section ends:
Code, commits, pull request bodies, and release notes are always written in normal style regardless of mode.
Normal: "I'd be happy to help! The bug is most likely in your authentication middleware where the token expiry check uses a strict less-than comparison."
Caveman (full): "Bug in auth middleware. Token expiry check uses < not <=. Fix:"
Caveman (ultra): "Auth bug. < → <=. Fix:"
Concept based on the Caveman project (MIT license, Copyright (c) 2026 Julius Brussee). This SKILL.md is an original specification authored for hve-core; no upstream files are redistributed.