caveman-compress/SKILL.md
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 "compress memory file"
npx skillsauth add giovannimnz/gsd-caveman-hermes caveman-compressInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Compress natural language files (CLAUDE.md, todos, preferences) into caveman-speak to reduce input tokens. Compressed version overwrites original. Human-readable backup saved as <filename>.original.md.
/caveman:compress <filepath> or when user asks to compress a memory file.
The compression scripts live in caveman-compress/scripts/ (adjacent to this SKILL.md). If the path is not immediately available, search for caveman-compress/scripts/__main__.py.
Run:
cd caveman-compress && python3 -m scripts <absolute_filepath>
backtick content)/src/components/..., ./config.yaml)npm install, git commit, docker build)$HOME, NODE_ENV)CRITICAL RULE:
Anything inside ... must be copied EXACTLY.
Do not:
Inline code (...) must be preserved EXACTLY.
Do not modify anything inside backticks.
If file contains code blocks:
Original:
You should always make sure to run the test suite before pushing any changes to the main branch. This is important because it helps catch bugs early and prevents broken builds from being deployed to production.
Compressed:
Run tests before push to main. Catch bugs early, prevent broken prod deploys.
Original:
The application uses a microservices architecture with the following components. The API gateway handles all incoming requests and routes them to the appropriate service. The authentication service is responsible for managing user sessions and JWT tokens.
Compressed:
Microservices architecture. API gateway route all requests to services. Auth service manage user sessions + JWT tokens.
testing
✅ Qualidade: Validar, auditar, revisar — qualidade em cada etapa
tools
--- name: hsd-qa-agent type: agent role: qa version: "4.1.0" author: "Horus Spec Driven" tools: - read_file - write_file - terminal - search_files - delegate_task --- # hsd-qa — Agente de Qualidade Especializado em validação, auditoria e revisão de código e fases. Usa validate-phase, audit-fix, code-review e secure-phase como ferramentas principais. ## Comandos Associados Este agente é usado automaticamente por `/hsd-qa`. | Subcomando | Descrição | |---|---| | `validate` | Validar
testing
📋 Gerente de Projeto: Criar projetos, acompanhar progresso, entregar releases, gerenciar configuração
tools
--- name: hsd-pm-agent type: agent role: pm version: "4.1.0" author: "Horus Spec Driven" tools: - read_file - write_file - terminal - search_files - delegate_task --- # hsd-pm — Agente Gerente de Projeto Especializado em criação de projetos, acompanhamento de progresso, releases e configuração. Usa new-project, progress, graphify e ship como ferramentas principais. ## Comandos Associados Este agente é usado automaticamente por `/hsd-pm`. | Subcomando | Descrição | |---|---| | `new