caveman-help

Displays a reference card of caveman modes, skills, and deactivation commands.

1|Updated May 3, 2021
One-click install
npx skills add https://github.com/leogurja/dotfiles --skill caveman-help-leogurja
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: caveman-help
Source: https://github.com/leogurja/dotfiles/tree/main/home/dot_agents/skills/caveman-help
Command: npx skills add https://github.com/leogurja/dotfiles --skill caveman-help-leogurja

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users of the caveman terse-writing system often forget the available slash commands, mode names, and how to deactivate or configure the default mode. This Skill provides an instant, one-shot cheat sheet without changing any active state. ## Core Features & Use Cases - Mode Reference: Lists all caveman modes (lite, full, ultra, wenyan variants) with their triggers and compression behavior. - Sibling Skill Index: Shows related skills like caveman-commit, caveman-review, and caveman-compress with their triggers. - Configuration Guide: Explains how to set the default mode via the CAVEMAN_DEFAULT_MODE environment variable or ~/.config/caveman/config.json. - Use Case: You activated caveman mode last week and forgot how to switch to ultra compression or turn it off. Invoke the help card to see every command and the deactivation phrase in one glance. ## Quick Start Ask the assistant to show the caveman help reference card to see all modes, skills, and commands.

Frequently Asked Questions about caveman-help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see all caveman modes and commands?▼

Invoke /caveman-help or say "caveman help" to display the full reference card. It lists every mode (lite, full, ultra, wenyan variants), all sibling skills, and deactivation triggers in one output.

How do I turn off caveman mode?▼

Say "stop caveman" or "normal mode" to deactivate the active mode. You can resume anytime by invoking /caveman again.

How do I change the default caveman mode?▼

Set the CAVEMAN_DEFAULT_MODE environment variable, which takes highest priority, or edit ~/.config/caveman/config.json with a defaultMode value. Setting it to "off" disables auto-activation at session start.

Does caveman-help change the active mode?▼

No, it is a one-shot read-only display. It does not flip the active mode, write flag files, or persist anything, so it is safe to invoke at any time.

What other caveman skills are available?▼

The reference card lists caveman-commit for terse Conventional Commits messages, caveman-review for one-line PR comments, and caveman-compress for compressing Markdown files to save input tokens.