Agent skill

kg-insights

Helps users discover patterns and insights in their Knowledge Graphs. Use when users ask about important entities, connections, patterns, or want to understand what they can do with their graph. Triggers proactively after extraction to show what's possible.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill kg-insights --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/kg-insights/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Knowledge Graph Insights Help users explore their Knowledge Graph with natural questions. Transform graph analysis into actionable insights with clear explanations of why each finding matters. ## What Users Can Ask | Question | Sub-Resource | When to Use | |----------|--------------|-------------| | "Who are the key players?" | `questions/key-players.md` | User wants to find important entities | | "How is X connected to Y?" | `questions/connections.md` | User wants to understand relationship paths | | "What groups or clusters exist?" | `questions/groups.md` | User wants to see topic organization | | "Where is X mentioned?" | `questions/evidence.md` | User wants source citations for claims | | "What can I do with this graph?" | `POWER-QUERY.md` | User is unsure what's possible | ## Proactive Triggers Invoke this skill automatically in these situations: ### After Extraction Completes When `extract_to_kg` finishes successfully: ``` Great! I've added [N] entities and [M] relationships to your graph. Your Knowledge Graph now has [total] entities. Would you like me to: 1. Show who the key players are 2. Find interesting connections 3. See how topics cluster together Just ask, or type a

What's inside
Steps it walks through
  1. What Users Can Ask
  2. Proactive Triggers
  3. After Extraction Completes
  4. After Milestone Reached
  5. When User Seems Unsure
  6. Tool Mapping
  7. Response Format
  8. Always Include
  9. Example Response Structure
  10. Follow-Up Format (CRITICAL - MUST READ)
  11. Graph Analysis Methods
  12. Finding Key Players (Degree Centrality)
  13. Finding Paths (Shortest Path)
  14. Finding Clusters (Community Detection)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the kg-insights skill do?

Helps users discover patterns and insights in their Knowledge Graphs. Use when users ask about important entities, connections, patterns, or want to understand what they can do with their graph. Triggers proactively after extraction to show what's possible.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill kg-insights --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 majiayu000/claude-skill-registry, a repository with 534 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