[OC] 907 AI agent skills projected into a 3D latent space (MiniLM embeddings + UMAP, clusters labeled by a local 2B LLM) Visualization

April 20, 2026
0 views
AC
By Alex Cartwright
[OC] 907 AI agent skills projected into a 3D latent space (MiniLM embeddings + UMAP, clusters labeled by a local 2B LLM) Visualization
Click to enlarge

Data Analysis

What This Visualization Shows

This data visualization displays "[OC] 907 AI agent skills projected into a 3D latent space (MiniLM embeddings + UMAP, clusters labeled by a local 2B LLM)" and provides a clear visual representation of the underlying data patterns and trends. The visualization focuses on **Data source:** [VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills) — a public, curated list of \~900 agent skills from Anthropic, Microsoft, Stripe, Figma, Sentry, and 156 other GitHub orgs.

**Tools:** Python · sentence-transformers (`all-MiniLM-L6-v2`) · umap-learn · scikit-learn KMeans · Ollama + `gemma4:e2b` for cluster labels · Three.js for the 3D render.

**What you're seeing:** each point is one skill. Skills with similar descriptions end up near each other, so you can watch how the agent-skills ecosystem self-organizes — Sentry debugging, Flutter mobile, Azure AI, auth, marketing, and Figma-to-code all carve out visibly distinct regions.

**Pipeline:**

* Parse the README's \~900 one-liners into `(name, team, description)` * Embed `name: description` with MiniLM (384-d) * Reduce to 3D with UMAP (cosine) * Cluster in the 384-d space with KMeans(k=10) — *not* on the 3D projection; projection is lossy * Label each cluster by asking Gemma 4 (running locally via Ollama) for a 3–6 word human title over its 30 centroid-nearest members * Render with Three.js (glow sprites, nearest-neighbor edges, orbit controls)

**Interactive:** color by topic or by authoring team (161 orgs), search across name/description/team, click any point for the full skill entry.

Live: [https://shmulc8.github.io/agent-skills-network/](https://shmulc8.github.io/agent-skills-network/) Code + pipeline: [https://github.com/shmulc8/agent-skills-network](https://github.com/shmulc8/agent-skills-network)

Looking to run this at much bigger scale on a larger skills dataset soon — if you know of curated collections beyond this one, I'd love pointers., which allows us to understand complex relationships and insights within the data through visual storytelling.

Deep Dive into the Topic

This data visualization represents a sophisticated analysis of complex information patterns that provide valuable insights into underlying trends and relationships. Data visualization serves as a bridge between raw numerical data and human understanding, transforming abstract statistics into comprehensible visual narratives.

The power of data visualization lies in its ability to reveal patterns, outliers, and correlations that might not be apparent in traditional tabular formats. Through careful selection of chart types, color schemes, and interactive elements, effective visualizations can communicate complex information quickly and accurately to diverse audiences.

Modern data visualization combines statistical analysis with design principles to create compelling visual stories. This interdisciplinary approach requires understanding both the underlying data and the cognitive processes involved in visual perception. The result is more effective communication of quantitative insights that can inform decision-making and drive positive change.

Data Analysis and Insights

The patterns revealed in this visualization demonstrate the importance of systematic data analysis in understanding complex phenomena. By examining different data segments, time periods, and categorical breakdowns, we can identify trends that inform strategic planning and decision-making processes.

Statistical analysis of this data reveals variations across different dimensions that provide insights into underlying drivers and relationships. These patterns help identify areas of opportunity, potential risks, and key performance indicators that can guide future actions and resource allocation.

The analytical approach used in this visualization enables comparison across different categories, time periods, or geographic regions, revealing insights that support evidence-based decision-making. This type of analysis is essential for organizations seeking to optimize performance and understand complex market dynamics.

Significance and Applications

This data visualization has important implications for understanding trends and patterns that affect decision-making across multiple sectors. The insights derived from this analysis can inform policy development, business strategy, resource allocation, and operational improvements.

For analysts, researchers, and decision-makers, this type of data visualization provides essential insights for strategic planning and performance optimization. Whether addressing operational challenges, market analysis, or policy development, understanding data patterns helps create more effective strategies and solutions.

The broader significance lies in how this information contributes to our understanding of complex systems and relationships. This knowledge helps predict future trends, identify potential challenges, and develop more informed approaches to problem-solving and opportunity identification.

Comments

Loading comments...

Leave a Comment

0/500 characters

About the Author

Alex Cartwright

Alex Cartwright

Senior Data Visualization Expert

Alex Cartwright is a renowned data visualization specialist and infographic designer with over 15 years of experience in...

Infographic DesignData AnalysisVisual Communication
View Profile

Visualization Details

Published4/20/2026
CategoryData Analysis
TypeVisualization
Views0