claude-session-dashboard: Skill for Claude Code

.claude/skills/open-issue/SKILL.md

open-issue is a skill for Claude Code from dlupiak/claude-session-dashboard. It costs 74 tokens per session (745 once invoked), scanned A, original, MIT.

A guided workflow for turning a change request into a structured GitHub issue, including questions to clarify the work and acceptance criteria describing when it is complete.

In plain words
What is it for?
Use it to create bug reports, feature requests, tickets, and requirement notes in GitHub.
Why use it?
It helps remove ambiguity before implementation and records requirements in a shared place. It also encourages checking the existing code so the issue reflects the real project.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

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/open-issue/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 open-issue

README.md
[![agentmods](https://agentmods.dev/badge/skills/dlupiak/claude-session-dashboard/open-issue.svg)](https://agentmods.dev/skills/dlupiak/claude-session-dashboard/open-issue)
Your own site
<a href="https://agentmods.dev/skills/dlupiak/claude-session-dashboard/open-issue"><img src="https://agentmods.dev/badge/skills/dlupiak/claude-session-dashboard/open-issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 745 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.
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.00074 $0.00745
Opus 5 $0.00037 $0.00373
Sonnet 5 $0.00015 $0.00149
Haiku 4.5 $0.00007 $0.00075

Measured 5d ago against content hash b8c7909a6cb6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

open-issue 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 5d 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/open-issue/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Open GitHub Issue

You are creating a GitHub issue for the Claude Session Dashboard — a read-only local observability app that scans ~/.claude to display session data. No database. No auth. Filesystem reads only.

Step 1: Explore

Before asking anything, read relevant code to understand what exists today:

  • Read CLAUDE.md for project conventions
  • Find the affected feature slice(s) in apps/web/src/features/ (sessions, session-detail, stats)
  • Check apps/web/src/lib/ for relevant scanner/parser/utils code
  • Look at related routes in apps/web/src/routes/
  • Skim recent commits: git log --oneline -10

This groundwork means your clarifying questions will be sharper and the issue will reference real file paths.

Step 2: Ask Clarifying Questions

Use AskUserQuestion to fill gaps. Focus on what's genuinely ambiguous — don't ask about things you can infer from the code or the description. Typical areas:

  • Scope: What should change? What should stay the same?
  • UX: How should this look or behave from the user's perspective?
  • Edge cases: Empty states, missing data, large datasets, parse errors
  • Priority: Must-have or nice-to-have?

One round is usually enough. Skip questions you can answer from the code.

Step 3: Draft & Confirm

Draft the issue using this template, then show it to the user for approval before creating:

## Summary
<1-2 sentences: what changes and why it matters>

## Context
<Current state — what exists today, why it's insufficient, relevant code locations>

## Affected Areas
<List slices and files, e.g.:
- `apps/web/src/features/sessions/` — session list UI
- `apps/web/src/lib/scanner/` — file scanner
- `apps/web/src/routes/_dashboard/` — route>

## Requirements
1. <Specific, testable requirement>
2. ...

## Acceptance Criteria
- [ ] <Binary pass/fail condition>
- [ ] <Another condition>
- [ ] Quality gates pass (typecheck, lint, test, build)

## Out of Scope
<What this explicitly does NOT cover>

## Technical Notes
<Implementation hints — relevant patterns, file paths, gotchas.
Remember: no database, no auth, no external APIs. Data comes from ~/.claude filesystem reads via createServerFn → React Query → UI.>

Read the full file on GitHub · 85 lines

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. 5d ago First seen · 85 lines · 74 tokens per session scan A b8c7909a6cb6

Subscribe to this mod's changes

open-issue is a skill published in the GitHub repository dlupiak/claude-session-dashboard (67 stars, last pushed 3d ago), licensed MIT. It adds 74 tokens to every session and 745 once invoked, about $0.0004 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.