graph-skills

Route Claude Code tasks across Haiku, Sonnet, and Opus using a topological graph engine.

5|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/Token-Eater/skills-marketplace --skill graph-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graph-skills
Source: https://github.com/Token-Eater/skills-marketplace/tree/main/skills/graph-skills
Command: npx skills add https://github.com/Token-Eater/skills-marketplace --skill graph-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Graph Skills reduces context usage and cost in orchestrating Claude Code workflows by automatically routing tasks across Haiku, Sonnet, and Opus within a graph-based framework, enabling reusable patterns and clearer task dependencies.

Core Features & Use Cases

  • Graph-based multi-model orchestration: Transparent routing of nodes to the optimal Claude model per task.
  • Context and cost efficiency: Reduces tokens and expense by leveraging fast Haiku for simple steps and powerful Sonnet/Opus for complex steps.
  • Reusable patterns & integration: Provide patterns (RAG, agent workflows) and integration with Code Web.
  • Use cases: Build analytics pipelines, repository analyses, and training data curation workflows.

Quick Start

Run the example in scripts/example-repo-summary.ts to execute the repository-summary graph.

Frequently Asked Questions about graph-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce context usage and cost when orchestrating multi-step Claude Code workflows?

Reduce context usage and cost in Claude Code workflows by using graph-based orchestration to automatically route tasks across Haiku, Sonnet, and Opus, leveraging fast models for simple steps and powerful models for complex steps.

What is graph-based workflow orchestration for multi-model routing?

Graph-based workflow orchestration is a method that uses a topological graph engine to route tasks across different Claude models, optimizing context efficiency by assigning explicit node inputs, outputs, and dependencies to the appropriate model.

How do I build a repository analysis pipeline with Claude Code?

Build a repository analysis pipeline by running the example-repo-summary.ts script, which executes a graph that routes repository analysis tasks across Claude models to optimize context usage and cost.

Can I use Haiku, Sonnet, and Opus in the same Claude Code task?

You can use Haiku, Sonnet, and Opus in the same Claude Code task through a model-router with cost-aware heuristics that transparently routes nodes to the optimal model per task within a graph-based framework.

When should I use graph-based skills instead of standard Claude Code subagents?

Use graph-based skills instead of standard subagents when building complex, multi-step data processing workflows that require explicit node inputs, outputs, dependency handling, and cost optimization across multiple Claude models.