# Demo Topology

> Example topology and dependency hints for testing overlay-loaded skills with pi-sre-mode.

- Skill: `mr-karan/demo-topology` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mr-karan/demo-topology`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mr-karan/demo-topology/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mr-karan (https://skillmd.com/u/mr-karan)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mr-karan/demo-topology

---


# Demo Topology

This is a sample overlay skill used only for local testing.

## Example topology

```text
users -> edge -> api -> queue -> worker -> database
```

## Guidance

- If the API is slow but the worker is healthy, focus on the queue and database path.
- If the queue backlog grows first, downstream consumers may be the bottleneck.
- Use this skill only as a demonstration of overlay-loaded skills.

