Is there a go-to place for AI agent skills?

Whenever I need an AI agent skill, I end up searching GitHub, Reddit, X, and random recommendations.

Maybe I'm missing something, but is there a trusted directory/registry for AI agent skills yet?

Right now it feels hard to know what's actually good, maintained, and safe to install.

reddit.com
u/Solid-Ad-8816 — 6 days ago
▲ 1 r/mcp

why static code graphs aren't enough for AI agents

Hi guys,

This first image is our knowledge graph.

While building AI coding tools, we realized static code graphs are great at understanding explicit relationships like symbols, imports and calls, but they miss architectural intent, runtime relationships, coding conventions and historical context from commits and PRs.

So we built LatentGraph (https://lgraph.dev/), a dynamic relationship graph that combines static analysis, AI-inferred relationships and Git history to give coding agents a richer understanding of a codebase.

This approach achieved the highest retrieval precision across the repositories we tested compared to the other knowledge graph approaches we evaluated.

If you want to try it:

  1. npm install -g @latentforce/latentgraph
  2. lgraph init 
  3. lgraph add claude-code

 

Or explore it on live repositories first (no signup required):
https://lgraph.dev/showcase

Benchmarking blog: https://blogs.latentforce.ai/latentgraph-benchmark

GitHub: https://github.com/LatentForce-ai/latentgraph-mcp-server (a ⭐ is appreciated :) )

We're still early. We've already thrown away multiple graph designs because some relationships added noise, while others we almost ignored turned out to be surprisingly valuable.

What do you think? Open to feedback and ideas :)

u/Solid-Ad-8816 — 1 month ago

why static code graphs aren't enough for AI agents

Hi guys,

This first image is our knowledge graph.

While building AI coding tools, we realized static code graphs are great at understanding explicit relationships like symbols, imports and calls, but they miss architectural intent, runtime relationships, coding conventions and historical context from commits and PRs.

So we built LatentGraph (https://lgraph.dev/), a dynamic relationship graph that combines static analysis, AI-inferred relationships and Git history to give coding agents a richer understanding of a codebase.

This approach achieved the highest retrieval precision across the repositories we tested compared to the other knowledge graph approaches we evaluated.

If you want to try it:

  1. npm install -g @latentforce/latentgraph
  2. lgraph init 
  3. lgraph add claude-code

 

Or explore it on live repositories first (no signup required):
https://lgraph.dev/showcase

Benchmarking blog: https://blogs.latentforce.ai/latentgraph-benchmark

GitHub: https://github.com/LatentForce-ai/latentgraph-mcp-server (a ⭐ is appreciated :) )

We're still early. We've already thrown away multiple graph designs because some relationships added noise, while others we almost ignored turned out to be surprisingly valuable.

What do you think? Open to feedback and ideas :)

u/Solid-Ad-8816 — 1 month ago