# Breadcrumb

> Generate breadcrumb navigation with separators and current page indicator.

- **Type:** Skill
- **Install:** `agentstack add skill-subhansh-dev-agent-maxxing-breadcrumb`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [subhansh-dev](https://agentstack.voostack.com/s/subhansh-dev)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [subhansh-dev](https://github.com/subhansh-dev)
- **Source:** https://github.com/subhansh-dev/agent-maxxing/tree/main/components/breadcrumb
- **Website:** https://github.com/subhansh-dev/agent-maxxing

## Install

```sh
agentstack add skill-subhansh-dev-agent-maxxing-breadcrumb
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Breadcrumb Component

```css
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.breadcrumb-item {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.15s ease;
}

.breadcrumb-item:hover {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-item.current {
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
}

.breadcrumb-separator {
  color: rgba(255, 255, 255, 0.2);
  font-size: 10px;
}

.breadcrumb-separator svg {
  width: 12px;
  height: 12px;
}
```

Rules:
- Separator: chevron-right or slash
- Last item is always plain text (current page)
- Truncate middle items if too many: `Home / ... / Current`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [subhansh-dev](https://github.com/subhansh-dev)
- **Source:** [subhansh-dev/agent-maxxing](https://github.com/subhansh-dev/agent-maxxing)
- **License:** MIT
- **Homepage:** https://github.com/subhansh-dev/agent-maxxing

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-subhansh-dev-agent-maxxing-breadcrumb
- Seller: https://agentstack.voostack.com/s/subhansh-dev
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
