# dag-thinking (agent skill)

Solve dependency-heavy problems by modeling them as a **Directed Acyclic Graph (DAG)**.

Reference article: https://grokipedia.com/page/Directed_acyclic_graph

## Install (skills.sh / `npx skills`)

```bash
npx skills add bhagyas/dag-thinking-skill --skill dag-thinking
```

List available skills:

```bash
npx skills add bhagyas/dag-thinking-skill --list
```

## Badge

```md
[![Install with skills.sh](https://skills.sh/badge.svg)](https://skills.sh)
```

## Skill location

- `skills/dag-thinking/SKILL.md`
