claude-session-dashboard: Skill for Claude Code

.claude/skills/sdlc/SKILL.md

sdlc is a skill for Claude Code from dlupiak/claude-session-dashboard. It costs 10 tokens per session (433 once invoked), scanned A, original, MIT.

Instructions for displaying the current software-development pipeline, including Git status, quality checks, CI runs, pull requests, issues, tasks, and worktrees.

In plain words
What is it for?
Checking branches, changes, tests, linting, CI, open work, task progress, and feature worktrees.
Why use it?
They gather scattered development signals into one view of what is active, failing, or complete.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is dlupiak/claude-session-dashboard's own configuration. It tells Claude Code how to work on claude-session-dashboard itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-session-dashboard configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dlupiak/claude-session-dashboard. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dlupiak/claude-session-dashboard/main/.claude/skills/sdlc/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dlupiak/claude-session-dashboard

Made for: Claude Code.

Wrote 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.

agentmods badge for sdlc

README.md
[![agentmods](https://agentmods.dev/badge/skills/dlupiak/claude-session-dashboard/sdlc.svg)](https://agentmods.dev/skills/dlupiak/claude-session-dashboard/sdlc)
Your own site
<a href="https://agentmods.dev/skills/dlupiak/claude-session-dashboard/sdlc"><img src="https://agentmods.dev/badge/skills/dlupiak/claude-session-dashboard/sdlc.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 433 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00010 $0.00433
Opus 5 $0.00005 $0.00217
Sonnet 5 $0.00002 $0.00087
Haiku 4.5 $0.00001 $0.00043

Measured 6d ago against content hash 1ed292737f17, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

sdlc 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 6d 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.

.claude/skills/sdlc/SKILL.md · 98 lines

What it actually says

SDLC Pipeline Status

Display the current state of the development pipeline.

Gather Data

Collect the following information:

Git Status

git branch --show-current
git status --short
git log --oneline -5

Quality Status

Run from apps/web/:

npm run typecheck 2>&1 | tail -1
npm run lint 2>&1 | tail -1

CI Status

gh run list --limit 3

Open PRs

gh pr list --state open

Open Issues

gh issue list --state open --limit 5

Task Pipeline

Run TaskList to retrieve active tasks from the native task store. Group and display by feature:

Active Tasks:
  Feature: <story-id>
  [completed]   Create SSE server fn
  [in_progress] Add streaming UI
  [pending]     Unit tests

  N completed, M in-progress, P pending

Also check for active worktrees:

git worktree list

If no tasks and no feature worktrees found, display: "No active features."

Display Dashboard

Output a formatted dashboard:

========================================
  Claude Session Dashboard -- SDLC Pipeline Status
========================================

Branch:    <current branch>
Status:    <clean / N uncommitted changes>
Last CI:   <pass/fail -- run ID>

Quality Gates:
  typecheck:  PASS / FAIL
  lint:       PASS / FAIL

Recent Commits:
  <last 5 commits>

Open PRs:
  <list or "none">

Open Issues:
  <list or "none">

Worktrees:
  <list from git worktree list, or "none">

Active Tasks:
  <grouped task list from TaskList, or "No active features">
========================================
Changes

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.

  1. 6d ago First seen · 98 lines · 10 tokens per session scan A 1ed292737f17

Subscribe to this mod's changes

sdlc is a skill published in the GitHub repository dlupiak/claude-session-dashboard (67 stars, last pushed 2d ago), licensed MIT. It adds 10 tokens to every session and 433 once invoked, about $0.0001 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-09-01.