# Dashboard

> Use when wanting an overview of all singularity-managed skills showing their scores, maturity levels, trends, and alerts via /singularity-dashboard

- **Type:** Skill
- **Install:** `agentstack add skill-shmayro-singularity-claude-dashboard`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Shmayro](https://agentstack.voostack.com/s/shmayro)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Shmayro](https://github.com/Shmayro)
- **Source:** https://github.com/Shmayro/singularity-claude/tree/main/skills/dashboard

## Install

```sh
agentstack add skill-shmayro-singularity-claude-dashboard
```

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

## About

# Singularity Dashboard

Display a comprehensive overview of all managed skills with health indicators and actionable alerts.

## Workflow

### Step 1: Load Registry

Read `~/.claude/singularity/registry.json` to get the list of all managed skills.

If no skills are registered:
*"No skills tracked yet. Create your first skill with `/singularity-create`."*

### Step 2: Gather Data

For each skill in the registry:
1. Read the score file from `~/.claude/singularity/scores/.json`
2. Compute trend: compare last 2 scores (if available)
   - Score increased by 5+ → `↑`
   - Score decreased by 5+ → `↓`
   - Otherwise → `→`

### Step 3: Display Table

```
Singularity Dashboard
═══════════════════════════════════════════════════════════════════
| Skill              | Version | Maturity      | Avg  | Runs | Trend | Last Used  |
|--------------------|---------|---------------|------|------|-------|------------|
| my-api-client      | v1.2.0  | hardened      | 87   | 12   | ↑     | 2026-03-17 |
| data-transformer   | v1.0.1  | tested        | 72   | 5    | ↓     | 2026-03-15 |
| form-generator     | v1.0.0  | draft         | 45   | 2    | →     | 2026-03-10 |
═══════════════════════════════════════════════════════════════════
```

### Step 4: Show Alerts

Highlight skills needing attention:

**Needs Repair** (avg : avg score /100 — run /singularity-repair
```

**Ready to Crystallize** (avg >= 90, 5+ runs, hardened):
```
✦ : avg score /100,  runs — run /singularity-crystallize
```

**Stale** (not used in 30+ days):
```
⏳ : last used  days ago — review relevance
```

### Step 5: Summary Stats

```
Total skills: 
  Draft:   |  Tested:   |  Hardened:   |  Crystallized: 
  Average health: /100
  Alerts:  needing repair,  ready to crystallize
```

## Source & license

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

- **Author:** [Shmayro](https://github.com/Shmayro)
- **Source:** [Shmayro/singularity-claude](https://github.com/Shmayro/singularity-claude)
- **License:** MIT

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-shmayro-singularity-claude-dashboard
- Seller: https://agentstack.voostack.com/s/shmayro
- 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%.
