feat: add Spanish caveman mode (caveman-es)#27
Open
mvanhorn wants to merge 1 commit intoJuliusBrussee:mainfrom
Open
feat: add Spanish caveman mode (caveman-es)#27mvanhorn wants to merge 1 commit intoJuliusBrussee:mainfrom
mvanhorn wants to merge 1 commit intoJuliusBrussee:mainfrom
Conversation
Add skills/caveman-es/SKILL.md following the same structure as the English caveman skill. Covers the same three intensity levels (lite, full, ultra) with Spanish grammar rules and examples. Technical terms stay in English (useMemo, connection pooling, etc.) since that's how most Spanish-speaking devs use them. Only the surrounding prose becomes terse Spanish caveman. Fixes JuliusBrussee#8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
skills/caveman-es/SKILL.md- a Spanish language variant of the caveman skill.How it works
Same structure as the English caveman skill with three intensity levels (lite, full, ultra). Spanish grammar rules replace English ones: drops articles (el/la/los), filler words (simplemente/básicamente), and pleasantries. Technical terms stay in English since that's how most Spanish-speaking devs use them.
Examples
Normal: "El problema que estás experimentando probablemente se debe a..."
Caveman: "Bug en middleware auth. Verificación expiración token usa
<no<=. Fix:"Activated via
/caveman-esor "modo cavernícola".Fixes #8
This contribution was developed with AI assistance (Claude Code).