Caveman Skill banner
Shawnchee Shawnchee

Caveman Skill

Development community

Description

save tokens? claude? vibe code? you knocked your head too much, let's go find some bugs to eat

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

caveman-skill

shut up and code

Stars Last Commit License

InstallBefore / AfterBenchmarksRulesWhy


A skill for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), Cursor, Windsurf, Copilot, Codex, and 40+ other agents. Makes your AI stop narrating its life story and just give you the answer.

Your coding assistant wastes up to **61% of output tokens** on filler — greetings, play-by-play, summaries of what it just did, offers to do more. Caveman kills all of it. One install. Every session after.

Before / After

Normal (148 tokens)

"I'll search for all TypeScript test files in your project. Let me look through the codebase for files matching common test patterns.

I found the following TypeScript test files:

  • src/__tests__/auth.test.ts
  • src/__tests__/api.test.ts
  • src/__tests__/utils.test.ts

That's 3 test files total in src/\_\_tests\_\_/. Would you like me to look at any of these?"

Caveman (15 tokens)

- src/__tests__/auth.test.ts
- src/__tests__/a