32 Commits
Author SHA1 Message Date
Julius Brussee af581f6314 Update README.md v1.2.0 2026-04-06 20:19:00 +02:00
Julius BrusseeandClaude Opus 4.6 b8ef256c51 Merge branch 'feature/caveman-compress' — add caveman-compress skill
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 19:14:04 +02:00
Julius Brussee d3124e9212 Add caveman-compress docs, skill, and test fixes
Add Caveman Compress documentation to README (usage, how it works, preservation rules, benchmarks) and a new skills/caveman/SKILL.md defining caveman modes, intensity, and rules. Update .gitignore to more accurately ignore macOS .DS_Store files. Trim and adjust tests/caveman-compress fixtures to match compressed output format.
2026-04-06 19:12:48 +02:00
amrutsavadatti 7d86dc665d Add caveman-compress skill 2026-04-05 21:02:34 -04:00
Julius Brussee d1bbf5b347 Pull latest before changes in sync workflow
Update .github/workflows/sync-skill.yml to add a pre-change step that configures git user/email and runs git pull --rebase origin main before copying files, reducing risk of merge conflicts. Also rename the commit step to "Commit and push if changed" and remove redundant git config and pull from that step so it only commits and pushes the updated files.
2026-04-06 02:20:33 +02:00
Julius BrusseeandClaude Opus 4.6 fbfe83b3e2 Compress SKILL.md prompt ~40% fewer tokens while keeping all behavioral anchors
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 02:17:20 +02:00
Julius Brussee 2ec71d8ffd Sync caveman skill workflow and docs
Update GitHub Actions workflow to add concurrency controls, checkout the main ref, simplify ZIP creation (zip directly from skills/), and pull --rebase before committing; commit message now includes [skip ci]. Also update README to add an "Intensity Levels" nav link. Clarify skills/caveman/SKILL.md: document explicit /caveman lite|full|ultra triggers, expand the description of dropped filler/pleasantries/hedging, and apply small formatting tweaks.
2026-04-06 02:11:21 +02:00
Julius Brussee a6f306e90f Merge branch 'feat/intensity-levels'
# Conflicts:
#	skills/caveman/SKILL.md
2026-04-06 02:09:58 +02:00
Julius Brussee d664d3625b Merge branch 'feat/auto-clarity' 2026-04-06 02:09:30 +02:00
Julius Brussee 4e3213f7f1 Merge branch 'feat/sync-skill-action' 2026-04-06 02:09:20 +02:00
Julius Brussee 0813f8547a Delete deploy-pages.yml 2026-04-06 02:02:16 +02:00
Julius Brussee ae7a3e7c33 feat: add GitHub Pages landing site 2026-04-06 01:57:03 +02:00
lbzepoqo 7a794d065e Add GitHub Action to auto-sync SKILL.md copies on push to main 2026-04-06 02:33:43 +08:00
lbzepoqo d84127c35f Add Auto-Clarity: drop caveman for security warnings and destructive ops 2026-04-06 02:32:53 +08:00
vrajandClaude Opus 4.6 05369e867e Clean up README intensity levels section to match existing style
Replace verbose two-table layout with compact 3-column side-by-side
table matching the existing Before/After HTML pattern. Remove chatty
intro and forced taglines in favor of natural caveman voice.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 11:00:49 -07:00
vraj aee2ae1371 Merge feat/intensity-levels into main 2026-04-05 10:53:10 -07:00
vrajandClaude Opus 4.6 73e35f5232 Add intensity level examples to README Before/After section
Show lite, full, and ultra side-by-side using the same React re-render
and auth middleware examples from the existing Before/After section.
Also fixes emoji encoding from prior edit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 10:52:09 -07:00
vrajandClaude Opus 4.6 04af4695c6 Address review feedback: update README and add Codex syntax
- Add intensity levels section to README so feature is discoverable
- Document Codex trigger syntax ($caveman lite|full|ultra) in SKILL.md
- Sync plugin copy and rebuild .skill archive

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 10:36:04 -07:00
vrajandClaude Opus 4.6 760e3d2b59 Add intensity levels (lite, full, ultra) to caveman mode
Adds three compression levels so users can dial caveman up or down:
- Lite: drops filler/pleasantries, keeps normal grammar
- Full: existing default behavior, unchanged
- Ultra: maximum telegraphic compression with abbreviations

Closes #10

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 10:36:04 -07:00
Julius Brussee 6c3e2f6147 Add benchmarks suite and update README
Add a benchmarks directory with prompts.json, requirements.txt, results/.gitkeep, and run.py to measure Claude output token counts (normal vs caveman) using the Anthropic client. run.py supports dry-run, multiple trials, saving JSON results, computing stats, and optionally updating the README benchmark table; it reads the caveman SKILL.md for the system prompt. Also add .gitignore entries and expand README.md with badges, a Benchmarks section, sample table, and usage instructions.
v1.1.0
2026-04-05 19:25:25 +02:00
Julius Brussee a2c7afe4f3 Add contributing guide and issue templates
Add GitHub issue templates for bug reports and feature requests tailored to the caveman persona, and add CONTRIBUTING.md describing how to propose changes to skills/caveman/SKILL.md (fork, edit, PR with before/after examples and rationale). These files help standardize contributions and make it easier for maintainers to review small, focused changes; also points contributors to ‘good first issue’ tasks.
2026-04-05 18:26:22 +02:00
Julius BrusseeandGitHub ed409e3f43 Merge pull request #3 from shayne/main
Add Codex plugin support
2026-04-05 18:22:12 +02:00
Julius BrusseeandGitHub 5312593723 Merge pull request #4 from schnapster/patch-1
make README more cave, many thank contributor
2026-04-05 18:12:05 +02:00
Dennis NeufeldandGitHub 2e6244e57f make README more cave 2026-04-05 17:29:11 +02:00
shayne ba8635468f Add Codex plugin support 2026-04-05 10:59:47 -04:00
Julius Brussee 9f53043e71 Add star history badge to README
Insert a star-history chart badge (linked to star-history.com) into the README to show the repository's star count over time as a visual indicator of project popularity.
2026-04-05 16:40:19 +02:00
Julius Brussee 0f23d93ca9 Create marketplace.json v1.0.0 2026-04-04 19:38:58 +02:00
Julius Brussee 57d3a0c31e Add caveman plugin and skill; update install docs
Introduce 'caveman' Claude plugin: add .claude-plugin/plugin.json with plugin metadata and author, and add skills/caveman/SKILL.md documenting Caveman Mode rules, examples, and boundaries. Also update README install instructions to use the plugin marketplace and install commands for caveman.
2026-04-04 19:37:54 +02:00
Julius BrusseeandGitHub 1229c47559 Update README.md 2026-04-04 12:10:19 +02:00
Julius BrusseeandClaude Opus 4.6 05b752ea59 Make README viral-worthy with side-by-side comparisons and meme energy
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 12:08:41 +02:00
Julius BrusseeandClaude Opus 4.6 af5375d6f0 Add caveman skill — ultra-compressed communication mode for Claude Code
Skill that reduces token usage ~75% by making Claude speak like a caveman
while maintaining full technical accuracy. Includes packaged .skill file,
README with install instructions, and MIT license.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 12:06:14 +02:00
Julius Brussee fb0bc2d177 Initial commit 2026-04-04 12:02:51 +02:00