skills/carlessian-obsidian/SKILL.md
π Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault).
npx skillsauth add palladius/gemini-cli-palladius-public-goodies carlessian-obsidianInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides the knowledge and workflows to interact with your Obsidian vault, primarily in a headless or CLI environment.
~/obsidian-pbt/ or similar.Inbox/.Diary/YYYY-MM-DD.md.To add a quick note to today's diary entry:
# Example script or manual append
date_today=$(date +%Y-%m-%d)
echo "- $(date +%H:%M) - My new entry" >> ~/obsidian-pbt/Diary/${date_today}.md
Quick notes captured via mobile or other tools often land in Inbox/.
ls ~/obsidian-pbt/Inbox/
Used for syncing the vault on machines without a GUI.
# Sync the vault
ob sync --path ~/obsidian-pbt/
Additional scripts for obsidian-related tasks can be found (or should be placed) in the scripts/ subdirectory of this skill.
~/obsidian-pbt/TODOz.mdSalute/.To log an event for cmputer HOSTANEM, find or create the Computers/HOSTNAME.md (dont use FQDN for brevity).
Computers/HOSTNAME.mdComputers/HOSTNAME/log.md if doesnt exist.* `YYYYMMDD HH:MM` [YOUR_EMOJI] `[AGENT_NAME]` Line that you want to log, and maybe details on how you got this (did Riccardo tell you? Did Riccardo tell you write it, or it told you soemthing else and you decided this was relevant?). Keep it short but still meaningful
Once you find where obsidian is, do two things:
CARLESSIAN_OBSIDIAN_PATH in .bashrc pointing to the rea path.~/obsidian-pbt. If this folder doesn't exist, create it as a symlink to the original path so our scripts can depend on this.tools
(π) Real-time water temperatures, open status of Zurich badis (lakes, river/Letten, pools), outside weather recommendations for family trips, and Limmat canotto/dinghy flow safety alerts.
development
(π) Auto-documents any Git repository: creates ABOUT.md, generates project hero images via nanobanana, and builds deep diagrams (Mermaid E/R or Class diagrams).
tools
Google Workspace CLI managed the Carlesso wayβfeaturing isolated configurations, selective read-only security, and standard workflows.
testing
Audits and renames tmux sessions based on their active content. Use when the user wants to organize their tmux workspace, identify what's running in each session, or apply a consistent naming convention (giancarlo-YYYYMMDD-SYNOPSIS) to all active sessions.