skill-graph

Discover, evaluate, and chain skills into an executable pipeline with mermaid diagrams.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ashcastelinocs124/CasStack --skill skill-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-graph
Source: https://github.com/ashcastelinocs124/CasStack/tree/main/skills/skill-graph
Command: npx skills add https://github.com/ashcastelinocs124/CasStack --skill skill-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering, evaluating, and chaining disparate skills into a coherent, executable pipeline to automate complex tasks.

Core Features & Use Cases

  • Discover available skills by scanning SKILL.md files and extracting frontmatter
  • Evaluate relevance, perform deep reads, and infer outputs (produces/consumes) to weave a correct graph
  • Render mermaid diagrams and a structured summary, then prompt for explicit approval before execution
  • Execute pipelines phase-by-phase with context propagation and built-in feedback-loop handling
  • Support error handling, parallel branches, and safety checks to prevent cycles or recursion
  • Optional extension: use edges to connect skills and auto-adjust based on user feedback

Quick Start

Describe a task to this skill and it will outline a ready-to-run pipeline of applicable skills.

Frequently Asked Questions about skill-graph

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

FAQPage Schema
How do I orchestrate multiple skills into an automated pipeline?

Multi-skill orchestration sequences disparate skills into an executable pipeline by discovering available skills, evaluating relevance, and chaining them based on frontmatter metadata to automate complex tasks.

What is the best way to visualize a multi-step workflow before execution?

Visualizing a multi-step workflow involves rendering mermaid diagrams and structured summaries to map skill dependencies, then prompting for explicit approval before any phased execution begins.

How do I chain tasks together using frontmatter discovery?

Chaining tasks with frontmatter discovery involves scanning SKILL.md files to extract metadata, inferring produces and consumes mappings, and weaving a connected graph for modular skill collaboration.

Can I execute pipeline phases in parallel branches with context propagation?

Yes, pipeline execution supports parallel branches and context propagation phase-by-phase, including built-in feedback-loop handling and safety checks to prevent cycles or recursion during complex orchestration.

Do I need explicit approval before a pipeline runs multi-step tasks?

Yes, explicit approval is required before execution; the system renders a visual pipeline diagram and structured summary first, ensuring safe, phased execution with context propagation only after user confirmation.