81 Commits
Author SHA1 Message Date
github-actions[bot] 26c25e39b3 chore: sync SKILL.md copies and caveman.skill [skip ci] v1.3.0 2026-04-08 23:23:26 +00:00
Julius Brussee 79ef2933ac Update README.md 2026-04-09 01:23:17 +02:00
Julius Brussee fecea29b1f Update README: restructure and add compress
Rework README layout and copy: reorder navbar links, rename sections (Levels, 文言文), simplify intensity triggers, and tighten many examples/phrasing. Add caveman-compress docs and compression benchmarks (file-savings table), move/reinsert API benchmark table, and replace long "Why/How" prose with concise benefits and visuals. Misc fixes: Wenyan wording, CLAUDE.md compress examples, and various formatting cleanup for clarity and token-efficiency.
2026-04-09 01:22:31 +02:00
Julius Brussee 6f6772ab1b README: add Wenyan mode, skills, and evals
Expand README with new features and docs: add TOC links for Skills and Evals, update intro to mention Wenyan mode/terse commits/reviews and compression tool, and consolidate Windows Codex install/symlink notes into a short note. Add a new Wenyan (文言文) section with levels and example, introduce Caveman Skills (caveman-commit and caveman-review) with usage examples and severity prefixes, and add an Evals section describing the eval harness and commands. Minor wording/ordering tweaks to installation text.
2026-04-09 01:18:09 +02:00
Julius BrusseeandClaude Opus 4.6 e6df0d6055 Remove language-specific skills (caveman-cn, caveman-es, caveman-pt)
Separate language translations are unnecessary — Claude already responds
in the user's language. These added maintenance surface without real value.
Wenyan mode is kept as it's a genuinely different compression technique
built into the core skill.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 01:10:22 +02:00
Julius Brussee 42b3030c69 Merge PR #47: Add eval harness with three-arm methodology 2026-04-09 01:08:14 +02:00
Julius Brussee bd671cc907 Merge PR #41: Add caveman-pt skill (Portuguese) 2026-04-09 01:07:57 +02:00
Julius Brussee 4591fb5396 Merge PR #45: Add caveman-review skill 2026-04-09 01:07:52 +02:00
Julius Brussee e0c7501619 Merge PR #44: Add caveman-commit skill 2026-04-09 01:07:51 +02:00
Julius Brussee a5b624ca4f Merge PR #36: Add 文言文 (Classical Chinese) wenyan mode 2026-04-09 01:07:44 +02:00
Julius Brussee 3e8b60e570 Merge PR #30: Codex plugin Windows install and assets 2026-04-09 01:07:39 +02:00
Julius Brussee 7d6aa3ac65 Merge PR #38: Security patch, SDK support, and file size limit 2026-04-09 01:07:16 +02:00
Julius Brussee e1e5e8b13a Merge PR #39: Fix path regex and prevent backup file overwriting 2026-04-09 01:06:43 +02:00
Julius BrusseeandClaude Opus 4.6 8195e1a4a0 fix: PATH_REGEX must require path separator to avoid false positives
Making the prefix optional matched every English word as a path.
Now requires either a path prefix (./ ../ / drive:) or contains / or \.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 01:05:31 +02:00
Julius BrusseeandClaude Opus 4.6 a97af68741 fix: correct inverted sign in fmt_pct eval output
Positive savings (skill reduces tokens) should display as "+" not "−".
The sign logic was backwards, making all eval results misleading.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 01:05:25 +02:00
Julius BrusseeandClaude Opus 4.6 f6ca007f49 Remove generated eval snapshot files from git tracking
These are build artifacts (HTML report and PNG plot) that should not be
version-controlled. Added evals/snapshots/*.html and *.png patterns to
.gitignore.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 01:00:06 +02:00
Julius BrusseeandClaude Opus 4.6 bf828cd0fa Remove duplicate caveman-pt/SKILL.md from root level
The Portuguese caveman skill was duplicated at both caveman-pt/SKILL.md (root)
and skills/caveman-pt/SKILL.md. Remove the root-level copy since skills belong
under the skills/ directory.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 00:59:52 +02:00
sebastianbreguel 64c4e2113f Switch eval plot to real boxplot with per-prompt distribution 2026-04-08 18:44:27 -04:00
sebastianbreguel 6588ad1e26 Flip eval plot to vertical orientation 2026-04-08 18:36:03 -04:00
sebastianbreguel 784df686b4 Switch eval plot to dot+whiskers (median, IQR, min/max) 2026-04-08 18:32:06 -04:00
sebastianbreguel 7de87db9e6 Reframe eval plot as 'tokens saved' stacked bars 2026-04-08 18:28:58 -04:00
sebastianbreguel 1254e714e6 Switch eval plot to plotly, more intuitive horizontal layout 2026-04-08 18:26:08 -04:00
sebastianbreguel 6391a702b7 Add bar chart of skill compression with median/mean/range 2026-04-08 18:24:28 -04:00
sebastianbreguel 2b10489888 Add token-compression eval harness with three-arm methodology
Closes #18 by replacing the unverified "~75% savings" claim with a real,
auditable measurement.

Methodology:
- Three arms per prompt: baseline (no system prompt), terse control
  ("Answer concisely."), and terse+SKILL.md. The honest delta is
  skill vs terse — this isolates the skill's contribution from the
  generic "be terse" effect.
- Real LLM in the loop via `claude -p --system-prompt`. No hand-written
  baselines, no circularity.
- Snapshot of LLM outputs committed to git as the source of truth.
  measure.py runs in CI with no network and no auth.
- Reports median, mean, min, max, stdev across prompts so noise is visible.
- Metadata pinned in the snapshot: model, CLI version, generation timestamp.

Initial run on claude-opus-4-6 (n=10 prompts) shows the real numbers
sit in the −22% to −49% mean range, not the previously claimed ~75%.
The README's headline number should be updated to match.
2026-04-08 18:20:09 -04:00
sebastianbreguel 001075b420 feat: add caveman-review skill for terse PR review comments 2026-04-08 16:19:31 -04:00
sebastianbreguel 03f3dcd723 feat: add caveman-commit skill for terse commit messages 2026-04-08 16:14:54 -04:00
Leonardo Colman LopesandClaude Opus 4.6 f3c710377c Add caveman-pt skill (Portuguese)
Add Portuguese localization of the caveman skill, following the same
structure as caveman-es and caveman-cn.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 14:35:50 -03:00
Julius BrusseeandGitHub 9ee0e352c6 Merge pull request #37 from leoz32/feat/caveman-cn-skill
Add Chinese caveman skill (caveman-cn)
2026-04-08 11:36:39 +02:00
Julius BrusseeandGitHub d6fbf67db3 Merge pull request #35 from akshayjpatil/feature/bundle-compress-skill
Bundle caveman-compress as /caveman:compress sub-skill
2026-04-08 11:36:26 +02:00
Julius BrusseeandGitHub 1b15fc7170 Merge pull request #27 from mvanhorn/osc/8-spanish-caveman
Add Spanish caveman mode (caveman-es)
2026-04-08 11:36:21 +02:00
Julius BrusseeandGitHub dfcdbc0eee Merge pull request #26 from JoaoVasques/add-cursor-support
Add Cursor skill support with CI sync
2026-04-08 11:36:13 +02:00
Julius BrusseeandGitHub 7e8b5f36cf Merge pull request #24 from FezanMuhammadAli/patch-1
Correct copilot → github-copilot in install command
2026-04-08 11:36:09 +02:00
Test UserandClaude Opus 4.6 d37c921f29 Fix path regex and prevent backup file overwriting
- Fix PATH_REGEX in validate.py: The regex was incorrectly matching
  relative paths like 'src/file.js' as 'rc/' instead of the full path.
  Changed to use non-capturing group with optional prefix.

- Add safety check in compress.py: Prevent silent overwriting of
  existing .original.md backup files. Now aborts with a warning
  instead of overwriting potentially important backup content.

- Add proper module initialization in __init__.py: Previously empty,
  now includes __all__ exports and __version__ for proper imports.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 16:32:37 +08:00
Leo 9a8e9c4959 Add caveman-cn skill 2026-04-08 14:25:49 +08:00
Leo 636695bd0f Add caveman-cn skill 2026-04-08 14:25:47 +08:00
Leo 071926541d Add caveman-cn skill 2026-04-08 14:25:45 +08:00
Akshay Patil 0875a71f8d fix: align built-in compress wiring and docs 2026-04-07 20:44:27 -04:00
Akshay Patil c512cb8487 Merge main into feature/bundle-compress-skill 2026-04-07 17:31:57 -04:00
Akshay Patil 981b6069d8 feat: bundle caveman-compress as /caveman:compress skill
- Update caveman-compress/SKILL.md name to 'compress' and trigger to '/caveman:compress'
- Create symlinks from compress/ (Claude Code) and plugins/caveman/skills/compress/ (Codex/npx) to caveman-compress/
- Single source of truth: caveman-compress/ holds all scripts and SKILL.md
- Update README to reflect compress as built-in skill

Fixes #33
2026-04-07 17:11:54 -04:00
fuleinist 4863bc20d9 feat: add 文言文 (Classical Chinese) mode with wenyan-lite/full/ultra intensities 2026-04-08 05:09:51 +08:00
Julius BrusseeandGitHub a3b255235d Merge pull request #29 from nisrulz/patch-1 2026-04-07 22:52:01 +02:00
Julius BrusseeandGitHub 4cfbd9c4ba Merge pull request #31 from Juris-S/patch-1 2026-04-07 22:50:40 +02:00
Juris SandGitHub c3ca528c76 Update GitHub Copilot reference in README
`copilot` is an invalid agent arg when calling `npx skills add`, use `github-copilot`.

Check:
Valid agents: amp, antigravity, augment, bob, claude-code, openclaw, cline, codebuddy, codex, command-code, continue, cortex, crush, cursor, deepagents, droid, firebender, gemini-cli, github-copilot, goose, junie, iflow-cli, kilo, kimi-cli, kiro-cli, kode, mcpjam, mistral-vibe, mux, opencode, openhands, pi, qoder, qwen-code, replit, roo, trae, trae-cn, warp, windsurf, zencoder, neovate, pochi, adal, universal
2026-04-07 14:14:12 +01:00
cbarrado 984f63fa9e docs: add windows codex install steps 2026-04-07 15:03:40 +02:00
cbarrado 58ca4a6d3e fix: add codex plugin install metadata 2026-04-07 14:55:57 +02:00
Nishant SrivastavaandGitHub 942ecb87a8 Update README with adding skill to Codex
- Using the `npx skill add` approach avoids having to clone the repo.
- Added instructions for installing to Codex and updated usage section.
2026-04-07 13:04:39 +02:00
Matt Van Horn edcefa328e feat: add Spanish caveman mode (caveman-es)
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 #8
2026-04-07 02:12:07 -07:00
Joao Vasques bca1e756d2 Add native Cursor skill support and sync automation
Add project-level Cursor skill discovery support by introducing
`.cursor/skills/caveman/SKILL.md` as a copy of the canonical
`skills/caveman/SKILL.md`, without changing skill behavior.

Update the sync workflow to keep the new Cursor copy aligned with the
canonical source alongside existing synced targets, and include it in the
CI commit step. Also update CONTRIBUTING notes to document that this new
path is auto-synced and should not be edited directly.
2026-04-07 09:43:19 +01:00
Fezan Muhammad AliandGitHub 6971824898 Update GitHub Copilot command in README 2026-04-07 01:52:08 +05:00
Julius Brussee af581f6314 Update README.md v1.2.0 2026-04-06 20:19:00 +02:00