بنقرة واحدة
carlessian-obsidian
💛 Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
💛 Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Resolves open GitHub Issues in parallel by fanning out independent subagents and then fanning in to aggregate lessons learned.
(🥑) Expert guide for authoring, building, testing, and publishing technical articles to ricc.rocks and Medium.
Hackathon security guide to prevent leaking secrets. Based on Romin Irani's article.
Record browser-based video demos from YAML storyboards using shot-scraper.
Installs a lightweight CPU and RAM monitoring cron job and visualization script for agents on the local machine.
Rules to create and maintain a GOOD CLI. Do not use for GUI-only design rules, web apps, or backend REST APIs.
| name | carlessian-obsidian |
| description | 💛 Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault). |
| compatibility | Gemini CLI |
| metadata | {"version":0.2} |
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/carlessian-harness-tool skill (via agc skills harness or reading ~/git/gemini-cli-palladius-private-goodies/skills/carlessian-harness-tool/SKILL.md) before executing complex tasks.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.