From social
Tracks group-level cadence separately from individual contact cadence for named recurring groups (book club, peer group, etc.). A group meeting counts as group health but not as individual one-on-one health.
How this skill is triggered — by the user, by Claude, or both
Slash command
/social:flow-group-circle-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger:** Called by `op-relationship-review`, `op-family-relationships-review` when groups are configured.
Trigger: Called by op-relationship-review, op-family-relationships-review when groups are configured.
Produces: Group-level health entries in the relationship review brief.
Group friendships have their own cadence and their own decay mode. A monthly book club where the user shows up consistently is a healthy group relationship — but if they have not had a one-on-one with any individual member in 6 months, the group is healthy while every individual relationship is fading. This flow disentangles the two.
Group definition (in config.md):
name — group labelmembers — list of contact names matching contacts.mdcadence_target — how often the group meets (weekly / biweekly / monthly / quarterly)last_group_meeting — auto-updated from interaction log entries tagged interaction_type: group with group_name: XTwo health views per group:
Output: Adds a ## Groups section to the relationship review brief with one row per group: cadence status, next planned meeting, members who haven't had any 1:1 contact in N months (default 6).
config.md for group definitionsgroup_name: X from 01_interactions/member_one_on_one_threshold_daystask-flag-overdue-contact for member-level 1:1 gapsvault/social/config.md:
groups — list of group definitionsmember_one_on_one_threshold_days (default 180)config.md, 00_current/contacts.md, 01_interactions/open-loops.mdOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub fru-dev3/ai-ready-life --plugin social