connect-users

Search community members by expertise using vector embeddings and cosine similarity.

4|5|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/MLAI-AUS-Inc/roo --skill connect-users
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-users
Source: https://github.com/MLAI-AUS-Inc/roo/tree/main/roo-standalone/skills/connect_users
Command: npx skills add https://github.com/MLAI-AUS-Inc/roo --skill connect-users

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you quickly find and connect with members of the MLAI community who possess specific expertise or are working on relevant topics.

Core Features & Use Cases

  • Expertise Matching: Search for users based on skills, interests, and current projects using vector similarity.
  • Connection Facilitation: Get suggestions for community members who can help with your specific needs.
  • Use Case: If you're looking for someone knowledgeable in "machine learning operations," this skill can identify and recommend relevant community members.

Quick Start

Find community members with expertise in AI research.

Frequently Asked Questions about connect-users

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find community members with specific expertise using vector similarity search?

To find community members with specific expertise, this skill searches a database of user expertise embeddings using vector similarity and cosine similarity to identify and recommend matching individuals.

What do I need to set up to enable expertise matching for my community network?

You need a database containing user expertise embeddings and a mechanism to perform vector similarity search to enable the expertise matching functionality.

Can I search for people based on their current project involvement and skills?

Yes, you can search for people based on their skills, interests, and current project involvement by matching your query against the stored user expertise embeddings.

How does the people finder match my requested topics to actual user profiles?

The people finder matches requested topics to user profiles by calculating cosine similarity between your search query and the vector embeddings of user expertise stored in the database.

What is the best way to locate an expert in machine learning operations within a large network?

The best way to locate an expert in machine learning operations is to query this skill, which uses vector embeddings to scan the community network and suggest relevant members with matching skills.

Are there limitations when searching for users with highly niche skills or rare topics?

Search limitations depend on the completeness of your database; if user expertise embeddings lack data on highly niche skills, the vector similarity search may not yield relevant connections.