Agent skill

network-scan

Scan your LinkedIn contacts' companies for matching job openings

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill network-scan --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 9 KB
Bundled scripts: none
Path: .claude/skills/network-scan/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Network Scan Skill > **Priority hierarchy**: See `references/priority-hierarchy.md` for conflict resolution. Proactively check whether companies where you know someone are hiring for roles that match you. First run builds a cache of company careers page URLs. Subsequent runs reuse the cache, making weekly checks fast. ## File Structure ``` scripts/ resolve-careers.md # Subagent for resolving a batch of company careers URLs evaluate-company.md # Subagent for scanning a batch of companies' open roles ``` User data (stored at ~/.proficiently/): ``` ~/.proficiently/ resume/ # Your resume PDF/DOCX preferences.md # Job matching rules profile.md # Work history from interview linkedin-contacts.csv # LinkedIn contacts export company-careers.json # Cached company careers URLs network-scan-history.md # Running log of scan results jobs/ # Per-job application folders ``` --- ## Workflow ### Step 0: Check Prerequisites Resolve the data directory, then check prerequisites per `references/prerequisites.md`. Resume, preferences, and linkedin-contacts.csv are all required. Load these files for use in later steps: - `DATA_DIR/preferences.md` (target roles, must-haves, dealbreakers, nice-to-haves) -

What's inside
Steps it walks through
  1. File Structure
  2. Workflow
  3. Step 0: Check Prerequisites
  4. Step 1: Select Contacts & Extract Companies
  5. Step 2: Resolve Careers Pages (Parallelized)
  6. Step 3: Scan for Matching Jobs (Parallelized)
  7. Step 4: Save Results
  8. Step 5: Present Results
  9. Step 6: Learn from Feedback
  10. Response Format
Ships with 7 files
  • references/browser-setup.md
  • references/data-directory.md
  • references/fit-scoring.md
  • references/prerequisites.md
  • references/priority-hierarchy.md
  • scripts/evaluate-company.md
  • scripts/resolve-careers.md
More from dev-gtm-claude-skills
All skills →
About this skill
What does the network-scan skill do?

Scan your LinkedIn contacts' companies for matching job openings

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill network-scan --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going