Borrowing it
Nothing to install: this file belongs to onurpolat05/ALBA. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/onurpolat05/ALBA/main/.claude/skills/status/SKILL.mdgit clone --depth 1 https://github.com/onurpolat05/ALBAWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/onurpolat05/alba/status)<a href="https://agentmods.dev/skills/onurpolat05/alba/status"><img src="https://agentmods.dev/badge/skills/onurpolat05/alba/status.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00095 | $0.00538 |
| Opus 5 | $0.00048 | $0.00269 |
| Sonnet 5 | $0.00019 | $0.00108 |
| Haiku 4.5 | $0.00010 | $0.00054 |
Grade A, and why
status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
/status - Quick Status
Display current state in under 10 lines. No questions, pure read-only.
Steps
- Read
memory/state/dashboard.md(silent) - Read
memory/state/todo.md(silent) - 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
Optional: pin a cheaper model
This skill reads two files, counts checkboxes and prints eight lines, and it is the skill people
run most often — nothing here needs a frontier model. Adding a model: line to the frontmatter
routes it to a smaller one and cuts the cost of every /status you ever run.
ALBA does not ship that pin, on purpose. A model id is a moving target: pin a dated one and you keep running last year's model long after a better and cheaper one exists, and you break outright if that id is ever retired. Check the model list for the current id, add the line yourself, and treat it as something you re-check — not as configuration that stays correct on its own.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 54 lines · 95 tokens per session scan A 55d4c592a819
status is a skill published in the GitHub repository onurpolat05/ALBA (20 stars, last pushed 1mo ago), licensed MIT. It adds 95 tokens to every session and 538 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
kn-handoff
Use when a feature crosses repository boundaries and one side must hand work to the other - generates a self-contained frontend-to-backend brief or backend-to-frontend API contract.
issue-triage
3-phase issue backlog management with audit, deep analysis, and validated triage actions. Use when triaging GitHub issues, sorting bug reports, cleaning up stale tickets, or detecting duplicate issues. Args: 'all' to analyze all, issue numbers to focus (e.g. '42 57'), 'en'/'fr' for language, no arg = audit only.
plan-pipeline
Orchestrates the complete planning pipeline: product direction (ceo-review) -> architecture (eng-review) -> implementation plan (start) -> validation (validate) -> execution (execute). Run stages individually or let the orchestrator coordinate the full flow.
{{BUCKET}}-management
Skill "{{BUCKET}}-management" from damusix/atomic-claude, covering purpose, doc shape and frontmatter contract.
handoff-resume
Load a handoff document and resume work from where a previous session left off. Parses scope, file references, completed work, and next steps, then confirms understanding before proceeding.
story
Track tickets, issues, and progress for your project. Load project context, manage sessions, guide setup.