feat: Obsidian vault and its wiki/consume agent skills #26
Reference in New Issue
Block a user
Delete Branch "feat/obsidian"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sets up the desktop note-taking vault and the agent skills that operate on it.
Changes
modules/desktop/obsidian.nix), with a Waybar window-rewrite icon mapping and native Wayland enabled for the Electron app.wikiandconsumeskills from the skills flake and installs them globally, so they are active in every project (modules/agents/skills.nix).wikireads the personal Obsidian vault read-only;consumemines a source into it. This bumps theskillsflake input to the rev that packages both.Verification
nix build .#checks.x86_64-linux.neogaiabuilds the toplevel clean.programs.agents.skillsresolves to["wiki","consume"], and both.claude/skills/{wiki,consume}/SKILL.mdmaterialize in the home-files output.— Claude