Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
examples/digital-brain-skill/operations/meetings.jsonl
1{"_schema": "meeting", "_version": "1.0", "_description": "Meeting log with notes and action items. Append after each meeting."}2{"id": "mtg_example_001", "date": "2024-01-01T10:00:00Z", "title": "[PLACEHOLDER: Meeting title]", "type": "1on1|team|external|interview|pitch|advisory", "attendees": ["[PLACEHOLDER: Name]"], "duration_mins": 30, "agenda": ["[PLACEHOLDER: Topic 1]", "[PLACEHOLDER: Topic 2]"], "notes": "[PLACEHOLDER: Key discussion points]", "decisions": ["[PLACEHOLDER: What was decided]"], "action_items": [{"task": "[PLACEHOLDER]", "owner": "[PLACEHOLDER]", "due": "[DATE]"}], "follow_up": "[PLACEHOLDER: Next steps]"}3