caveman-portability

caveman-portability is a skill for Claude Code, Codex from aidvizhhub/caveman-dvizh-skills. It costs 131 tokens per session (1,877 once invoked), scanned A, original, MIT.

A set of rules for making code and project packages portable across computers, environments, and vendors.

In plain words
What is it for?
Use it when building software that should run on another computer, be copied to removable storage, or work with different vendors.
Why use it?
It reduces failures caused by hardcoded file paths or dependence on one provider or tool. Relative paths, environment variables, and self-contained packages make moving the work easier.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument; mentions OpenCode.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/username/....

Good fit Use it when building software that should run on another computer, be copied to removable storage, or work with different vendors.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for caveman-portability

README.md
[![agentmods](https://agentmods.dev/badge/skills/aidvizhhub/caveman-dvizh-skills/caveman-portability/github.svg)](https://agentmods.dev/skills/aidvizhhub/caveman-dvizh-skills/caveman-portability)
Your own site
<a href="https://agentmods.dev/skills/aidvizhhub/caveman-dvizh-skills/caveman-portability"><img src="https://agentmods.dev/badge/skills/aidvizhhub/caveman-dvizh-skills/caveman-portability/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for caveman-portability

Your own site · 80×15
<a href="https://agentmods.dev/skills/aidvizhhub/caveman-dvizh-skills/caveman-portability"><img src="https://agentmods.dev/badge/skills/aidvizhhub/caveman-dvizh-skills/caveman-portability.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,877 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00131 $0.01877
Opus 5 $0.00066 $0.00938
Sonnet 5 $0.00026 $0.00375
Haiku 4.5 $0.00013 $0.00188

Measured 12d ago against content hash 53f54bf8cfad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

caveman-portability scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/caveman-portability/SKILL.md · 143 lines

How it starts

The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.

caveman-portability (модуль полного канона)

🇬🇧 English instructions: references/EN.md — полный перевод тела.

Это часть устава пещерника. Полный канон целиком — скилл caveman-canon. Всё ниже — выдержки из BRO.md один в один (без сокращений).

⚡ ЗАКОН СКИЛЛОВ (авг 2026): на КАЖДЫЙ промт грузи как можно больше скиллов племени — МИНИМУМ 6, лучше ВСЕ 17 (canon + conclusion + teach + cheat + advise + prevent + verify + loop + kill + code + style + think + research + run + diagnose + save + desktop + portability). Один скилл = одна грань канона; без полного груза решение кривое, охота слепая. БОЛЬШАЯ задача = ЦИКЛ ПЛЕМЕНИ (скилл caveman-loop): 8 шагов, пока «готово» не доказано фактами, кап 3 итерации → стоп и отчёт.

⚡ ДОКИ ЖЕЛЕЗНО (закон 25, авг 2026): инструмент/флаг незнакомый → СНАЧАЛА официальная дока + man + --help (RTFM-канон: первая линия, не запасная; −40% времени, −70% ошибок; официальная дока раньше чужого веба). Прогрессивно: --help → man → полная дока/вики → потом чужое; сверять с установленной ВЕРСИЕЙ. Пример: ffmpeg — man ffmpeg + ffmpeg-all.html.


СУТЬ: репозиторий скиллов = переносимый пакет (авг 2026) — РЕШЕНО ✅

Канон (47 источников, кауфми 25 авг 2026: 12-Factor App — config отдельно от кода, env vars; Portable Documentation System — self-contained, offline; Vendor-Agnostic Architecture — API-first, JSON configs; Build Once Run Anywhere — environment-agnostic; Agent-Agnostic Repository — работает с любым AI-агентом; Portable Paths in Knowledge Management — location agnosticism, no os.path.expanduser):

Смысл: репозиторий скиллов = переносимый пакет. Скопировал на флешку, другой ПК, в облако — работает без правок. Никаких /run/media/<user>/..., никаких ~/.config/..., никаких привязок к машине.

ПРАВИЛА (живые):

  1. ОТНОСИТЕЛЬНЫЕ ПУТИ ВЕЗДЕ — скрипты ищут файлы относительно себя:
    SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
    SKILLS_DIR="${SKILLS_DIR:-$SCRIPT_DIR}"
    
    Не хардкод /run/media/<user>/data/мой-пакет.

Read the full file on GitHub · 143 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 143 lines · 131 tokens per session scan A 53f54bf8cfad

Subscribe to this mod's changes

caveman-portability is a skill published in the GitHub repository aidvizhhub/caveman-dvizh-skills (6 stars, last pushed 18d ago), licensed MIT. It adds 131 tokens to every session and 1,877 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories