Agent Skills: til - Quick Today-I-Learned Logger

|

UncategorizedID: michaelvessia/nixos-config/til

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MichaelVessia/nixos-config/tree/HEAD/modules/programs/agents/shared/skills/til

Skill Files

Browse the full folder contents for til.

Download Skill

Loading file tree…

modules/programs/agents/shared/skills/til/SKILL.md

Skill Metadata

Name
til
Description
|

til - Quick Today-I-Learned Logger

Arguments: $ARGUMENTS

Create a concise TIL note in ~/obsidian/Notes/.

Workflow

  1. Parse prompt first.

    • Treat $ARGUMENTS (or text after /til) as primary source.
    • Keep user language and topic terms.
  2. Enrich from session context.

    • Inspect recent context for details directly related to prompt topic.
    • Prefer concrete evidence from this session (commands, paths, errors, fixes).
    • If context is sparse, proceed with prompt-only note.
  3. Keep content short and factual.

    • Title: TIL: <topic>.
    • Learned section: 1 to 3 concise bullets.
    • Context section: 1 to 3 concise bullets.
    • No fluff, no long writeup.
  4. Write note file.

    • Ensure directory exists: ~/obsidian/Notes.
    • Filename: YYYY-MM-DDTHH-MM-SS-til-<slug>.md.
    • Path: ~/obsidian/Notes/<filename>.

Use this format:

---
date: <ISO8601 timestamp>
daily: [[YYYY-MM-DD]]
tags:
  - til
  - today-i-learned
topic: <topic-slug>
source: agent
---

# TIL: <Title>

## Learned
- <fact 1>
- <fact 2 optional>
- <fact 3 optional>

## Context
- <session detail 1>
- <session detail 2 optional>
  1. Confirm success.
    • Return the full note path.
    • Return a one-line summary of what was captured.

Rules

  • Prompt-first, context-second.
  • Do not invent facts absent from prompt or session context.
  • Keep note usable for quick later recall.