Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Small World Networks

ASecurity

Add strategic bridges when teams are siloed but need rapid information diffusion

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
researchgonodeapi

Works with

api

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill small-world-networks --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Small World Networks?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Small World Networks
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-small-world-networks/badge)](https://www.skillsdirectory.com/skills/lev-os-small-world-networks)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: small-world-networks
description: Add strategic bridges when teams are siloed but need rapid information diffusion
category: systems-thinking-complexity
domain: network-science
status: active
confidence: high
source: Duncan Watts & Steven Strogatz (Nature 1998), Santa Fe Institute
---

# Small-World Networks

## Core Concept

Small-world networks exhibit high local clustering (like regular lattices) combined with short path lengths between any two nodes (like random graphs). The Watts-Strogatz model demonstrates that just a few random "shortcuts" connecting distant clusters dramatically reduce average path length while preserving local structure. This explains the "six degrees of separation" phenomenon and why information, disease, or influence can spread rapidly through highly clustered social networks.

## Problem It Solves

- **Network Design**: Balancing local cohesion with global connectivity
- **Information Diffusion**: Understanding how ideas spread quickly despite strong clustering
- **Disease Modeling**: Predicting epidemic spread in clustered populations
- **Organization Structure**: Designing teams with strong internal bonds and cross-functional bridges
- **Communication Networks**: Optimizing for both bandwidth (clustering) and latency (path length)
- **Innovation Flow**: Explaining how specialized communities share breakthroughs rapidly

## When to Use

- Designing organizational structures that need both specialization and agility
- Analyzing social networks to identify key bridge connections
- Modeling epidemic spread or viral marketing dynamics
- Optimizing infrastructure networks (power grids, transportation)
- Understanding why rumors spread faster than expected in tight-knit groups
- Evaluating team structures for collaboration efficiency

## Mental Model

**Three Network Types**:

1. **Regular Lattice**: High clustering, long paths (isolated communities)
2. **Random Graph**: Low clustering, short paths (chaos, no structure)
3. **Small-World**: High clustering + short paths (optimal information flow)

**Key Metrics**:
- **Clustering Coefficient (C)**: Probability your friends are friends
- **Average Path Length (L)**: Mean shortest distance between any two nodes
- **Small-World Index**: C_network/C_random > 1 AND L_network ≈ L_random

**The Watts-Strogatz Transformation**:
Start with regular lattice → randomly rewire small % of edges → achieve small-world properties with as little as 1-5% rewiring

## Execution Steps

1. **Map Your Network**
   - Identify nodes (people, teams, systems) and edges (connections)
   - Measure clustering: Do tightly connected groups exist?
   - Measure path length: How many hops separate distant nodes?

2. **Diagnose Network Type**
   - High C + High L = Regular lattice (siloed, slow diffusion)
   - Low C + Low L = Random (no structure, unreliable)
   - High C + Low L = Small-world (optimal)

3. **Identify Missing Shortcuts**
   - Find clusters with no inter-cluster bridges
   - Look for long chains that could be bypassed
   - Spot isolated subgroups in peripheral positions

4. **Add Strategic Bridges**
   - Create 1-5% random connections across distant clusters
   - Prioritize weak ties between otherwise disconnected groups
   - Introduce "boundary spanners" or cross-functional roles

5. **Preserve Local Clustering**
   - Maintain strong within-team connections
   - Don't over-rewire (>10% risks destroying structure)
   - Keep specialized expertise concentrated

6. **Measure Impact**
   - Track information diffusion speed (time for news to spread)
   - Monitor collaboration frequency across distant nodes
   - Assess innovation throughput and cross-pollination

7. **Iterate Rewiring**
   - Add shortcuts incrementally
   - Test before scaling
   - Balance tension between cohesion and connectivity

## Real-World Examples

**C. elegans Neural Network**: 302 neurons with small-world topology enable coordinated behavior
**Power Grid**: Western US grid exhibits small-world properties (local redundancy + long-distance transmission)
**Hollywood Actor Network**: High clustering within film projects, short paths via prolific connectors
**Scientific Collaboration**: Specialized research groups connected by interdisciplinary researchers
**Corporate Innovation**: R&D teams with strong internal bonds + skunkworks "bridge" roles

## Common Pitfalls

- **Over-Rewiring**: Too many random connections destroy local structure and expertise
- **Bridge Overload**: Key connectors become bottlenecks if not supported
- **Ignoring Weak Ties**: Assuming only strong connections matter (weak ties enable novelty)
- **Static Mapping**: Networks evolve; one-time optimization becomes obsolete
- **Forced Randomness**: Purposeful bridge-building beats pure randomization

## Key Insights

- **1% Rewiring Threshold**: Just 1-5% random shortcuts transform regular to small-world
- **Six Degrees Reality**: Average separation in human social networks ≈ 6 hops
- **Weak Ties Matter**: Granovetter's "strength of weak ties" operates via small-world bridges
- **Robustness Trade-Off**: Small-worlds resist random failures but vulnerable to targeted hub attacks
- **Innovation Accelerator**: Small-world structures maximize both specialization and cross-pollination

## Related Concepts

- **Scale-Free Networks**: Hubs follow power law (Barabási-Albert preferential attachment)
- **Network Effects**: Value grows as connections multiply
- **Six Degrees of Separation**: Stanley Milgram's experiment validated by small-world math
- **Weak Ties Theory**: Mark Granovetter's bridge connections across clusters
- **Complex Contagion**: Behaviors requiring multiple exposures spread differently than diseases

## Application Domains

- **Organizational Design**: Matrix structures, agile teams, cross-functional squads
- **Epidemiology**: Disease spread models (COVID-19, flu, computer viruses)
- **Social Media**: Viral content propagation mechanisms
- **Neuroscience**: Brain networks balance segregation (modules) and integration (efficiency)
- **Transportation**: Hub-and-spoke designs with local clustering
- **Knowledge Management**: Communities of practice connected by knowledge brokers

## Further Reading

- "Collective Dynamics of 'Small-World' Networks" - Watts & Strogatz (Nature, 1998)
- "Six Degrees: The Science of a Connected Age" - Duncan Watts (2003)
- "Small Worlds" - Duncan Watts (Princeton Studies in Complexity)
- "The Structure of Social Networks" - Santa Fe Institute Working Papers
- "Networks: An Introduction" - Mark Newman (2010)

## Scoring Rationale

- **Practitioner (9/10)**: Watts studied actual networks (power grids, actors, neurons)
- **Clarity (9/10)**: Clear metrics (C and L) with measurable transformations
- **Proven ROI (8/10)**: Applied in epidemiology, org design, infrastructure optimization
- **Novelty (9/10)**: Counter-intuitive finding that minimal rewiring yields massive impact
- **Cross-Domain (10/10)**: Applies to social, biological, technological, organizational systems

**Total Score: 45/50** (Canonical framework—high rigor, broad applicability, validated)

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →