skillgraph

ismailAyoub/skillgraph
★ 0 stars TypeScript AI/LLM Updated 3d ago
Draw Agent Skills as graphs; compile them to spec-compliant SKILL.md. Editor, CLI, MCP server, AI assist, evals.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "skillgraph": {
      "command": "npx",
      "args": [
        "-y",
        "ismailAyoub/skillgraph"
      ]
    }
  }
}

README Excerpt

See the skill. A good Agent Skill is a procedure graph (phases, steps, branches, "read this reference when...", "run this script", guardrails, an output template, a verification list) flattened into prose, and once it is prose you cannot see its shape, spot the dead branch, or tell why the description under-triggers. SkillGraph makes the graph the source of truth: draw the skill on a canvas, compile it deterministically into a spec-compliant `SKILL.md` plus `references/`, `scripts/` and `assets/

Tools (2)

skillgraphtsx