Back to Skills

dag-dependency-resolver

majiayu000
Updated 8 days ago
117 views
58
9
58
View on GitHub
Otherdagorchestrationtopological-sortdependenciescycle-detection

About

This skill validates DAG structures, detects cycles, and resolves dependency ordering using Kahn's algorithm for topological sorting. Use it when you need to compute an optimal execution sequence or verify a graph is acyclic after construction. It pairs with dag-graph-builder for validation and dag-task-scheduler for execution planning.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/dag-dependency-resolver

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/dag-dependency-resolver
0

Related Skills

sparc-methodology

Development

The SPARC methodology provides a comprehensive, multi-agent development framework with 17 specialized modes for systematic software creation. It guides developers through Specification, Pseudocode, Architecture, Refinement, and Completion phases, integrating TDD and orchestration patterns. Use this skill when you need structured, end-to-end development workflow from initial research through deployment.

View skill

sparc-methodology

Development

The SPARC methodology skill provides a systematic, multi-agent framework for comprehensive software development. It guides developers through 17 specialized modes covering all phases from specification and architecture to refinement and completion. Use this skill when you need structured development workflows with integrated testing, orchestration, and deployment capabilities.

View skill

github-release-management

Other

This Claude Skill automates GitHub release workflows using AI swarm coordination for versioning, testing, deployment, and rollback. It's ideal for developers needing automated CI/CD pipelines with intelligent changelog generation and multi-platform deployment management. Use it when you want to orchestrate complex releases with minimal manual intervention.

View skill

when-orchestrating-swarm-use-swarm-orchestration

Other

This skill orchestrates complex multi-agent workflows by decomposing tasks, distributing them for parallel execution, and synthesizing the results. Use it when you need to coordinate specialized agents for advanced, distributed problem-solving. It provides structured outputs including execution trees and performance metrics.

View skill