SKILL·245E4F

dag-pattern-learner

majiayu000
Updated 2 months ago
207 views
58
9
58
View on GitHub
Otherdagobservabilitylearningpatternsoptimization

About

This skill analyzes DAG execution history to identify successful workflow patterns and detect anti-patterns, providing optimization recommendations. Use it when prompted to "learn patterns" or "optimize based on history" to improve future DAG performance. It pairs with execution tracers and graph builders to apply learned insights.

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-pattern-learner

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

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/dag-pattern-learner
0
FAQ

Frequently asked questions

What is the dag-pattern-learner skill?

dag-pattern-learner is a Claude Skill by majiayu000. Skills package instructions and resources that Claude loads on demand, so Claude can perform dag-pattern-learner-related tasks without extra prompting.

How do I install dag-pattern-learner?

Use the install commands on this page: add dag-pattern-learner to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does dag-pattern-learner belong to?

dag-pattern-learner is in the DAG Framework category, tagged dag, observability, learning, patterns and optimization.

Is dag-pattern-learner free to use?

Yes. dag-pattern-learner is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

dag-convergence-monitor
Other

This skill monitors iteration progress by tracking quality trends and detecting plateaus to recommend optimal stopping points. Use it when you need to determine when further iterations won't improve task outcomes. It pairs with other DAG skills like the iteration detector and feedback synthesizer for comprehensive workflow monitoring.

View skill
dag-parallel-executor
Other

This skill executes scheduled DAG workflows in parallel waves using the Task tool, managing concurrent agent spawning within set resource limits. It coordinates task execution and agent handoffs for workflow runs when triggered by commands like 'execute dag' or 'run workflow'. Use this specifically for parallel execution, not for building DAGs or scheduling them.

View skill
dag-dependency-resolver
Other

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.

View skill
dag-execution-tracer
Other

This skill traces complete execution paths in DAG workflows, recording node timing, inputs, outputs, and state transitions for debugging. Use it for execution tracing, path analysis, and logging when you need to understand workflow flow. It is specifically for execution path tracing, not for performance profiling or failure investigation.

View skill