focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:caveman — Activate persistent caveman-mode. Ultra-compressed responses with technical substance preserved. Auto-clarity exception for warnings + destructive ops. Stays active until 'stop caveman' / 'normal mode'.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-cavemanContext preview
What this command does when you run it.
/cs:caveman — Activate persistent caveman-mode. Ultra-compressed responses with technical substance preserved. Auto-clarity exception for warnings + destructive ops. Stays active until 'stop caveman' / 'normal mode'.
name: "cs-caveman" description: "/cs:caveman — Activate persistent caveman-mode. Ultra-compressed responses with technical substance preserved. Auto-clarity exception for warnings + destructive ops. Stays active until 'stop caveman' / 'normal mode'."
**Command:** `/cs:caveman`
Activate caveman mode. Stays active until explicit deactivation.
Once invoked: respond terse every turn. No "OK switching mode" preamble. BEGIN immediately.
Drop:
Abbreviate: DB, auth, config, req, res, fn, impl, env, deps, repo, docs, app.
Arrows for causality: `X -> Y`.
Pattern: `[thing] [action] [reason]. [next step].`
Code blocks + inline code + technical terms + errors: unchanged.
Drop caveman for:
Resume after exception with explicit "Caveman resume." marker.
User types: "stop caveman" / "normal mode" → resume normal prose.
# Compress text python ../skills/caveman/scripts/caveman_compressor.py "text" # Estimate token savings at price python ../skills/caveman/scripts/token_savings_estimator.py "text" --price-per-mtok 3.00 # Verify response follows caveman rules python ../skills/caveman/scripts/caveman_lint.py "response"
---
**Version:** 1.0.0 **Derived:** Matt Pocock's caveman (MIT) + this repo's wrapper
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…