meeting — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited meeting (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Process a raw Inbox note into a structured Meetings note with key points, actions, and a Person stub — the Inbox item is deleted (or archived) after.
Don't: use this for general note-taking — use /log for that. Don't archive instead of deleting unless Shane says so — default is delete.
obsidian search query='Chat with Sean' to confirm it exists, then obsidian read file='Chat with Sean'ls "~/Library/Mobile Documents/iCloud~md~obsidian/Documents/Personal/Inbox/" and pick the most recently modified non-fixture file, then obsidian read file='Note Name' (strip .md)PersonName:)obsidian create name='Meetings/[original filename without .md]' silent with the following content: ---
date: YYYY-MM-DD
people: [[People/PersonName]]
---
# [Title] — [Month Day]
## Key Points
- (bullet per meaningful point, concise)
## Actions
- [ ] (Shane's action items)
- [ ] PersonName: (their action items)obsidian read file='PersonName' — if it errors or returns empty, the note doesn't existobsidian create name='People/PersonName' silent with this stub: ---
type: person
role:
---
# PersonName
## Context
-
## Preferences & Working Style
-
## Relatedrm "~/Library/Mobile Documents/iCloud~md~obsidian/Documents/Personal/Inbox/[filename].md"
VAULT="$HOME/Library/Mobile Documents/iCloud~md~obsidian/Documents/Personal"
git -C "$VAULT" add -A && git -C "$VAULT" commit -m "docs: process meeting note [filename]"~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.