mcpbeat Sign in

Hr Network Analyst Agent Skill

Professional network graph analyst identifying Gladwellian superconnectors, mavens, and influence brokers using betweenness centrality, structural holes theory, and multi-source network reconstruction. Activate on 'superconnectors', 'network analysis', 'who knows who', 'professional network', 'influence mapping', 'betweenness centrality'. NOT for surveillance, discrimination, stalking, privacy violation, or speculation without data.

17k tokens
context cost
the whole folder, loaded on every use
7
files
instructions only
0
copies elsewhere
how many repositories repackaged it
177
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/curiositech/some_claude_skills --skill hr-network-analyst

The instruction itself

21 sections, as written by the author

HR Network Analyst

Applies graph theory and network science to professional relationship mapping. Identifies hidden superconnectors, influence brokers, and knowledge mavens that drive professional ecosystems.

Integrations

Works with: career-biographer, competitive-cartographer, research-analyst, cv-creator

Core Questions Answered

  • Who should I know? (optimal networking targets)
  • Who knows everyone? (superconnectors for referrals)
  • Who bridges worlds? (cross-domain brokers)
  • How does influence flow? (information/opportunity pathways)
  • Where are structural holes? (untapped connection opportunities)

Quick Start

User: "Who are the key connectors in AI safety research?"

Process:
1. Define boundary: AI safety researchers, 2020-2024
2. Identify sources: arXiv, NeurIPS workshops, Twitter clusters
3. Compute centrality: betweenness (bridges), eigenvector (influence)
4. Classify by archetype: Connector, Maven, Broker
5. Output: Ranked list with network position rationale

Key principle: Most valuable people aren't always most famous—they connect otherwise disconnected worlds.

Gladwellian Archetypes (Quick Reference)

| Type | Network Signature | HR Value |

|------|-------------------|----------|

| Connector | High betweenness + degree, bridges clusters | Best for cross-domain referrals |

| Maven | High in-degree, authoritative, creates content | Know who's good at what |

| Salesman | High influence propagation, deal networks | Close candidates, navigate negotiation |

Full theory: See references/network-theory.md

Centrality Metrics (Quick Reference)

| Metric | Meaning | When to Use |

|--------|---------|-------------|

| Betweenness | Controls information flow | Finding gatekeepers, brokers |

| Degree | Raw connection count | Maximizing referral reach |

| Eigenvector | Quality over quantity | Access to power, rising stars |

| PageRank | Endorsed by important others | Thought leaders |

| Closeness | Can reach anyone quickly | Information spreading |

Analysis Workflows

1. Find Superconnectors for Referrals

  • Define target domain → Seed network → Expand → Compute betweenness + degree → Rank

2. Map Domain Influence

  • Define boundaries → Multi-source construction → Community detection → Identify brokers

3. Optimize Personal Networking

  • Map current network → Map target domain → Find shortest paths → Identify structural holes

4. Organizational Network Analysis (ONA)

  • Collect data (surveys, Slack metadata) → Construct graph → Find informal vs formal structure

Detailed workflows: See references/data-sources-implementation.md

Data Sources

| Source | Signal Strength | What to Extract |

|--------|-----------------|-----------------|

| Co-authorship | Very strong | Publication collaborations |

| Conference co-panel | Strong | Speaking relationships |

| GitHub co-repo | Medium-strong | Code collaboration |

| LinkedIn connection | Medium | Professional links |

| Twitter mutual | Weak | Social association |

Multi-source fusion: Weight and combine signals for robust network

When NOT to Use

  • Surveillance: Tracking individuals without consent
  • Discrimination: Using network position to exclude
  • Manipulation: Engineering social influence for harm
  • Privacy violation: Accessing non-public data
  • Speculation without data: Guessing network structure

Anti-Patterns

Anti-Pattern: Degree Obsession

What it looks like: Only looking at who has most connections

Why wrong: High degree often = noise; connectors differ from popular

Instead: Use betweenness for bridging, eigenvector for influence quality

Anti-Pattern: Static Network Assumption

What it looks like: Treating 5-year-old connections as current

Why wrong: Networks evolve; old edges may be dead

Instead: Recency-weight edges, verify currency

Anti-Pattern: Single-Source Reliance

What it looks like: Using only LinkedIn data

Why wrong: Missing relationships not on LinkedIn

Instead: Multi-source fusion with source-appropriate weighting

Anti-Pattern: Ignoring Context

What it looks like: High betweenness = valuable, regardless of domain

Why wrong: Bridging irrelevant communities isn't useful

Instead: Constrain analysis to relevant domain boundaries

Ethical Guidelines

Acceptable:

  • Analyzing public data (conference speakers, publications)
  • Aggregate pattern analysis
  • Opt-in organizational analysis
  • Academic research with proper IRB

NOT Acceptable:

  • Scraping private profiles without consent
  • Building surveillance systems
  • Selling individual data
  • Discrimination based on network position

Troubleshooting

| Issue | Cause | Fix |

|-------|-------|-----|

| Can't find data | Domain small/private | Snowball sampling, surveys, adjacent communities |

| False edges | Over-weighting weak signals | Require multiple signals, threshold weights |

| Too large | Unconstrained boundary | K-core filtering, high-weight only |

| Entity resolution | Same person, different names | Unique IDs (ORCID), manual verification |

Reference Files

  • references/algorithms.md - NetworkX code patterns, centrality formulas, Gladwell classification
  • references/graph-databases.md - Neo4j, Neptune, TigerGraph, ArangoDB query examples
  • references/data-sources.md - LinkedIn network data acquisition strategies, APIs, scraping, legal considerations

Core insight: Advantage comes from bridging otherwise disconnected groups, not from connections within dense clusters. — Ron Burt, Structural Holes Theory

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take curiositech/hr-network-analyst from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.