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.
curl -O https://raw.githubusercontent.com/dlupiak/claude-session-dashboard/main/.claude/skills/sdlc/SKILL.mdgit clone --depth 1 https://github.com/dlupiak/claude-session-dashboardWrote 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/dlupiak/claude-session-dashboard/sdlc)<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>- NVIDIA SkillSpector pass
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.00010 | $0.00433 |
| Opus 5 | $0.00005 | $0.00217 |
| Sonnet 5 | $0.00002 | $0.00087 |
| Haiku 4.5 | $0.00001 | $0.00043 |
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.
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">
========================================
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.
- 6d ago First seen · 98 lines · 10 tokens per session scan A 1ed292737f17
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.
Other skills, from other repositories
shipkit-user-instructions
Use when there are manual tasks the user must complete. Triggers: 'create task', 'track TODO', 'user needs to', 'manual step required'.
shipkit-orchestrate
Core automation engine. Drives a set of steps to a confirmed ground-truth bar via a main-session delegate → reconcile → re-dispatch loop. Phase skills (build, review, direction) call it; can also run directly. Two modes: autonomous (run to done unattended) and steered (coordinate, surface to user). Triggers: invoked…
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
blue-green-deploy
Generate blue-green deployment configs.
canary
Generate canary deployment strategies.
bazel-build-optimization
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.