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/intros.md
1# Introductions Tracker23Managing introductions - made and received.45---67## Pending Introductions89### To Make10<!-- Introductions you've committed to making -->1112| Person A | Person B | Why | Status | Notes |13|----------|----------|-----|--------|-------|14| [PLACEHOLDER] | [PLACEHOLDER] | [PLACEHOLDER: Why this intro] | `to_reach_out|reached_out|connected` | [PLACEHOLDER] |1516### To Request17<!-- Introductions you want to ask for -->1819| Target Person | Through Whom | Why You Want to Meet | Status |20|---------------|--------------|----------------------|--------|21| [PLACEHOLDER] | [PLACEHOLDER] | [PLACEHOLDER] | `to_ask|asked|intro_made` |2223---2425## Completed Introductions2627### Made28<!-- Successful intros you facilitated -->2930| Date | Person A | Person B | Outcome |31|------|----------|----------|---------|32| [DATE] | [PLACEHOLDER] | [PLACEHOLDER] | [PLACEHOLDER: What happened] |3334### Received35<!-- Intros made for you -->3637| Date | From | Connected To | Outcome |38|------|------|--------------|---------|39| [DATE] | [PLACEHOLDER] | [PLACEHOLDER] | [PLACEHOLDER] |4041---4243## Introduction Template4445### Email/DM Double Opt-In4647```48Subject: Introduction: [Person A] <> [Person B]4950Hey [Person B],5152[Brief context on why I'm reaching out]5354I'd love to introduce you to [Person A]. [1-2 sentences on who they are and what they do]5556I thought you two should connect because [specific reason for the intro].5758Would you be open to an intro? [Person A] is already opted in.5960Let me know!6162[Your name]63```6465### Making the Introduction6667```68Subject: Introduction: [Person A] <> [Person B]6970[Person A], meet [Person B]. [1-2 sentences about Person B]71[Person B], meet [Person A]. [1-2 sentences about Person A]7273I thought you two should connect because [specific reason].7475I'll let you take it from here!7677[Your name]78```7980---8182## Introduction Principles8384- **Always double opt-in**: Get permission from both sides first85- **Be specific**: Explain WHY they should meet86- **Make it easy**: Provide context so they can start the conversation87- **Follow up**: Check in to see if the intro was valuable88- **Track outcomes**: Learn what makes good intros8990---9192*Last updated: [DATE]*93