Skip to content

Add obsidian-summary skill for triage session writeups - #9

Merged
chrisaboyd merged 1 commit into
mainfrom
add-obsidian-summary-skill
Jul 28, 2026
Merged

Add obsidian-summary skill for triage session writeups#9
chrisaboyd merged 1 commit into
mainfrom
add-obsidian-summary-skill

Conversation

@chrisaboyd

Copy link
Copy Markdown
Owner

Adds llms/SKILLS/obsidian-summary/SKILL.md.

Summarizes a troubleshooting/triage conversation into a structured note in the Obsidian vault: Summary / Problem / Steps & Commands / Validation / Troubleshooting. Triggered by "summarize this into notes" or "summarize to obsidian".

Design notes

  • No Obsidian API. The vault is a plain folder of markdown, so the skill writes to the filesystem directly. No plugin, no token, and it works with Obsidian closed.
  • Single landing folder. Everything goes to AI Notes/ rather than routing by topic or customer — agent-authored notes stay in one place for review, and [[wikilinks]] resolve vault-wide anyway.
  • Not forked into a subagent. The conversation is the input; a partial view yields plausible-sounding notes describing work that did not happen.
  • Redaction rules for bearer tokens, kubeconfigs, and secret-bearing env vars, matching the existing <REDACTED> convention in the vault.
  • Fidelity rules against inventing commands that were never run, paraphrasing error text, or presenting a clean linear path through debugging that was not linear.

🤖 Generated with Claude Code

Summarizes a troubleshooting conversation into a structured technical
note (Summary / Problem / Steps & Commands / Validation / Troubleshooting)
in the Obsidian vault under "AI Notes/".

Writes directly to the vault filesystem — no Obsidian Local REST API
plugin needed, so it works with the app closed.

Deliberately not forked into a subagent: the conversation is the input,
and a partial view produces plausible-sounding notes describing work that
did not happen. Includes redaction rules for tokens/kubeconfigs and
fidelity rules against inventing commands that were never run.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@chrisaboyd
chrisaboyd merged commit e6e5f42 into main Jul 28, 2026
@chrisaboyd
chrisaboyd deleted the add-obsidian-summary-skill branch July 28, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant