agentsclimarketplace

Soc social network

Skill charlieviettq/awesome-agent-skill/.claude/skills/soc-social-network

Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).

Install
npx -y skills add charlieviettq/awesome-agent-skill --skill soc-social-network

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

"Apply social network analysis concepts including nodes, ties, centrality, structural holes, and strong/weak ties to map and analyze relationship structures. Use this skill when the user needs to understand influence patterns in an organization, identify key connectors, analyze information flow, or map stakeholder relationships — even if they say 'who are the influencers', 'how does information spread here', or 'map the relationships in our team'.".

SKILL.md

4.7 KB, 925 tokens by cl100k_base, as published. Nobody here has run it

Social Network Analysis

Overview

Social network analysis examines relationships (ties) between actors (nodes) to reveal structure invisible in org charts. It identifies who really holds influence, where information bottlenecks exist, and how ideas spread through a community.

Framework

IRON LAW: Structure Determines Influence, Not Just Position

A mid-level manager who bridges two disconnected departments may have more
real influence than a VP who sits in a dense, well-connected cluster.
Network position (centrality, brokerage) determines influence more than
formal hierarchy.

Core Concepts

ConceptDefinitionWhy It Matters
NodeAn actor (person, org, entity)Who's in the network
TieA relationship between nodesHow nodes are connected
Strong tieFrequent, emotional, reciprocal relationshipTrust, support, reliable info
Weak tie (Granovetter)Infrequent, casual, bridging relationshipAccess to NEW information and opportunities
Degree centralityNumber of direct connectionsPopularity, activity
Betweenness centralityHow often a node sits on shortest paths between othersBrokerage, gatekeeping, information control
Closeness centralityAverage distance to all other nodesSpeed of information reach
Structural hole (Burt)Gap between two clusters, bridged by a brokerSource of competitive advantage — the broker controls information flow

Analysis Steps

  1. Define the network: Who are the nodes? What constitutes a tie? (communication, trust, advice, collaboration)
  2. Collect data: Surveys ("who do you go to for advice?"), email/Slack data, meeting co-attendance
  3. Map the network: Visualize nodes and ties
  4. Calculate centrality metrics: Degree, betweenness, closeness for each node
  5. Identify structural patterns: Clusters, bridges, isolates, structural holes
  6. Interpret for action: Who are the key connectors? Where are the bottlenecks?

Output Format

# Network Analysis: {Context}

## Network Definition
- Nodes: {who} (N = {count})
- Tie definition: {what constitutes a connection}
- Data source: {survey / communication data / observation}

## Key Metrics
| Node | Degree | Betweenness | Role |
|------|--------|-------------|------|
| {person} | {N connections} | {score} | Hub / Bridge / Isolate |

## Structural Findings
- Clusters: {identified groups}
- Bridges: {who connects clusters}
- Structural holes: {where gaps exist}
- Isolates: {disconnected nodes}

## Implications
1. {finding → action}

Examples

Correct Application

Scenario: Advice network in a 50-person startup

  • Node with highest betweenness centrality: Product Manager (not the CEO) — she bridges engineering, design, and business teams
  • Structural hole: Marketing team has zero direct ties to engineering — all communication goes through PM
  • Implication: If PM leaves, information flow between 3 teams collapses. Need to create direct cross-functional ties ✓

Incorrect Application

  • "The CEO has the most connections, so he's the most influential" → CEO has high degree centrality (many ties) but may have low betweenness (everyone also connects to each other without needing the CEO). Violates Iron Law: structure determines influence, not just connection count.

Gotchas

  • Granovetter's strength of weak ties: Weak ties are MORE valuable for accessing new information and opportunities because they bridge different social circles. Strong ties share redundant information.
  • Network data is sensitive: Mapping who talks to whom can feel like surveillance. Be transparent about purpose and anonymize where possible.
  • Networks change: Relationships evolve. A network map is a snapshot. Remeasure periodically.
  • Centrality is context-dependent: High centrality in the advice network ≠ high centrality in the friendship network. Define the tie type carefully.
  • Don't confuse correlation with causation: Central people may perform better because of their position, OR they may be central because they perform well. Disentangling is hard.

References

  • For network visualization tools and methods, see references/network-tools.md

What ships with it: 2 files

16.4 KB alongside SKILL.md

examples/

references/

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.