modules/home/programs/cli-agents/shared/skills/agent-notes/SKILL.md
Save notes to the agent-notes Obsidian vault. Use when you discover something worth remembering — insights, decisions, references, or debug findings — for a specific project or as shared cross-project knowledge.
npx skillsauth add not-matthias/dotfiles-nix agent-notesInstall 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.
Save atomic notes to the shared agent-notes vault at ~/Documents/technical/git/agent-notes.
CONVENTIONS.md at the vault root to understand the full schema and rules.shared/.
verified_at to today.projects/<project-name>/<date>-<title>.mdshared/<date>-<title>.mdIf the project folder doesn't exist yet, create it with a _project.md card first (see below).
| Type | When to use |
|------|-------------|
| insight | You discovered a fact, pattern, or non-obvious behavior |
| decision | A choice was made between alternatives — record the reasoning |
| reference | Summarizing an external resource (article, docs, tool) |
| debug | Bug investigation — symptoms, root cause, and fix |
Use templates from _templates/ in the vault root. Key rules:
YYYY-MM-DD-<declarative-kebab-case-claim>.md[text](relative/path.md) links, no wikilinks.---
title: <declarative claim>
type: insight | decision | reference | debug
tags: [<tag>, ...]
confidence: high | medium | low
sources: [<url>, ...] # optional — URLs that informed this note
created: YYYY-MM-DD
verified_at: YYYY-MM-DD
---
confidence honestly: high = verified/certain, medium = likely correct, low = speculative.created and verified_at to today's date.rust, python, nix, performance, security, ci, architecture, debugging, tooling. Add new tags freely if none fit.Link aggressively. When a note relates to another, add a [text](relative/path.md) link in the body.
When saving a note for a project that doesn't have a folder yet:
projects/<project-name>/projects/<project-name>/_project.md using the project template:---
name: <project name>
description: <one-line summary>
status: active | paused | archived
tags: [<tag>, ...]
links:
repo: <url>
docs: <url> # optional
ci: <url> # optional
tracker: <url> # optional
created: YYYY-MM-DD
updated: YYYY-MM-DD
---
Commit and push changes:
cd ~/Documents/technical/git/agent-notes
git add <files>
git commit -m "note(<project>): <short description>"
git push
When reading existing notes: if verified_at is older than 30 days and confidence is not high, verify the claim before acting on it. If a note is wrong, fix it or delete it. Never leave known-wrong notes in the vault.
tools
Spawn the pi coding agent with a specific model/provider. Use when asked to run pi with a particular model, switch pi's model, use DeepSeek V4 Flash/Pro in pi, or look up pi's --model/--provider/--models CLI flags and thinking-level shorthand.
development
Navigate to directories using zoxide (frecency-based directory jumper). Use when the user says "go to", "navigate to", "cd to", "jump to" a project or directory by nickname/partial name (e.g. "go to my dotfiles", "jump to dot").
tools
Use when manipulating Zellij sessions, creating tabs or panes, sending commands to panes, capturing output, or looking up Zellij CLI commands for terminal multiplexer operations
development
Emulates not-matthias's technical blog writing style. Use when writing blog posts, technical articles, README content, or any long-form technical prose. Produces investigation-driven, first-person narratives with dry humor, practical code examples, and concrete takeaways.