What it is
Twenty skills for coding agents from Samuel Berthe, spanning copywriting, a deep-research workflow, a site-launch checklist, git conventions, and a couple of Chrome-extension build skills. Installs into Claude Code, Cursor, and other clients through the shared skills format.
How it was vetted
Read the repo at commit cdac711 (2026-07-05) and ran the injection audit
(scripts/injection-audit.mjs) that measures what a skill pack costs you on every
turn.
- About 4,000 always-on tokens across 20 skills (~200 each). Bodies load only on trigger, so the standing cost is the descriptions.
- Clean source. No executable scripts, no bundled binaries, no phone-home, no telemetry. The only network calls in any skill body are checks you run against your own site (security headers, sitemap), not the author’s servers.
- Greedy triggers to know about. frontend-design-deslop fires on “build a UI for X,” deep-research on a casual “look into X,” and copywriting-hooks on the word “hook.” Useful skills, but they fire on generic requests.
- The fix is per-skill install.
skills add samber/cc-skills --skill <name>takes only what you want. The default marketplace and--allpaths load all 20.