graphflow
Leverages knowledge graphs to provide compressed context and task orchestration for complex edits.
Install
mkdir -p .claude/skills/graphflow && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18944" && unzip -o skill.zip -d .claude/skills/graphflow && rm skill.zipInstalls to .claude/skills/graphflow
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Graph-based code context compression, task planning, and knowledge graph orchestration (10 MCP tools). Invoke before ANY code question, bug fix, debugging, file reading, Chinese/CJK query, refactor, or multi-step edit — ALWAYS call graphflow_context MCP first when GraphFlow is connected.Key capabilities
- →Compress code context for token efficiency
- →Plan multi-step tasks using a knowledge graph
- →Orchestrate knowledge graph operations
- →Index workspace changes incrementally or fully
- →Export and import graph artifacts for team sharing
How it works
The skill uses a persistent MCP server to index the codebase into a knowledge graph, enabling context compression, task planning, and orchestration. It provides tools for querying context, planning tasks, managing the graph, and gaining insights.
Inputs & outputs
When to use graphflow
- →Refactoring complex modules
- →Planning multi-step edits
- →Querying codebase knowledge
About graphflow
Uses a persistent MCP server to index the codebase into a graph, enabling intelligent context compression and multi-step task planning.
Graph-based code context compression, task planning, and knowledge graph orchestration (10 MCP tools). Invoke before ANY code question, bug fix, debugging, file reading, Chinese/CJK query, refactor, or multi-step edit — ALWAYS call graphflow_context MCP first when GraphFlow is connected.
When not to use it
- →When the task is simple and does not require extensive context
- →When the user prefers to scan the whole repository recursively
Limitations
- →The skill requires `graphflow_context` MCP to be called first when GraphFlow is connected.
- →It does not support scanning the whole repository recursively before trying GraphFlow.
- →It does not support reading large files before checking GraphFlow anchors.
How it compares
This skill provides a graph-based approach to context management and task planning, offering token-efficient context and structured task decomposition that differs from manually navigating or searching a codebase.
Compared to similar skills
graphflow side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| graphflow (this skill) | 0 | 15d | No flags | Advanced |
| nx-generate | 1 | 6mo | Review | Beginner |
| agent-sync-coordinator | 1 | 5mo | Review | Advanced |
| aiox-master | 0 | 3mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
nx-generate
nrwl
Generate code using nx generators. USE WHEN scaffolding code or transforming existing code - for example creating libraries or applications, or anything else that is boilerplate code or automates repetitive tasks. ALWAYS use this first when generating code with Nx instead of calling MCP tools or running nx generate immediately.
agent-sync-coordinator
ruvnet
Agent skill for sync-coordinator - invoke with $agent-sync-coordinator
aiox-master
ExpeditoJ
AIOX Master Orchestrator & Framework Developer (Orion). Use when you need comprehensive expertise across all domains, framework component creation/modification, workflow orchest...
nx-generate
namGyunKim
Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a ... app, create a ... lib, project structure, generate, add a new project. ALWAYS use this BEFORE cal
implement
ymahlau
Plan-then-implement workflow — sketches a hypothesis, explores targeted areas, creates a concrete plan, gets user approval, then implements in parallel subagents. Use for non-trivial features or changes.
software-architecture
davila7
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.