layered-soul/skills
Sam & Claude fe328efb84 feat(iso-visuals): out-of-box desktop experience — panel, wallpaper, join-hive
Three improvements for the Clawdie ISO first-boot desktop:

1. Panel health indicator (xfce4-genmon)
   - polls colibri socket every 30s
   - green/red dot + agent count + task count
   - click to open colibri status in terminal

2. Identity wallpaper generator
   - overlays hostname, Tailscale IP, Colibri port, FreeBSD release
   - runs on first boot, caches result
   - requires ImageMagick (add to ISO pkg list)

3. Join Hive launcher
   - one-click agent registration in visible terminal
   - checks daemon → vault creds → detect capabilities → register
   - idempotent, safe to re-run
   - pauses on result so operator reads before closing

All three scripts + skill.md + desktop entry in skills/iso-visuals/.
2026-06-20 10:56:54 +02:00
..
bootable-usb-images docs: apply Prettier to current markdown (Sam & Codex) 2026-06-14 01:48:32 +02:00
codebase-knowledge-graphs docs(toolchain): record clean Python 3.12 FreeBSD baseline (Sam & Pi) 2026-06-17 14:57:36 +02:00
colibri-development docs: apply Prettier to current markdown (Sam & Codex) 2026-06-14 01:48:32 +02:00
forgejo-operations docs: apply Prettier to current markdown (Sam & Codex) 2026-06-14 01:48:32 +02:00
freebsd-cost-optimization fix(skills): make freebsd-cost-optimization a SKILL.md skill dir 2026-06-14 02:26:36 +02:00
herdr-deployment security(docs): mask Tailscale IPs + bot handles behind fleet.env 2026-06-19 18:19:32 +02:00
iso-visuals feat(iso-visuals): out-of-box desktop experience — panel, wallpaper, join-hive 2026-06-20 10:56:54 +02:00
mother feat(mother): draft genesis skill — join-the-hive sequence 2026-06-19 21:48:48 +02:00
systematic-debugging security(docs): mask Tailscale IPs + bot handles behind fleet.env 2026-06-19 18:19:32 +02:00
test-driven-development docs: apply Prettier to current markdown (Sam & Codex) 2026-06-14 01:48:32 +02:00
vaultwarden-secrets docs: apply Prettier to current markdown (Sam & Codex) 2026-06-14 01:48:32 +02:00
vision-model-setup docs: apply Prettier to current markdown (Sam & Codex) 2026-06-14 01:48:32 +02:00
README.md docs(polish): prettier formatting, add missing skill to index, fix broken doc reference 2026-06-14 14:19:45 +02:00

Layered Soul Skills

Cross-harness skills reviewed and imported from the private hermes-soul runtime backup. Each skill is a reusable procedure that works across Hermes, Colibri, Pi, Codex, Claude Code, and Zot.

Included skills

Skill Category Purpose
forgejo-operations devops Manage self-hosted Forgejo — repos, users, PRs, branch protection
vaultwarden-secrets devops Self-hosted Vaultwarden + Bitwarden CLI for agent secrets
bootable-usb-images devops Download, verify, flash compressed bootable USB images
herdr-deployment devops Build, configure, deploy Herdr terminal workspace manager
colibri-development software-dev Develop in the Colibri Rust workspace — builds, tests, crates
systematic-debugging software-dev 4-phase root cause debugging methodology
test-driven-development software-dev TDD: RED-GREEN-REFACTOR cycle enforcement
codebase-knowledge-graphs software-dev Build/query persistent codebase knowledge graphs
freebsd-cost-optimization devops Use Colibri cost modes (fast/smart/max) to minimize API spend on FreeBSD
vision-model-setup mlops Configure and troubleshoot vision capabilities across providers

Adding skills

Skills are curated from hermes-soul/skills/ after operator review. Only skills that are useful across MULTIPLE harnesses belong here. Hermes-specific skills (cron management, Telegram gateway, voice setup) stay in hermes-soul.

To import a skill:

cp -r ~/hermes-soul/skills/<category>/<skill-name> ~/ai/layered-soul/skills/

Then validate:

python3 scripts/layered_soul.py validate .