# Status

> Quick status overview - priorities, tasks, blockers

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

## Install

```sh
agentstack add skill-onurpolat05-alba-status
```

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

## About

# /status - Quick Status

Display current state in under 10 lines. No questions, pure read-only.

## Steps

1. **Read** `memory/state/dashboard.md` (silent)
2. **Read** `memory/state/todo.md` (silent)
3. **Check** `memory/daily/` for last session date

## Output Format

```
Status: YYYY-MM-DD

Focus: [Current top priority from dashboard]

Tasks: X active | Y completed
[If blockers exist: "Blocked: [blocker description]"]

Last session: YYYY-MM-DD
```

## Rules

- Maximum 8 lines of output
- If dashboard doesn't exist: "No dashboard. Run /setup or create memory/state/dashboard.md"
- If no daily logs exist: omit "Last session" line
- Count active tasks: grep `- [ ]` in todo.md
- Count completed: grep `- [x]` in todo.md
- Extract blockers: look for "block", "wait", "stuck" keywords in dashboard
- Don't load errors.md, learnings.md, or any .claude/docs/ files
- This must be FAST - minimal file reads

## Source & license

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

- **Author:** [onurpolat05](https://github.com/onurpolat05)
- **Source:** [onurpolat05/ALBA](https://github.com/onurpolat05/ALBA)
- **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-onurpolat05-alba-status
- Seller: https://agentstack.voostack.com/s/onurpolat05
- 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%.
