dag-dependency-resolver
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
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/dag-dependency-resolverCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
sparc-methodology
DevelopmentThe 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.
sparc-methodology
DevelopmentThe 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.
github-release-management
OtherThis 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.
when-orchestrating-swarm-use-swarm-orchestration
OtherThis 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.
