Injects the canonical vault frontmatter schema snippet into agent prompts before any vault-write task, preventing malformed YAML frontmatter in Obsidian notes. <example>Context: wave-executor is about to dispatch a vault-mirror agent that writes learning notes under ~/Projects/vault/40-learnings/. user: "dispatch vault-write agent" assistant: "Injecting frontmatter-guard snippet into agent prompt (vault scope detected). Required fields: id, type, created, updated. Enum type: note|daily|project|person|reference|idea|learning|session." <commentary>The wave-executor pre-dispatch hook calls detectVaultTaskScope() — the fileScope contains /Projects/vault/40-learnings/ so the guard triggers and the snippet is prepended to the agent system prompt.</commentary></example>
$npx -y skills add kanevry/session-orchestrator --skill frontmatter-guardInstalls into the current project.
Run `npx skills use "https://github.com/kanevry/session-orchestrator" --skill "kanevry/session-orchestrator/frontmatter-guard"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kanevry/session-orchestrator" that are relevant to the current task. Run `npx skills add "https://github.com/kanevry/session-orchestrator"` and select the relevant skills, then follow their instructions.