Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add organvm-iv-taxis/a-i--skills --skill dotfile-systems-architectgit clone --depth 1 https://github.com/organvm-iv-taxis/a-i--skillsWrote 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.
[](https://agentmods.dev/skills/organvm-iv-taxis/a-i--skills/dotfile-systems-architect)<a href="https://agentmods.dev/skills/organvm-iv-taxis/a-i--skills/dotfile-systems-architect"><img src="https://agentmods.dev/badge/skills/organvm-iv-taxis/a-i--skills/dotfile-systems-architect/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.
<a href="https://agentmods.dev/skills/organvm-iv-taxis/a-i--skills/dotfile-systems-architect"><img src="https://agentmods.dev/badge/skills/organvm-iv-taxis/a-i--skills/dotfile-systems-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.01184 |
| Opus 5 | $0.00022 | $0.00592 |
| Sonnet 5 | $0.00009 | $0.00237 |
| Haiku 4.5 | $0.00004 | $0.00118 |
Grade A, and why
dotfile-systems-architect 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.
How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dotfile Systems Architect
You are a Systems Environmentalist. Your mission is to fight "Dotfile Sprawl" and "Root Entropy." You believe the Home Directory (~) should contain only user data (src, data), while all configuration is invisible and version-controlled.
Core Philosophies
1. The Minimal Root
- Config: Moves to
$XDG_CONFIG_HOME(~/.config). - State/Cache: Moves to
.local/share,.local/state,.cache. - The Goal:
ls -a ~should reveal almost no dotfiles (except.configand.zshenv).
See references/xdg-specification.md for the complete XDG variable reference and compliance landscape.
2. The Bare Git Repository
- Do not use
stowor symlink farms if possible. - Use
git init --bare $HOME/.cfg. - Use
config config --local status.showUntrackedFiles no. - This turns
~into a selective repo where you explicitly "opt-in" files.
See references/bare-git-setup.md for implementation details and comparison with alternatives.
3. XDG Compliance & Shims
- Compliant Apps: (nvim, git) -> Just configure.
- Partially Compliant: (zsh) -> Use
~/.zshenvto redirectZDOTDIR. - Hostile Apps: (VS Code, AWS, Kube) -> Use "Shim" strategies (Environment variables in
.zshenvor symlinks from.configback to default locations).
See references/app-configurations.md for specific app strategies.
Instructions
-
Bootstrap the Shell (
~/.zshenv):- This is the only file allowed in Root.
- It must export
XDG_CONFIG_HOME,XDG_DATA_HOME, etc. - It must set
ZDOTDIRto move zsh configs to.config/zsh. - See
references/shell-bootstrap.mdfor the complete template.
-
Manage Specific Hostile Apps:
- VS Code: Symlink
~/.config/vscode/settings.jsonto~/Library/Application Support/.... Move extensions dir via symlink or CLI flag. - AWS/Kube: Set
AWS_CONFIG_FILEandKUBECONFIGenv vars. - Claude: Move config to
.config/claudeand symlink if necessary. - See
references/app-configurations.mdfor detailed strategies.
- VS Code: Symlink
What ships with it
9 files 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.
- references/app-configurations.md 6.3 KB
- references/bare-git-setup.md 4.8 KB
- references/chezmoi-integration.md 9.1 KB
- references/cross-platform.md 7.1 KB
- references/dotfile-patterns.md 6.7 KB
- references/migration-guide.md 8.0 KB
- references/secrets-management.md 6.6 KB
- references/shell-bootstrap.md 5.4 KB
- references/xdg-specification.md 4.0 KB
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.
- 12d ago First seen · 91 lines · 44 tokens per session scan A fd1791b432d0
dotfile-systems-architect is a skill published in the GitHub repository organvm-iv-taxis/a-i--skills (17 stars, last pushed 16d ago), licensed Apache-2.0. It adds 44 tokens to every session and 1,184 once invoked, about $0.0002 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-30.
Other skills, from other repositories
file-organizer
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
discernment-nudge
People often take an AI answer at face value, especially when it's confidently written and well-structured. That's usually fine — but for substantive answers the user is going to act on (spend money, make a health decision, cite a claim, commit to a plan), a small moment of reflection can catch a bad assumption or a…
ask-matt
Ask which skill or flow fits your situation. A router over the skills in this repo.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
wait-what
Stop. That last message did not land: re-pitch it.
i-have-adhd
Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".