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/circles.yaml
1# Relationship Circles2# Organize your network by relationship depth34circles:5inner:6description: "Close relationships - friends, advisors, confidants"7touchpoint_frequency: "weekly"8members:9- "[PLACEHOLDER: Name - brief context]"10- "[PLACEHOLDER]"1112active:13description: "Current collaborators, frequent interaction"14touchpoint_frequency: "bi-weekly"15members:16- "[PLACEHOLDER: Name - brief context]"17- "[PLACEHOLDER]"1819network:20description: "Known contacts, periodic touchpoints"21touchpoint_frequency: "monthly"22members:23- "[PLACEHOLDER]"24- "[PLACEHOLDER]"2526dormant:27description: "Historical connections, may reactivate"28touchpoint_frequency: "quarterly check-in"29members:30- "[PLACEHOLDER]"3132# Specialized groups (overlaps with circles)33groups:34founders:35description: "Fellow founders I can learn from / collaborate with"36members:37- "[PLACEHOLDER]"3839investors:40description: "Investors, potential investors, advisors"41members:42- "[PLACEHOLDER]"4344creators:45description: "Content creators, potential collaborations"46members:47- "[PLACEHOLDER]"4849mentors:50description: "People who guide and advise me"51members:52- "[PLACEHOLDER]"5354mentees:55description: "People I mentor or help"56members:57- "[PLACEHOLDER]"5859# Relationship goals60goals:61this_quarter:62- "[PLACEHOLDER: e.g., Deepen 3 relationships from network to active]"63- "[PLACEHOLDER: e.g., Make 5 valuable introductions]"64- "[PLACEHOLDER: e.g., Reactivate 2 dormant relationships]"6566annual:67- "[PLACEHOLDER: e.g., Build inner circle of 10 trusted advisors]"68- "[PLACEHOLDER]"6970# Maintenance reminders71maintenance:72weekly:73- "Check last_contact dates"74- "Send at least 3 value-add messages"75monthly:76- "Review dormant contacts"77- "Update contact notes after interactions"78quarterly:79- "Audit circle placements"80- "Review relationship goals"81