# Pagination

> Generate pagination with page numbers, prev/next, and active state.

- **Type:** Skill
- **Install:** `agentstack add skill-subhansh-dev-agent-maxxing-pagination`
- **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/pagination
- **Website:** https://github.com/subhansh-dev/agent-maxxing

## Install

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

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

## About

# Pagination Component

```css
.pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}

.page-btn {
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.page-btn:hover {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.1);
}

.page-btn.active {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.page-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.page-ellipsis {
  color: rgba(255, 255, 255, 0.3);
  padding: 0 4px;
}
```

Rules:
- Show max 7 page buttons: `1 2 3 ... 8 9 10`
- Prev/Next with chevron icons
- Active page gets accent color background
- Disabled state for prev on page 1, next on last page

## 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-pagination
- 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%.
