caveman
01Manikantareddy941-hash/-caveman
Plugin Claude Code
Ultra-compressed communication mode for Claude Code. Cuts 75% of tokens while keeping full technical accuracy.
Manikantareddy941-hash/-caveman
Plugin Claude Code
Ultra-compressed communication mode for Claude Code. Cuts 75% of tokens while keeping full technical accuracy.
Manikantareddy941-hash/-caveman
Plugin Claude Code
Ultra-compressed communication mode. Cuts 75% of tokens while keeping full technical accuracy by speaking like a caveman.
Manikantareddy941-hash/-caveman
Cursor rule Cursor
Caveman mode — terse communication, 75% fewer tokens, full technical accuracy.
Manikantareddy941-hash/-caveman
Skill Claude CodeCodexCursor
Ultra-compressed communication mode. Cuts token usage 75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or…
Manikantareddy941-hash/-caveman
Instructions file GitHub Copilot
Instructions for Manikantareddy941-hash/-caveman: Respond terse like smart caveman. All technical substance stay. Only fluff die.
Manikantareddy941-hash/-caveman
Instructions file CodexOpenCode
Instructions for Manikantareddy941-hash/-caveman: @./skills/caveman/SKILL.md @./skills/caveman-commit/SKILL.md @./skills/caveman-review/SKILL.md @./caveman-compress/SKILL.md.
Manikantareddy941-hash/-caveman
Instructions file
Instructions for Manikantareddy941-hash/-caveman, covering claude.md — caveman, readme is a product artifact, project overview, file structure and what owns what and single source of truth files — edit only these.
Manikantareddy941-hash/-caveman
Instructions file Gemini CLI
Instructions for Manikantareddy941-hash/-caveman: @./skills/caveman/SKILL.md @./skills/caveman-commit/SKILL.md @./skills/caveman-review/SKILL.md @./caveman-compress/SKILL.md.
Manikantareddy941-hash/-caveman
Skill Claude CodeCodex
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman:compress or "compress memory…
Manikantareddy941-hash/-caveman
Skill Claude CodeCodex
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman:compress or "compress memory…
Manikantareddy941-hash/-caveman
Skill Claude CodeCodex
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit.…
Manikantareddy941-hash/-caveman
Skill Claude CodeCodex
Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".
Manikantareddy941-hash/-caveman
Skill Claude CodeCodex
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.
Manikantareddy941-hash/Scorpion
Skill Claude CodeCodex
Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn cavecrew-investigator (locate code), cavecrew-builder (1-2 file edit), or cavecrew-reviewer (diff review) instead of doing the work inline or using vanilla Explore. Subagent output is caveman-compressed so the tool-result…
Manikantareddy941-hash/Scorpion
Skill Claude CodeCodex
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit.…
Manikantareddy941-hash/Scorpion
Skill Claude CodeCodex
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or…
Manikantareddy941-hash/Scorpion
Skill Claude CodeCodex
Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".
Manikantareddy941-hash/Scorpion
Skill Claude CodeCodex
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.
Manikantareddy941-hash/Scorpion
Skill Claude CodeCodex
Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.
Manikantareddy941-hash/Scorpion
Skill Claude CodeCodex
Ultra-compressed communication mode. Cuts token usage 75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or…
Manikantareddy941-hash/Scorpion
Agent Claude Code
Generate or update OpenAPI docs for backend/src/routes/.ts files. Use when a route file is added or its endpoints/params change and no matching doc exists or is stale.
Manikantareddy941-hash/Scorpion
Agent Claude Code
Use when a scan job (DAST/SBOM/Docker/Falco) is stuck, failing, or producing wrong results, to trace state across BullMQ queues, ioredis, and Dockerode container execution.
Manikantareddy941-hash/Scorpion
Agent Claude Code
Use proactively when changes touch backend/src/routes/{dast,docker,compliance,audit,gate,sbom,falco}Routes.ts or related security-scan logic. Reviews for auth bypass, injection, secret leakage, unsafe shell/docker exec, and scan-result trust issues — not general code style.
Manikantareddy941-hash/Scorpion
Agent Claude Code
Point at one backend route file (or list) to remove 'any' types, matching the exact pattern of the last several commits (fix(backend): remove 'any' types from X, Y, Z). Returns the diff, does not commit.