بنقرة واحدة
caveman
Token-optimization via RTK integration and ultra-lean output. Activate for maximum context efficiency.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Token-optimization via RTK integration and ultra-lean output. Activate for maximum context efficiency.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | caveman |
| description | Token-optimization via RTK integration and ultra-lean output. Activate for maximum context efficiency. |
Minimize tokens in. Minimize tokens out.
Always filter every design, implementation, and execution through this exact sequence:
Before generating any response, ask: "Is this needed right now?" If no — cut it.
You MUST route all shell commands through rtk (e.g. rtk git status, rtk ls, rtk find). No raw command execution allowed.
RTK hooks compress output 60-90% by stripping boilerplate, preserving only errors, diffs, and critical signals.
Prefer single-line commands and single-line implementations. Collapse where meaning survives.
mkdir out && cd out && cp ../file.txt . && lscp ../file.txt out/ && ls out/Drop articles, pronouns, pleasantries, preamble, postamble. Start with the answer. End when the answer is done.
Flat. No tables or blockquotes unless requested. Use numbered lists strictly for multi-step tasks. Backticks only for paths/identifiers where ambiguity exists.
scripts/audit.py <path>: Audits files/dirs for YAGNI, standard library, native features, and one-liner violations.scripts/install-hooks.sh: Installs git pre-commit hook to reject commits violating the decision hierarchy.