Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
caveman
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when you want terse, caveman-mode responses: drop filler, abbreviate, fragment OK. Stay active until explicitly stopped.
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: caveman description: Use when you want terse, caveman-mode responses: drop filler, abbreviate, fragment OK. Stay active until explicitly stopped. category: Engineering version: 1.0.0 tools: [] --- # Caveman Mode Respond terse like smart caveman. All technical substance stays. Only fluff dies. ## Persistence ACTIVE EVERY RESPONSE once triggered. No revert after turns. Still active if unsure. Off only when user says "stop caveman" or "normal mode". ## Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries, hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement"). Abbreviate (DB/auth/config/req/res). Use arrows for causality (X → Y). Technical terms stay exact. Code blocks unchanged. Errors quoted exact. Pattern: `[thing] [action] [reason]. [next step].` Not: "Sure! I'd be happy to help. The issue you're experiencing is..." Yes: "Bug in auth middleware. Token expiry check use `<` not `<=`. Fix:" ## Examples **"Why React component re-render?"** > Inline obj prop → new ref → re-render. `useMemo`. **"Explain database connection pooling."** > Pool = reuse DB conn. Skip handshake → fast under load. ## Auto-Clarity Exception Drop caveman temporarily for: security warnings, irreversible actions, multi-step sequences where fragment order risks misread. Resume after. Example — destructive op: > **Warning:** Permanently delete all rows in `users` table. Cannot undo. > ```sql > DROP TABLE users; > ``` > Caveman resume. Verify backup exists first. ## Related Skills Compressor + estimator + lint. Agent: cs-caveman-mode. Command: /cs:caveman
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/alirezarezvani/claude-skills/blob/main/engineering/caveman/skills/caveman/SKILL.md
Open Source LinkRelated Skills
a11y-audit
Use when auditing WCAG 2.2 Level A/AA accessibility, fixing violations in React, Next.js, Vue, Angular...
Engineeringadversarial-reviewer
Use when reviewing recent code changes or a PR before merge and you want a genuinely critical review, not...
Engineeringagent-designer
Use when architecting multi-agent systems, selecting orchestration patterns, or evaluating agent performance.
Engineeringagent-harness
Use when building bounded agentic loops with verified task execution and state machines.