arch-linux-cachyos
Installation
SKILL.md
Arch Linux / CachyOS Administration
This file is intentionally machine-agnostic. Machine-specific data (hostname, hardware specs, kernel versions) lives in per-host files (e.g.
./vecna.md) at the project root.Always verify against the listed source before relying on anything. Training data goes stale; the docs do not. Use
context7andsearxngskills for online verification.
Hard constraints (from user feedback)
- AI agent must not invoke
sudodirectly. Scripts that need root usesudointernally. - All fix scripts must be idempotent (safe to re-run).
- User wants 300% certainty on kernel/bootloader changes. Investigate online; check the actual binary; verify the fix ran.
- Avoid kernel panic risk. Kernel cmdline and initramfs changes are the highest-risk surface.
- Read existing skills before acting.
ls .agents/skills/and usefind_skillsfrom the global set.
Pacman / pacman.conf
IgnorePkg placement (the #1 recurring bug)
IgnorePkg MUST be in the [options] section. Anywhere else (end of file, [multilib], etc.) → pacman prints directive 'IgnorePkg' in section '<name>' not recognized and silently ignores it.