Who Knows
Find people by skill or connection
Search your network by skill, experience, or connection pattern. Who Knows combines semantic search, skill matching, and direct profile search to find the right people — then tells you how warm each relationship is so you know who to reach out to first.
Just say:
"Who in my network knows about supply chain logistics?"
"Find someone who's worked at a Series B SaaS company"
.claude/commands/who-knows.md # Who Knows: Find people by skill or connection Find people in my network who match: $ARGUMENTS Follow these steps: 1. **Try semantic search.** Use `hidn_semantic_search` with the user's query to find profiles, organizations, and notes that match the intent — not just keywords. 2. **Try skill matching.** Use `hidn_find_skill_matches` with relevant skill terms to find people with specific expertise in your network. 3. **Search profiles directly.** Use `hidn_search_profiles` with keyword variations to catch anyone the semantic search might have missed. 4. **Enrich top results.** For the best matches, use `hidn_get_profile` to pull full details — title, company, skills, relationship context, last interaction. 5. **Check connection strength.** For each match, note their importance level, when you last interacted, and whether the relationship is warm or cold. ## Output format Present as a ranked list: **Best matches** For each person: - Name, title, company - Why they match (specific skills, experience, or connection) - Relationship strength: warm / cool / cold (based on last interaction) - Last interaction: [date and context] **Also worth considering** - People who are partial matches or connected to matches **Network gaps** - If few or no matches found, note what's missing and suggest how to build connections in that area **Suggested next step** - Who to reach out to first and why
myhidn tools this skill uses:
hidn_semantic_searchhidn_find_skill_matcheshidn_search_profileshidn_get_profile