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/network/contacts.jsonl
1{"_schema": "contact", "_version": "1.0", "_description": "Personal contact database. Append new contacts, update existing by rewriting with same id."}2{"id": "contact_example_001", "created": "2024-01-01T00:00:00Z", "updated": "2024-01-01T00:00:00Z", "name": "[PLACEHOLDER: Full Name]", "handle": "[PLACEHOLDER: @handle]", "email": "[PLACEHOLDER]", "company": "[PLACEHOLDER]", "role": "[PLACEHOLDER]", "location": "[PLACEHOLDER: City, Country]", "circle": "network", "how_met": "[PLACEHOLDER: How you met]", "relationship": "peer", "topics": ["[topic1]", "[topic2]"], "can_help_with": ["[PLACEHOLDER: What they can help you with]"], "you_can_help_with": ["[PLACEHOLDER: How you can help them]"], "notes": "[PLACEHOLDER: Personal notes, context, personality]", "last_contact": "2024-01-01T00:00:00Z", "links": {"twitter": "[PLACEHOLDER]", "linkedin": "[PLACEHOLDER]", "website": "[PLACEHOLDER]"}}3