AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Skill Graph

skill-vix0007-vixero-skills-skill-graph · by Vix0007

Map how multiple SKILL.md files interact, conflict, or compose. Use when the user pastes a list of skills, a skills directory structure, or asks to audit a skill collection for redundancy, trigger-keyword overlap, or composition gaps. Returns a conflict matrix, redundancy flags, and recommended merges or splits.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-vix0007-vixero-skills-skill-graph

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-vix0007-vixero-skills-skill-graph)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Skill Graph? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

skill-graph

Analyze a skills collection as a system. Find overlaps, gaps, and composition patterns.

Trigger on

  • "audit my skills folder / collection"
  • "do these skills conflict"
  • "which skills overlap"
  • User pastes two or more SKILL.md frontmatters together
  • "how do my skills work together"

Input shapes accepted

  1. Multiple pasted SKILL.md files
  2. A list of name: description pairs
  3. A directory listing (names only) — treat as partial analysis, warn about missing descriptions

Analysis passes

Pass 1 — trigger keyword extraction

For each skill, extract the trigger verbs and synonym nouns from its description.

Pass 2 — overlap matrix

Build a matrix. Two skills overlap when ≥ 2 trigger keywords match AND the stated output is similar. Score 0–3:

| score | meaning | |-------|---------| | 0 | disjoint | | 1 | minor keyword overlap, different output | | 2 | significant overlap — user intent ambiguous | | 3 | redundant — merge or delete one |

Pass 3 — composition chains

Flag skills that naturally compose. If skill A's output is skill B's input, note it. Example: token-auditskill-compresstoken-budget-check.

Pass 4 — coverage gaps

Identify intent categories the collection does not cover. Compare trigger verbs against common agentic task verbs (draft, review, audit, compose, generate, plan, debug, refactor, summarize, translate, explain, compare, rank).

Output

skills: {n}
total trigger keywords: {n}
unique trigger keywords: {n} ({ratio}% unique — higher is healthier)

overlap matrix (only scores ≥ 2 shown):
  {skill-a} × {skill-b}: {score}  — {reason}
  ...

composition chains:
  {a} → {b} → {c}
  {d} → {e}

redundancy flags:
  MERGE: {a} + {b}  (overlap 3)
  SPLIT: {x}  (does >1 job)

coverage gaps:
  {missing-intent-1}
  {missing-intent-2}

Hard rules

  • Do not rewrite skills. That is skill-compress's job.
  • When trigger keywords conflict, recommend specificity in descriptions, not deletion of skills.
  • If the collection has < 3 skills, return a lightweight report and suggest growing the collection before graphing.
  • If two skills score 3 (redundant), pick the leaner one by token count to keep. Name both in the output.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.